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

Message of accelerometer, magnetometer, pressure and temperature data. More...

#include <SkyTraqBin_outputs_with_subid.hh>

+ Inheritance diagram for SkyTraqBin::Sensor_data:

Public Member Functions

 Sensor_data (unsigned char *payload, Payload_length payload_len)
 
const float Gx (void) const
 
const float Gy (void) const
 
const float Gz (void) const
 
const float Mx (void) const
 
const float Mx_raw (void) const
 
const float My (void) const
 
const float My_raw (void) const
 
const float Mz (void) const
 
const float Mz_raw (void) const
 
const uint32_t pressure (void) const
 
const float temperature (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

Message of accelerometer, magnetometer, pressure and temperature data.

Definition at line 292 of file SkyTraqBin_outputs_with_subid.hh.

Constructor & Destructor Documentation

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

Definition at line 460 of file SkyTraqBin_outputs.cc.

Member Function Documentation

const float SkyTraqBin::Sensor_data::Gx ( void  ) const
inline

Definition at line 301 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::Gy ( void  ) const
inline

Definition at line 302 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::Gz ( void  ) const
inline

Definition at line 303 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::Mx ( void  ) const
inline

Definition at line 305 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::Mx_raw ( void  ) const
inline

Definition at line 306 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::My ( void  ) const
inline

Definition at line 307 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::My_raw ( void  ) const
inline

Definition at line 308 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::Mz ( void  ) const
inline

Definition at line 309 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::Mz_raw ( void  ) const
inline

Definition at line 310 of file SkyTraqBin_outputs_with_subid.hh.

const uint32_t SkyTraqBin::Sensor_data::pressure ( void  ) const
inline

Definition at line 312 of file SkyTraqBin_outputs_with_subid.hh.

const float SkyTraqBin::Sensor_data::temperature ( void  ) const
inline

Definition at line 313 of file SkyTraqBin_outputs_with_subid.hh.


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