GNSS receiver tools  1
Tools for use with GNSS receivers
SkyTraqBin::Output_message_with_subid Class Reference

Base class for messages that come from the GPS receiver with a sub-ID. More...

#include <SkyTraqBin_outputs_with_subid.hh>

+ Inheritance diagram for SkyTraqBin::Output_message_with_subid:

Public Types

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

Public Member Functions

 Output_message_with_subid (unsigned char *payload, Payload_length payload_len)
 Constructor from a binary buffer. More...
 
- Public Member Functions inherited from SkyTraqBin::Output_message
 Output_message (unsigned char *payload, Payload_length payload_len)
 Constructor from a binary buffer. More...
 
- Public Member Functions inherited from SkyTraqBin::Message
const uint8_t message_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...
 
- Public Member Functions inherited from SkyTraqBin::with_subid
 with_subid (uint8_t subid)
 Constructor. More...
 
const uint8_t message_subid (void) const
 Getter method for message sub-ID. More...
 

Additional Inherited Members

- Protected Member Functions inherited from SkyTraqBin::Message
 Message (uint8_t id)
 Constructor. More...
 
- Protected Attributes inherited from SkyTraqBin::Message
uint8_t _msg_id
 
- Protected Attributes inherited from SkyTraqBin::with_subid
uint8_t _msg_subid
 

Detailed Description

Base class for messages that come from the GPS receiver with a sub-ID.

Definition at line 48 of file SkyTraqBin_outputs_with_subid.hh.

Member Typedef Documentation

Constructor & Destructor Documentation

SkyTraqBin::Output_message_with_subid::Output_message_with_subid ( unsigned char *  payload,
Payload_length  payload_len 
)
inline

Constructor from a binary buffer.

Definition at line 53 of file SkyTraqBin_outputs_with_subid.hh.


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