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

GET GPS EPHEMERIS - Get GPS ephemeris used of GNSS receiver. More...

#include <SkyTraqBin_inputs.hh>

+ Inheritance diagram for SkyTraqBin::Get_GPS_ephemeris:

Public Member Functions

 Get_GPS_ephemeris (uint8_t sv)
 Constructor. More...
 
uint8_t response_id (void) const
 Return the message ID of the response message. More...
 
bool has_response_subid (void) const
 Does the response message type have a sub-ID? More...
 
uint8_t response_subid (void) const
 Return the message sub-ID of the response message. More...
 
const uint8_t SV_number (void) const
 
void set_SV_number (uint8_t val)
 
- Public Member Functions inherited from SkyTraqBin::Input_message
const Payload_length message_length (void) const
 The total length of the message. More...
 
virtual void to_buf (unsigned char *buffer) const
 Write the message into a 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::Input_message
typedef std::shared_ptr< Input_messageptr
 
- Public Types inherited from GNSS::Message
typedef std::shared_ptr< Messageptr
 
- Protected Member Functions inherited from SkyTraqBin::Input_message
 Input_message (uint8_t id)
 Constructor from a message ID. More...
 
- 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

GET GPS EPHEMERIS - Get GPS ephemeris used of GNSS receiver.

Responds with GPS_ephemeris_data message

Definition at line 853 of file SkyTraqBin_inputs.hh.

Constructor & Destructor Documentation

SkyTraqBin::Get_GPS_ephemeris::Get_GPS_ephemeris ( uint8_t  sv)
inline

Constructor.

Parameters
svSV number of satellite, 0 for all

Definition at line 865 of file SkyTraqBin_inputs.hh.

Member Function Documentation

bool SkyTraqBin::Get_GPS_ephemeris::has_response_subid ( void  ) const
inlinevirtual

Does the response message type have a sub-ID?

Implements SkyTraqBin::with_response.

Definition at line 870 of file SkyTraqBin_inputs.hh.

uint8_t SkyTraqBin::Get_GPS_ephemeris::response_id ( void  ) const
inlinevirtual

Return the message ID of the response message.

Implements SkyTraqBin::with_response.

Definition at line 870 of file SkyTraqBin_inputs.hh.

uint8_t SkyTraqBin::Get_GPS_ephemeris::response_subid ( void  ) const
inlinevirtual

Return the message sub-ID of the response message.

Implements SkyTraqBin::with_response.

Definition at line 870 of file SkyTraqBin_inputs.hh.

void SkyTraqBin::Get_GPS_ephemeris::set_SV_number ( uint8_t  val)
inline

Definition at line 872 of file SkyTraqBin_inputs.hh.

const uint8_t SkyTraqBin::Get_GPS_ephemeris::SV_number ( void  ) const
inline

Definition at line 872 of file SkyTraqBin_inputs.hh.


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