mbgtools-lx  4.2.8
PCPS_TIME_EXT Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ comp_sig_mode

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.

◆ comp_sig_val

int16_t PCPS_TIME_EXT::comp_sig_val

compensated signal value, see PCPS_SIG_VAL_DEFS

Definition at line 91 of file deviohlp.h.

◆ flags

uint32_t PCPS_TIME_EXT::flags

see PCPS_TIME_EXT_FLAGS

Definition at line 95 of file deviohlp.h.

◆ status_x

PCPS_TIME_STATUS_X PCPS_TIME_EXT::status_x

extended status, see

See also
PCPS_TIME_STATUS_FLAGS

Definition at line 93 of file deviohlp.h.

◆ t

PCPS_TIME PCPS_TIME_EXT::t

current date, time, and limited status

Definition at line 89 of file deviohlp.h.

◆ utc_offs

int32_t PCPS_TIME_EXT::utc_offs

UTC offset, always expanded to [seconds]

Definition at line 92 of file deviohlp.h.

◆ year

uint16_t PCPS_TIME_EXT::year

full year number

Definition at line 94 of file deviohlp.h.


The documentation for this struct was generated from the following file: