Sensor data from the SUP800F.
More...
#include <NMEA-0183.hh>
|
| STI_sensors (std::string tid, std::string type, std::vector< std::string > fields, unsigned char checksum) |
|
const double | pitch (void) const |
|
const double | roll (void) const |
|
const double | yaw (void) const |
|
const double | pressure (void) const |
|
const double | temperature (void) const |
|
| Sentence (std::string tid, std::string type, unsigned char checksum) |
| Constructor. More...
|
|
const std::string | talker_id (void) const |
|
const std::string | type (void) const |
|
const unsigned char | checksum (void) const |
|
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...
|
|
Sensor data from the SUP800F.
Definition at line 330 of file NMEA-0183.hh.
NMEA0183::STI_sensors::STI_sensors |
( |
std::string |
tid, |
|
|
std::string |
type, |
|
|
std::vector< std::string > |
fields, |
|
|
unsigned char |
checksum |
|
) |
| |
const double NMEA0183::STI_sensors::pitch |
( |
void |
| ) |
const |
|
inline |
const double NMEA0183::STI_sensors::pressure |
( |
void |
| ) |
const |
|
inline |
const double NMEA0183::STI_sensors::roll |
( |
void |
| ) |
const |
|
inline |
const double NMEA0183::STI_sensors::temperature |
( |
void |
| ) |
const |
|
inline |
const double NMEA0183::STI_sensors::yaw |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: