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

Base class for messages that come from the GPS receiver. More...

#include <UBX.hh>

+ Inheritance diagram for UBX::Output_message:

Public Types

typedef std::shared_ptr< Output_messageptr
 
- Public Types inherited from GNSS::Message
typedef std::shared_ptr< Messageptr
 

Protected Member Functions

 Output_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...
 

Additional Inherited Members

- 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...
 
- Protected Attributes inherited from UBX::Message
Class_ID _cls
 
uint8_t _id
 

Detailed Description

Base class for messages that come from the GPS receiver.

Definition at line 155 of file UBX.hh.

Member Typedef Documentation

typedef std::shared_ptr<Output_message> UBX::Output_message::ptr

Definition at line 164 of file UBX.hh.

Constructor & Destructor Documentation

UBX::Output_message::Output_message ( Class_ID  cls,
uint8_t  id 
)
inlineprotected

Constructor from a message class and ID.

Definition at line 158 of file UBX.hh.


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