mbgtools-lx  4.2.8
MBG_IMS_FDM_STATE Struct Reference

State of FDM device. More...

#include <gpsdefs.h>

Data Fields

MBG_GPIO_FREQ freq
 Current frequency. More...
 
NANO_TIME_64 t_ref
 Current reference time. More...
 
NANO_TIME_64 t_plt
 Current power line time. More...
 
NANO_TIME_64 t_sync
 Last sync Time (reference time) More...
 
uint32_t line_freq
 Nominal line frequency, see MBG_IMS_FDM_LINE_FREQS. More...
 
uint32_t flags
 Flags, see MBG_IMS_FDM_STATE_FLAG_MASKS. More...
 
uint32_t reserved
 Reserved, currently always 0. More...
 

Detailed Description

State of FDM device.

Note
This is only supported if MBG_IMS_STATE_FLAG_MSK_HAS_FDM is set in MBG_IMS_STATE::flags.

Definition at line 10158 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_IMS_FDM_STATE::flags

Flags, see MBG_IMS_FDM_STATE_FLAG_MASKS.

Definition at line 10167 of file gpsdefs.h.

◆ freq

MBG_GPIO_FREQ MBG_IMS_FDM_STATE::freq

Current frequency.

Definition at line 10160 of file gpsdefs.h.

◆ line_freq

uint32_t MBG_IMS_FDM_STATE::line_freq

Nominal line frequency, see MBG_IMS_FDM_LINE_FREQS.

Definition at line 10166 of file gpsdefs.h.

◆ reserved

uint32_t MBG_IMS_FDM_STATE::reserved

Reserved, currently always 0.

Definition at line 10168 of file gpsdefs.h.

◆ t_plt

NANO_TIME_64 MBG_IMS_FDM_STATE::t_plt

Current power line time.

Definition at line 10163 of file gpsdefs.h.

◆ t_ref

NANO_TIME_64 MBG_IMS_FDM_STATE::t_ref

Current reference time.

Definition at line 10162 of file gpsdefs.h.

◆ t_sync

NANO_TIME_64 MBG_IMS_FDM_STATE::t_sync

Last sync Time (reference time)

Definition at line 10164 of file gpsdefs.h.


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