EM datagrams on *.kmall format
Reg. nr. 410224 rev J
|
Information of repeated sensor data in one datagram. More...
#include <EMdgmFormat.h>
Data Fields | |
uint16_t | numBytesInfoPart |
uint16_t | numSamplesArray |
uint16_t | numBytesPerSample |
uint16_t | numBytesRawSensorData |
Information of repeated sensor data in one datagram.
Info about data from sensor. Part included if data from sensor appears multiple times in a datagram.
Definition at line 188 of file EMdgmFormat.h.
uint16_t numBytesInfoPart |
Size in bytes of current struct.
Definition at line 190 of file EMdgmFormat.h.
uint16_t numSamplesArray |
Number of sensor samples added in datagram.
Definition at line 191 of file EMdgmFormat.h.
uint16_t numBytesPerSample |
Length in bytes of one whole sample (decoded and raw data).
Definition at line 192 of file EMdgmFormat.h.
uint16_t numBytesRawSensorData |
Length in bytes of raw sensor data.
Definition at line 193 of file EMdgmFormat.h.