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

GPS TIME - GPS time of GNSS receiver. More...

#include <SkyTraqBin_outputs_with_subid.hh>

+ Inheritance diagram for SkyTraqBin::GNSS_time:

Public Member Functions

 GNSS_time (unsigned char *payload, Payload_length payload_len)
 
const uint32_t time_in_week_raw (void) const
 
const uint32_t subtime_in_week_raw (void) const
 
const double time_in_week (void) const
 
const uint16_t week_number (void) const
 
const int8_t default_leap_seconds (void) const
 
const int8_t current_leap_seconds (void) const
 
const bool time_in_week_valid (void) const
 
const bool week_number_valid (void) const
 
const bool leap_seconds_valid (void) const
 
- Public Member Functions inherited from SkyTraqBin::Output_message_with_subid
 Output_message_with_subid (unsigned char *payload, Payload_length payload_len)
 Constructor from a binary buffer. More...
 
- 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...
 
- Public Member Functions inherited from SkyTraqBin::with_subid
 with_subid (uint8_t subid)
 Constructor. More...
 
const uint8_t message_subid (void) const
 Getter method for message sub-ID. More...
 

Additional Inherited Members

- Public Types inherited from SkyTraqBin::Output_message_with_subid
typedef std::shared_ptr< Output_message_with_subidptr
 
- 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
 
- Protected Attributes inherited from SkyTraqBin::with_subid
uint8_t _msg_subid
 

Detailed Description

GPS TIME - GPS time of GNSS receiver.

Definition at line 224 of file SkyTraqBin_outputs_with_subid.hh.

Constructor & Destructor Documentation

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

Definition at line 429 of file SkyTraqBin_outputs.cc.

Member Function Documentation

const int8_t SkyTraqBin::GNSS_time::current_leap_seconds ( void  ) const
inline

Definition at line 240 of file SkyTraqBin_outputs_with_subid.hh.

const int8_t SkyTraqBin::GNSS_time::default_leap_seconds ( void  ) const
inline

Definition at line 239 of file SkyTraqBin_outputs_with_subid.hh.

const bool SkyTraqBin::GNSS_time::leap_seconds_valid ( void  ) const
inline

Definition at line 243 of file SkyTraqBin_outputs_with_subid.hh.

const uint32_t SkyTraqBin::GNSS_time::subtime_in_week_raw ( void  ) const
inline

Definition at line 235 of file SkyTraqBin_outputs_with_subid.hh.

const double SkyTraqBin::GNSS_time::time_in_week ( void  ) const
inline

Definition at line 236 of file SkyTraqBin_outputs_with_subid.hh.

const uint32_t SkyTraqBin::GNSS_time::time_in_week_raw ( void  ) const
inline

Definition at line 234 of file SkyTraqBin_outputs_with_subid.hh.

const bool SkyTraqBin::GNSS_time::time_in_week_valid ( void  ) const
inline

Definition at line 241 of file SkyTraqBin_outputs_with_subid.hh.

const uint16_t SkyTraqBin::GNSS_time::week_number ( void  ) const
inline

Definition at line 238 of file SkyTraqBin_outputs_with_subid.hh.

const bool SkyTraqBin::GNSS_time::week_number_valid ( void  ) const
inline

Definition at line 242 of file SkyTraqBin_outputs_with_subid.hh.


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