mbgtools-lx
4.2.8
|
General TLV data structure. More...
#include <gpsdefs.h>
Data Fields | |
MBG_TLV_UID | uid |
Unique ID identifying following TLVs, 0 if empty/not set. More... | |
MBG_TLV_TYPE | type |
One of the MBG_TLV_TYPES or MBG_TLV_FEAT_TYPES depending on the type of message. More... | |
uint32_t | total_bytes |
Number of all bytes including header(s) that are related to a TLV block transaction. More... | |
uint32_t | reserved_1 |
Reserved for future use. More... | |
General TLV data structure.
Structure containing common, additional data required to send an announce message for following TLVs.
uint32_t MBG_TLV_DATA::reserved_1 |
Reserved for future use.
Definition at line 18312 of file gpsdefs.h.
Referenced by mbg_tlv_announce_init(), and mbg_tlv_rcv_state_init().
uint32_t MBG_TLV_DATA::total_bytes |
Number of all bytes including header(s) that are related to a TLV block transaction.
Definition at line 18311 of file gpsdefs.h.
Referenced by mbg_tlv_announce_init(), and mbg_tlv_rcv_state_init().
MBG_TLV_TYPE MBG_TLV_DATA::type |
One of the MBG_TLV_TYPES or MBG_TLV_FEAT_TYPES depending on the type of message.
Definition at line 18310 of file gpsdefs.h.
Referenced by mbg_tlv_announce_init(), and mbg_tlv_rcv_state_init().
MBG_TLV_UID MBG_TLV_DATA::uid |
Unique ID identifying following TLVs, 0 if empty/not set.
Definition at line 18309 of file gpsdefs.h.
Referenced by mbg_tlv_announce_init(), and mbg_tlv_rcv_state_init().