native rM2M_DecodeNMEA(const sentence{}, data[], len=sizeof data);
Decodes a transferred NMEA data record
Parameter
Explanation
sentence
NMEA data record from a GPS receiver starting with the '$' character.
Important note:
The strings must be terminated ('\0') immediately after
the checksum.
data
Buffer (cell array) to store the decoded data
[0] :
Contains the GNSS device ID (see "List of supported GNSS device
IDs" in chapter "Constants" on page 162)
[1] :
Contains the type of decoded NMEA data record (see "List of
supported NMEA data records" in chapter "Constants" on page
162)
[2] ... [n] :
Dependent on type of decoded NMEA data record
For a type "RM2M_NMEA_RECORD_GGA" data record, the
remaining structure is the same as the "TNMEA_GGA" structure.
[2]: .Lat
[3]: .Long
[4]: .Alt
[5]: .Qual
[6]: .SatUsed
[7]: .HDOP
len
Size (in cells) of the buffer to record the decoded data – OPTIONAL
Explanation
Return value
l
positive value, if successful (number of filled array elements, i.e. cells)
l
negative value, if an error has occurred (see "NMEA error codes" in
chapter "Constants" on page 162)
164
Rev. 05
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......