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

#include <UBX_cfg.hh>

+ Inheritance diagram for UBX::Cfg::Q_prt:

Public Member Functions

 Q_prt (void)
 Constructor for polling current port. More...
 
 Q_prt (PortID p)
 Constructor. More...
 
- 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 59 of file UBX_cfg.hh.

Constructor & Destructor Documentation

UBX::Cfg::Q_prt::Q_prt ( void  )
inline

Constructor for polling current port.

Definition at line 69 of file UBX_cfg.hh.

UBX::Cfg::Q_prt::Q_prt ( PortID  p)
inline

Constructor.

Parameters
pPort ID to query

Definition at line 78 of file UBX_cfg.hh.


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