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

SV_CH_STATUS - SV and channel status. More...

#include <SkyTraqBin_outputs.hh>

+ Inheritance diagram for SkyTraqBin::SV_channel_status:

Public Member Functions

 SV_channel_status (unsigned char *payload, Payload_length payload_len)
 Constructor from a binary buffer. More...
 
const uint8_t issue_of_data (void) const
 
const uint8_t num_svs (void) const
 
const std::vector< SvStatusstatuses (void) const
 
const SvStatus status (uint8_t i) 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

SV_CH_STATUS - SV and channel status.

Periodic message only on NavSpark-Raws

Definition at line 561 of file SkyTraqBin_outputs.hh.

Constructor & Destructor Documentation

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

Constructor from a binary buffer.

Definition at line 232 of file SkyTraqBin_outputs.cc.

Member Function Documentation

const uint8_t SkyTraqBin::SV_channel_status::issue_of_data ( void  ) const
inline

Definition at line 571 of file SkyTraqBin_outputs.hh.

const uint8_t SkyTraqBin::SV_channel_status::num_svs ( void  ) const
inline

Definition at line 572 of file SkyTraqBin_outputs.hh.

const SvStatus SkyTraqBin::SV_channel_status::status ( uint8_t  i) const
inline

Definition at line 574 of file SkyTraqBin_outputs.hh.

const std::vector<SvStatus> SkyTraqBin::SV_channel_status::statuses ( void  ) const
inline

Definition at line 573 of file SkyTraqBin_outputs.hh.


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