Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
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_
 UBX class ID.
 
uint8_t msg_id_
 UBX message ID.
 
const char * name_
 UBX name.
 

Detailed Description

UBX class/message lookup table entry.

Definition at line 598 of file ubx.hpp.

Member Data Documentation

◆ cls_id_

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

UBX class ID.

Definition at line 600 of file ubx.hpp.

◆ msg_id_

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

UBX message ID.

Definition at line 601 of file ubx.hpp.

◆ name_

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

UBX name.

Definition at line 602 of file ubx.hpp.


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