Header
The following code block shows the data structure for the header structure.
typedef struct _ST_HEADER {
STF_U8 u8Id[4];
STF_U32 u32DataSize;
ST_VERSION stVersion;
} ST_HEADER, *PST_HEADER;
The following table describes the fields in the above code block.
Field | Description |
---|---|
u8Id | Used to identify the binary configuration file |
u32DataSize | Indicate whole of binary setting file size. It is including the header, module/control information, module/control parameters and checksum |
stVersion | Indicate the module/control parameters version |