DolphinV4 API
1.6.1.0
|
Sys_ex datafield definition. More...
#include <EO3100I_API.h>
Data Structures | |
struct | _data |
Datafiled structer for data telegrams (IDX > 0) More... | |
struct | header |
Datafiled structer for header telegrams (IDX = 0) More... |
Data Fields | |
struct sys_ex_data::header | header |
struct sys_ex_data::_data | _data |
Sys_ex datafield definition.
This byte ordering is correct, it is mixed up like this because Keil interprets bytes from the right to left. That's why we had to divide the 16bit variables in high and low parts. With this definition we get a structure like showed on the picture beyond