|
ocssw
1.0
|
#include <fmt_check.h>
Public Attributes | |
| char | chr [FMT_8BLEN *8] |
| int32 | i32 [FMT_8BLEN *2] |
| float32 | f32 [FMT_8BLEN *2] |
| int16 | i16 [FMT_8BLEN *4] |
| char | i8 [FMT_8BLEN *8] |
| unsigned char | ui8 [FMT_8BLEN *8] |
| float64 | f64 [FMT_8BLEN] |
Definition at line 54 of file fmt_check.h.
| char u_data::chr[FMT_8BLEN *8] |
Definition at line 56 of file fmt_check.h.
| float32 u_data::f32[FMT_8BLEN *2] |
Definition at line 58 of file fmt_check.h.
| float64 u_data::f64[FMT_8BLEN] |
Definition at line 62 of file fmt_check.h.
| int16 u_data::i16[FMT_8BLEN *4] |
Definition at line 59 of file fmt_check.h.
| int32 u_data::i32[FMT_8BLEN *2] |
Definition at line 57 of file fmt_check.h.
| char u_data::i8[FMT_8BLEN *8] |
Definition at line 60 of file fmt_check.h.
| unsigned char u_data::ui8[FMT_8BLEN *8] |
Definition at line 61 of file fmt_check.h.
1.7.6.1