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

NACK - Response to an unsuccessful request message. More...

#include <SkyTraqBin_outputs.hh>

+ Inheritance diagram for SkyTraqBin::Nack:

Public Member Functions

 Nack (unsigned char *payload, Payload_length payload_len)
 Constructor from a binary buffer. More...
 
const uint8_t nack_id (void) const
 
const bool has_subid (void) const
 
const uint8_t nack_subid (void) const
 
- 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...
 

Additional Inherited Members

- Public Types inherited from SkyTraqBin::Output_message
typedef std::shared_ptr< Output_messageptr
 
- Public Types inherited from GNSS::Message
typedef std::shared_ptr< Messageptr
 
- Protected Member Functions inherited from SkyTraqBin::Message
 Message (uint8_t id)
 Constructor. More...
 
- Protected Attributes inherited from SkyTraqBin::Message
uint8_t _msg_id
 

Detailed Description

NACK - Response to an unsuccessful request message.

Definition at line 118 of file SkyTraqBin_outputs.hh.

Constructor & Destructor Documentation

SkyTraqBin::Nack::Nack ( unsigned char *  payload,
Payload_length  payload_len 
)

Constructor from a binary buffer.

Definition at line 57 of file SkyTraqBin_outputs.cc.

Member Function Documentation

const bool SkyTraqBin::Nack::has_subid ( void  ) const
inline

Definition at line 129 of file SkyTraqBin_outputs.hh.

const uint8_t SkyTraqBin::Nack::nack_id ( void  ) const
inline

Definition at line 128 of file SkyTraqBin_outputs.hh.

const uint8_t SkyTraqBin::Nack::nack_subid ( void  ) const
inline

Definition at line 130 of file SkyTraqBin_outputs.hh.


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