Public Attributes | |
union { | |
float * f32p | |
double * f64p | |
char * s08p | |
short * s16p | |
int * s32p | |
unsigned char * u08p | |
unsigned short * u16p | |
unsigned int * u32p | |
}; | |
union { | |
float f32 | |
double f64 | |
char s08 | |
short s16 | |
int s32 | |
unsigned char u08 | |
unsigned short u16 | |
unsigned int u32 | |
}; | |
memory_type_t | memType |
char | name [MAX_NAME_LENGTH] |
number_type_t | numType |
union { ... } |
union { ... } |
memory_type_t term_line_t::memType |
char term_line_t::name[MAX_NAME_LENGTH] |
number_type_t term_line_t::numType |