mbgtools-lx  4.2.8
MBG_RAW_IRIG_DATA Struct Reference

A buffer used to read raw IRIG data bits from an IRIG receiver. More...

#include <gpsdefs.h>

Data Fields

uint8_t data_bytes [16]
 

Detailed Description

A buffer used to read raw IRIG data bits from an IRIG receiver.

Used to get the raw data bits from the IRIG decoder. A maximum number of RAW_IRIG_SIZE bytes can be filled up, depending on the IRIG code. If less bytes are used then the rest of the bytes are filled with zeros.

Note
The first IRIG bit received from the transmitter is saved in the MSB (bit 7) of data_bytes[0], etc.

Definition at line 5423 of file gpsdefs.h.

Field Documentation

◆ data_bytes

uint8_t MBG_RAW_IRIG_DATA::data_bytes[16]

Definition at line 5425 of file gpsdefs.h.

Referenced by show_raw_irig_data(), and str_raw_irig_utc_offs_hours().


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