Transaction-Level Modeling Framework for Space Applications
Public Attributes | |
struct record * | Ptr_Comp |
Enumeration | Discr |
union { | |
struct { | |
Enumeration Enum_Comp | |
int Int_Comp | |
char Str_Comp [31] | |
} var_1 | |
struct { | |
Enumeration E_Comp_2 | |
char Str_2_Comp [31] | |
} var_2 | |
struct { | |
char Ch_1_Comp | |
char Ch_2_Comp | |
} var_3 | |
} | variant |
char record::Ch_1_Comp |
char record::Ch_2_Comp |
Enumeration record::Discr |
Referenced by main().
Enumeration record::E_Comp_2 |
Enumeration record::Enum_Comp |
int record::Int_Comp |
char record::Str_2_Comp[31] |
char record::Str_Comp[31] |
struct { ... } record::var_2 |
struct { ... } record::var_3 |