NMEAParser
NMEA Parser Library - Monte Variakojis @VisualGPS
|
–GGA Data class More...
#include <NMEASentenceGGA.h>
Public Member Functions | |
CNMEASentenceGGA () | |
virtual | ~CNMEASentenceGGA () |
virtual CNMEAParserData::ERROR_E | ProcessSentence (char *pCmd, char *pData) |
Process the –GGA command and stores the result in the specific data structure. More... | |
virtual void | ResetData (void) |
Clears the sentence specific data to a default value. More... | |
CNMEAParserData::GGA_DATA_T | GetSentenceData (void) |
Returns the NMEA sentence data structure. More... | |
Public Member Functions inherited from CNMEASentenceBase | |
CNMEASentenceBase () | |
~CNMEASentenceBase () | |
Private Attributes | |
CNMEAParserData::GGA_DATA_T | m_SentenceData |
Sentence specific data. More... | |
int | m_nOldVSpeedSeconds |
Used to calculate vertical speed. More... | |
double | m_dOldVSpeedAlt |
Used to calculate vertical speed. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from CNMEASentenceBase | |
static const int | c_nMaxField = 256 |
Maximum field length. More... | |
Protected Member Functions inherited from CNMEASentenceBase | |
CNMEAParserData::ERROR_E | GetField (char *pData, char *pField, int nFieldNum, int nMaxFieldLen) |
This function will get the specified field in a NMEA string. More... | |
Protected Attributes inherited from CNMEASentenceBase | |
unsigned int | m_uRxCount |
Receive count. More... | |
–GGA Data class
Definition at line 36 of file NMEASentenceGGA.h.
CNMEASentenceGGA::CNMEASentenceGGA | ( | ) |
Definition at line 28 of file NMEASentenceGGA.cpp.
|
virtual |
Definition at line 35 of file NMEASentenceGGA.cpp.
|
inline |
Returns the NMEA sentence data structure.
Definition at line 66 of file NMEASentenceGGA.h.
|
virtual |
Process the –GGA command and stores the result in the specific data structure.
pCmd | Talker command |
pData | Comma separated talker data string. |
Implements CNMEASentenceBase.
Definition at line 38 of file NMEASentenceGGA.cpp.
|
virtual |
Clears the sentence specific data to a default value.
Note: Redefined. See parent class CNMEASentenceBase
Implements CNMEASentenceBase.
Definition at line 165 of file NMEASentenceGGA.cpp.
|
private |
Used to calculate vertical speed.
Definition at line 41 of file NMEASentenceGGA.h.
|
private |
Used to calculate vertical speed.
Definition at line 40 of file NMEASentenceGGA.h.
|
private |
Sentence specific data.
Definition at line 39 of file NMEASentenceGGA.h.