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

#include <UBX_ack.hh>

+ Inheritance diagram for UBX::Ack::Ack:

Public Member Functions

 Ack (unsigned char *payload, Length payload_len)
 Constructor from a binary buffer. More...
 
const uint8_t message_class (void) const
 
const uint8_t message_id (void) const
 
- 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::Output_message
typedef std::shared_ptr< Output_messageptr
 
- Public Types inherited from GNSS::Message
typedef std::shared_ptr< Messageptr
 
- Protected Member Functions inherited from UBX::Output_message
 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...
 
- Protected Attributes inherited from UBX::Message
Class_ID _cls
 
uint8_t _id
 

Detailed Description

Definition at line 54 of file UBX_ack.hh.

Constructor & Destructor Documentation

UBX::Ack::Ack::Ack ( unsigned char *  payload,
Length  payload_len 
)

Constructor from a binary buffer.

Definition at line 38 of file UBX_ack.cc.

Member Function Documentation

const uint8_t UBX::Ack::Ack::message_class ( void  ) const
inline

Definition at line 62 of file UBX_ack.hh.

const uint8_t UBX::Ack::Ack::message_id ( void  ) const
inline

Definition at line 63 of file UBX_ack.hh.


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