13.2.8.2 Constants
List of the supported types of cell/network information entries
Possible types of cell/network information entries that can be read by the system via the function
"rM2M_EnumPosUpdate()"
RM2M_POSUPDATE_TYPE_ERR
= 0, //invalid entry
RM2M_POSUPDATE_TYPE_GSM
= 1, //Information about a GSM cell
RM2M_POSUPDATE_TYPE_UMTS = 2, //Information about a UMTS cell
RM2M_POSUPDATE_TYPE_LTE
= 3, //Information about an LTE cell
RM2M_POSUPDATE_TYPE_WIFI = 4, //Information about a WiFi network
NMEA error codes
Error codes of the function rM2M_SetPosNMEA()
RM2M_NMEA_ERR_DATATYPE
= -2, // Data type (e.g. $GGSA) not supported.
RM2M_NMEA_ERR_SENTENCE
= -3, // Sentence invalid (e.g. checksum error)
RM2M_NMEA_ERR_LATITUDE
= -4, // Geographical latitude invalid
RM2M_NMEA_ERR_LONGITUDE = -5, // Geographical longitude invalid
RM2M_NMEA_ERR_ALTITUDE
= -6, // Altitude above sea level invalid
RM2M_NMEA_ERR_SAT_USED
= -7, // Number of satellites used invalid.
RM2M_NMEA_ERR_QUAL
= -8, // GPS quality indication not supported.
NMEA quality indicator
RM2M_NMEA_FIX_NOK
= 0,
// invalid/no fix
RM2M_NMEA_FIX_GPS
= 1,
// Non-differential GPS fix
RM2M_NMEA_FIX_DGPS
= 2,
// Differential GPS fix
RM2M_NMEA_FIX_PPS
= 3,
// Precise positioning service (PPS)
RM2M_NMEA_FIX_RTK
= 4,
// Real time kinematic (RTK)
RM2M_NMEA_FIX_FLOATRTK = 5,
// Float real time kinematic
RM2M_NMEA_FIX_EST
= 6,
// Estimated fix (dead reckoning, coupled
// navigation)
RM2M_NMEA_FIX_MAN
= 7,
// Manual input mode
RM2M_NMEA_FIX_SIM
= 8,
// Simulation mode
List of supported GNSS device IDs
Designed to identify the source of the NMEA data record (in accordance with the "Talker ID" used with
the NMEA 0183 standard)
RM2M_NMEA_DEVICE_GP = 0x244750,
// $GP (GPS)
RM2M_NMEA_DEVICE_GL = 0x24474C,
// $GL (GLONASS)
RM2M_NMEA_DEVICE_GA = 0x244741,
// $GA (GALILEO)
RM2M_NMEA_DEVICE_GN = 0x24474E,
// $GN (GENERIC GNSS)
List of supported NMEA data records
RM2M_NMEA_RECORD_GGA = 0x474741, // GGA (global positioning system fix data)
162
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: ......