mbgtools-lx
4.2.8
|
An extended time and status structure. More...
#include <deviohlp.h>
Data Fields | |
PCPS_TIME | t |
current date, time, and limited status More... | |
uint8_t | comp_sig_mode |
0..N_CONN_SIG_MODES-1, see COMP_SIG_MODES More... | |
int16_t | comp_sig_val |
compensated signal value, see PCPS_SIG_VAL_DEFS More... | |
int32_t | utc_offs |
UTC offset, always expanded to [seconds] More... | |
PCPS_TIME_STATUS_X | status_x |
extended status, see More... | |
uint16_t | year |
full year number More... | |
uint32_t | flags |
see PCPS_TIME_EXT_FLAGS More... | |
An extended time and status structure.
This structure provides monitoring and configuration tools with a unified structure containing the current time and extended status. The structure needs to be set up depending on the capabilities of a particular device and the API calls which could be used to retrieve the information.
Definition at line 87 of file deviohlp.h.
uint8_t PCPS_TIME_EXT::comp_sig_mode |
0..N_CONN_SIG_MODES-1, see COMP_SIG_MODES
Definition at line 90 of file deviohlp.h.
int16_t PCPS_TIME_EXT::comp_sig_val |
compensated signal value, see PCPS_SIG_VAL_DEFS
Definition at line 91 of file deviohlp.h.
uint32_t PCPS_TIME_EXT::flags |
Definition at line 95 of file deviohlp.h.
PCPS_TIME_STATUS_X PCPS_TIME_EXT::status_x |
PCPS_TIME PCPS_TIME_EXT::t |
current date, time, and limited status
Definition at line 89 of file deviohlp.h.
int32_t PCPS_TIME_EXT::utc_offs |
UTC offset, always expanded to [seconds]
Definition at line 92 of file deviohlp.h.
uint16_t PCPS_TIME_EXT::year |
full year number
Definition at line 94 of file deviohlp.h.