#include <TdkGpsData.h>
Inheritance diagram for TdkGpsData:
Public Member Functions | |
TdkGpsData () | |
virtual void | operator= (const TdkGpsData &other) |
virtual void | setSpeed (double speed) |
virtual double | getSpeed () |
virtual void | setLat (double lat) |
virtual double | getLat () |
virtual void | setLong (double longe) |
virtual double | getLong () |
virtual void | setDegrees (double degrees) |
virtual double | getDegrees () |
virtual void | setDirection (double direction) |
virtual double | getDirection () |
virtual void | setTime (char *time) |
virtual char * | getTime () |
virtual double | getTimeInSeconds () |
virtual void | setAltitude (double altitude) |
virtual double | getAltitude () |
virtual void | setNewTrack (bool newTrack) |
virtual bool | isNewTrack () |
TeProjection * | getProjection () |
TeCoord2D | convert2Projection (TeProjection *proj2Coonvert) |
TeCoord2D | getCoord () |
Protected Attributes | |
double | _speed |
double | _lat |
double | _long |
double | _degrees |
double | _direction |
double | _altitude |
bool | isNewTrack_ |
char * | _time |
TdkGpsData::TdkGpsData | ( | ) |
void TdkGpsData::operator= | ( | const TdkGpsData & | other | ) | [virtual] |
void TdkGpsData::setSpeed | ( | double | speed | ) | [virtual] |
double TdkGpsData::getSpeed | ( | ) | [virtual] |
void TdkGpsData::setLat | ( | double | lat | ) | [virtual] |
double TdkGpsData::getLat | ( | ) | [virtual] |
void TdkGpsData::setLong | ( | double | longe | ) | [virtual] |
double TdkGpsData::getLong | ( | ) | [virtual] |
void TdkGpsData::setDegrees | ( | double | degrees | ) | [virtual] |
double TdkGpsData::getDegrees | ( | ) | [virtual] |
void TdkGpsData::setDirection | ( | double | direction | ) | [virtual] |
double TdkGpsData::getDirection | ( | ) | [virtual] |
void TdkGpsData::setTime | ( | char * | time | ) | [virtual] |
char * TdkGpsData::getTime | ( | ) | [virtual] |
double TdkGpsData::getTimeInSeconds | ( | ) | [virtual] |
void TdkGpsData::setAltitude | ( | double | altitude | ) | [virtual] |
double TdkGpsData::getAltitude | ( | ) | [virtual] |
void TdkGpsData::setNewTrack | ( | bool | newTrack | ) | [virtual] |
bool TdkGpsData::isNewTrack | ( | ) | [virtual] |
TeProjection * TdkGpsData::getProjection | ( | ) |
TeCoord2D TdkGpsData::convert2Projection | ( | TeProjection * | proj2Coonvert | ) |
TeCoord2D TdkGpsData::getCoord | ( | ) |
double TdkGpsData::_speed [protected] |
double TdkGpsData::_lat [protected] |
double TdkGpsData::_long [protected] |
double TdkGpsData::_degrees [protected] |
double TdkGpsData::_direction [protected] |
double TdkGpsData::_altitude [protected] |
bool TdkGpsData::isNewTrack_ [protected] |
char* TdkGpsData::_time [protected] |