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

GPS ALMANAC Data - almanac data of GPS receiver. More...

#include <SkyTraqBin_outputs.hh>

+ Inheritance diagram for SkyTraqBin::GPS_almanac_data:

Public Member Functions

 GPS_almanac_data (unsigned char *payload, Payload_length payload_len)
 
const uint8_t PRN (void) const
 
const uint32_t * words (void) const
 
const uint32_t word (int i) const
 
const int16_t week_number (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

GPS ALMANAC Data - almanac data of GPS receiver.

Answer to Get_almanac, only on NavSpark-Raw boards

Definition at line 152 of file SkyTraqBin_outputs.hh.

Constructor & Destructor Documentation

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

Definition at line 71 of file SkyTraqBin_outputs.cc.

Member Function Documentation

const uint8_t SkyTraqBin::GPS_almanac_data::PRN ( void  ) const
inline

Definition at line 161 of file SkyTraqBin_outputs.hh.

const int16_t SkyTraqBin::GPS_almanac_data::week_number ( void  ) const
inline

Definition at line 164 of file SkyTraqBin_outputs.hh.

const uint32_t SkyTraqBin::GPS_almanac_data::word ( int  i) const
inline

Definition at line 163 of file SkyTraqBin_outputs.hh.

const uint32_t* SkyTraqBin::GPS_almanac_data::words ( void  ) const
inline

Definition at line 162 of file SkyTraqBin_outputs.hh.


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