Time and date.
More...
#include <NMEA-0183.hh>
|
| ZDA (std::string tid, std::string type, std::vector< std::string > fields, unsigned char checksum) |
|
const ptime::ptime | UTC_datetime (void) const |
|
const ptime::time_duration | UTC_time (void) const |
|
const greg::date | UTC_date (void) const |
|
const int | TZ_hours (void) const |
|
const int | TZ_minutes (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...
|
|
Time and date.
Definition at line 296 of file NMEA-0183.hh.
NMEA0183::ZDA::ZDA |
( |
std::string |
tid, |
|
|
std::string |
type, |
|
|
std::vector< std::string > |
fields, |
|
|
unsigned char |
checksum |
|
) |
| |
const int NMEA0183::ZDA::TZ_hours |
( |
void |
| ) |
const |
|
inline |
const int NMEA0183::ZDA::TZ_minutes |
( |
void |
| ) |
const |
|
inline |
const greg::date NMEA0183::ZDA::UTC_date |
( |
void |
| ) |
const |
|
inline |
const ptime::ptime NMEA0183::ZDA::UTC_datetime |
( |
void |
| ) |
const |
|
inline |
const ptime::time_duration NMEA0183::ZDA::UTC_time |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: