Fixposition SDK 0.0.0-heads/main-0-gd0932cc
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpsdk::common::parser::ubx::UbxMsgInfo Struct Reference

UBX class/message lookup table entry. More...

#include <ubx.hpp>

Public Attributes

uint8_t cls_id_ = 0
 UBX class ID.
 
uint8_t msg_id_ = 0
 UBX message ID.
 
const char * name_ = nullptr
 UBX name.
 

Detailed Description

UBX class/message lookup table entry.

Definition at line 601 of file ubx.hpp.

Member Data Documentation

◆ cls_id_

uint8_t fpsdk::common::parser::ubx::UbxMsgInfo::cls_id_ = 0

UBX class ID.

Definition at line 603 of file ubx.hpp.

◆ msg_id_

uint8_t fpsdk::common::parser::ubx::UbxMsgInfo::msg_id_ = 0

UBX message ID.

Definition at line 604 of file ubx.hpp.

◆ name_

const char* fpsdk::common::parser::ubx::UbxMsgInfo::name_ = nullptr

UBX name.

Definition at line 605 of file ubx.hpp.


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