|
NMEAParser
NMEA Parser Library - Monte Variakojis @VisualGPS
|
–GSA Data class More...
#include <NMEASentenceGSA.h>
Public Member Functions | |
| CNMEASentenceGSA () | |
| virtual | ~CNMEASentenceGSA () |
| 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::GSA_DATA_T | GetSentenceData (void) |
| Returns the NMEA sentence data structure. More... | |
Public Member Functions inherited from CNMEASentenceBase | |
| CNMEASentenceBase () | |
| ~CNMEASentenceBase () | |
Private Attributes | |
| CNMEAParserData::GSA_DATA_T | m_SentenceData |
| Sentence specific data. 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... | |
–GSA Data class
Definition at line 36 of file NMEASentenceGSA.h.
| CNMEASentenceGSA::CNMEASentenceGSA | ( | ) |
Definition at line 29 of file NMEASentenceGSA.cpp.
|
virtual |
Definition at line 34 of file NMEASentenceGSA.cpp.
|
inline |
Returns the NMEA sentence data structure.
Definition at line 64 of file NMEASentenceGSA.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 37 of file NMEASentenceGSA.cpp.
|
virtual |
Clears the sentence specific data to a default value.
Note: Redefined. See parent class CNMEASentenceBase
Implements CNMEASentenceBase.
Definition at line 94 of file NMEASentenceGSA.cpp.
|
private |
Sentence specific data.
Definition at line 39 of file NMEASentenceGSA.h.
1.8.13