EM datagrams on *.kmall format
Reg. nr. 410224 rev J
|
Part of clock datagram giving offsets and the raw input in text format. More...
#include <EMdgmFormat.h>
Data Fields | |
float | offset_sec |
int32_t | clockDevPU_microsec |
uint8_t | dataFromSensor [MAX_SCL_DATALENGTH] |
Part of clock datagram giving offsets and the raw input in text format.
Definition at line 650 of file EMdgmFormat.h.
float offset_sec |
Offset in seconds from K-Controller operator input.
Definition at line 654 of file EMdgmFormat.h.
int32_t clockDevPU_microsec |
Clock deviation from PU. Difference between time stamp at receive of sensor data and time in the clock source. Unit microseconds. Difference smaller than +/- 1 second if 1PPS is active and sync from ZDA.
Definition at line 655 of file EMdgmFormat.h.
uint8_t dataFromSensor[MAX_SCL_DATALENGTH] |
Clock data as received from sensor, in text format. Data are uncorrected for offsets.
Definition at line 658 of file EMdgmFormat.h.