GNSS receiver tools  1
Tools for use with GNSS receivers
UBX::Cfg::Q_msg Class Reference

#include <UBX_cfg.hh>

+ Inheritance diagram for UBX::Cfg::Q_msg:

Public Member Functions

 Q_msg (uint8_t p_cls, uint8_t p_id)
 Constructor. More...
 
const uint8_t message_class (void) const
 
void set_message_class (uint8_t val)
 
const uint8_t message_id (void) const
 
void set_message_id (uint8_t val)
 
- Public Member Functions inherited from UBX::Input_message
const Length message_length (void) const
 The total length of the message. More...
 
virtual void to_buf (unsigned char *buffer) const
 Write the message into a buffer. More...
 
- Public Member Functions inherited from UBX::Message
const Class_ID cls (void) const
 Getter method for the message class. More...
 
const uint8_t id (void) const
 Getter method for the message ID. More...
 
- Public Member Functions inherited from GNSS::Message
virtual ~Message ()
 Virtual destructor to force polymorphism. More...
 
template<typename T >
bool isa (void) const
 Check the type of an object. More...
 
template<typename T >
T * cast_as (void)
 Recast this object to another type. More...
 

Additional Inherited Members

- Public Types inherited from UBX::Input_message
typedef std::shared_ptr< Input_messageptr
 
- Public Types inherited from GNSS::Message
typedef std::shared_ptr< Messageptr
 
- Protected Member Functions inherited from UBX::Input_message
virtual const Length payload_length (void) const
 The length of the payload (not including message class/ID) More...
 
 Input_message (Class_ID cls, uint8_t id)
 Constructor from a message class and ID. More...
 
- Protected Member Functions inherited from UBX::Message
 Message (Class_ID cls, uint8_t id)
 Constructor. More...
 
- Protected Attributes inherited from UBX::Message
Class_ID _cls
 
uint8_t _id
 

Detailed Description

Definition at line 166 of file UBX_cfg.hh.

Constructor & Destructor Documentation

UBX::Cfg::Q_msg::Q_msg ( uint8_t  p_cls,
uint8_t  p_id 
)
inline

Constructor.

Parameters
p_clsMessage class
p_idMessage ID

Definition at line 179 of file UBX_cfg.hh.

Member Function Documentation

const uint8_t UBX::Cfg::Q_msg::message_class ( void  ) const
inline

Definition at line 184 of file UBX_cfg.hh.

const uint8_t UBX::Cfg::Q_msg::message_id ( void  ) const
inline

Definition at line 185 of file UBX_cfg.hh.

void UBX::Cfg::Q_msg::set_message_class ( uint8_t  val)
inline

Definition at line 184 of file UBX_cfg.hh.

void UBX::Cfg::Q_msg::set_message_id ( uint8_t  val)
inline

Definition at line 185 of file UBX_cfg.hh.


The documentation for this class was generated from the following files: