initial commit for github
This commit is contained in:
commit
60968612de
370 changed files with 68427 additions and 0 deletions
38
test/headerrepresentation/files/simple_header_expected.h
Normal file
38
test/headerrepresentation/files/simple_header_expected.h
Normal file
|
@ -0,0 +1,38 @@
|
|||
// This is a generated file, changes to it may be overwritten in the future.
|
||||
|
||||
#pragma pack(push,4)
|
||||
typedef struct
|
||||
{
|
||||
unsigned int c;
|
||||
} simple_struct3;
|
||||
#pragma pack(pop)
|
||||
|
||||
typedef simple_struct3 simple_struct4;
|
||||
|
||||
#pragma pack(push,1)
|
||||
typedef struct
|
||||
{
|
||||
uint8_t a;
|
||||
} simple_struct1;
|
||||
#pragma pack(pop)
|
||||
|
||||
#pragma pack(push,2)
|
||||
typedef struct
|
||||
{
|
||||
tUInt16 b;
|
||||
} simple_struct2;
|
||||
#pragma pack(pop)
|
||||
|
||||
typedef uint32_t unsigned int;
|
||||
|
||||
// The following type is assumed to be known:
|
||||
// uint8_t
|
||||
|
||||
typedef uint16_t tUInt16;
|
||||
|
||||
// The following type is assumed to be known:
|
||||
// uint32_t
|
||||
|
||||
// The following type is assumed to be known:
|
||||
// uint16_t
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue