mbgtools-lx  4.2.8
ANT_INFO Struct Reference

Antenna status and error at reconnect information. More...

#include <gpsdefs.h>

Data Fields

int16_t status
 current status of antenna, see ANT_STATUS_CODES More...
 
TM_GPS tm_disconn
 time of antenna disconnect More...
 
TM_GPS tm_reconn
 time of antenna reconnect More...
 
int32_t delta_t
 clock offs at reconn. time in 1/RECEIVER_INFO::ticks_per_sec units More...
 

Detailed Description

Antenna status and error at reconnect information.

The structure below reflects the status of the antenna, the times of last disconnect/reconnect, and the board's clock offset when it has synchronized again after the disconnection interval.

Note
ANT_INFO::status changes back to ANT_RECONN only after the antenna has been reconnected and the receiver has re-synchronized to the satellite signal. In this case ANT_INFO::delta_t reports the time offset before resynchronization, i.e. how much the internal time has drifted while the antenna was disconnected.

Definition at line 3100 of file gpsdefs.h.

Field Documentation

◆ delta_t

int32_t ANT_INFO::delta_t

clock offs at reconn. time in 1/RECEIVER_INFO::ticks_per_sec units

Definition at line 3105 of file gpsdefs.h.

◆ status

int16_t ANT_INFO::status

current status of antenna, see ANT_STATUS_CODES

Definition at line 3102 of file gpsdefs.h.

◆ tm_disconn

TM_GPS ANT_INFO::tm_disconn

time of antenna disconnect

Definition at line 3103 of file gpsdefs.h.

◆ tm_reconn

TM_GPS ANT_INFO::tm_reconn

time of antenna reconnect

Definition at line 3104 of file gpsdefs.h.


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