mbgtools-lx  4.2.8
MBG_EVENT_STATUS Struct Reference

#include <gpsdefs.h>

Data Fields

uint32_t last_changed
 Unix timestamp when this event state has been changed. More...
 
uint32_t reserved_1 [3]
 Future use. More...
 
uint8_t severity
 See MBG_EVENT_SEVERITIES. More...
 
uint8_t reserved_2 [3]
 Future use. More...
 
union {
   int32_t   i32
 
   uint32_t   u32
 
   MBG_EVENT_STR   string
 
u
 

Detailed Description

Definition at line 22062 of file gpsdefs.h.

Field Documentation

◆ i32

int32_t MBG_EVENT_STATUS::i32

Definition at line 22070 of file gpsdefs.h.

◆ last_changed

uint32_t MBG_EVENT_STATUS::last_changed

Unix timestamp when this event state has been changed.

Definition at line 22064 of file gpsdefs.h.

◆ reserved_1

uint32_t MBG_EVENT_STATUS::reserved_1[3]

Future use.

Definition at line 22065 of file gpsdefs.h.

◆ reserved_2

uint8_t MBG_EVENT_STATUS::reserved_2[3]

Future use.

Definition at line 22067 of file gpsdefs.h.

◆ severity

uint8_t MBG_EVENT_STATUS::severity

See MBG_EVENT_SEVERITIES.

Definition at line 22066 of file gpsdefs.h.

◆ string

MBG_EVENT_STR MBG_EVENT_STATUS::string

Definition at line 22072 of file gpsdefs.h.

◆ u

union { ... } MBG_EVENT_STATUS::u

◆ u32

uint32_t MBG_EVENT_STATUS::u32

Definition at line 22071 of file gpsdefs.h.


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