#include <ublox.h>
|
enum | {
DYNMODE_PORTABLE = 0,
DYNMODE_STATIONARY = 2,
DYNMODE_PEDESTRIAN = 3,
DYNMODE_AUTOMOTIVE = 4,
DYNMODE_SEA = 5,
DYNMODE_AIRBORNE_1G = 6,
DYNMODE_AIRBORNE_2G = 7,
DYNMODE_AIRBORNE_4G = 8
} |
|
enum | { FIXMODE_2D_ONLY = 1,
FIXMODE_3D_ONLY = 2,
FIXMODE_AUTO = 3
} |
|
enum | { UTC_STANDARD_AUTO = 0,
UTC_STANDARD_USA = 3,
UTC_STANDARD_RUS = 6,
UTC_STANDARD_CHN = 7
} |
|
enum | {
MASK_DYN = 0x001,
MASK_MINEL = 0x002,
MASK_POSFIXMODE = 0x004,
MASK_DRLIM = 0x008,
MASK_POSMASK = 0x010,
MASK_TIMEMASK = 0x020,
MASK_STATICHOLDMASK = 0x040,
MASK_DGPSMASK = 0x080,
MASK_CNOTHRESHOLD = 0x100,
MASK_UTC = 0x200
} |
|
enum | { PORT_I2C = 0,
PORT_UART1 = 1,
PORT_USB = 3,
PORT_SPI = 4
} |
|
enum | { CHARLEN_8BIT = 0x00C0,
PARITY_NONE = 0x0800,
STOP_BITS_1 = 0x0000
} |
|
enum | { IN_UBX = 0x01,
IN_NMEA = 0x02,
IN_RTCM = 0x04,
IN_RTCM3 = 0x20
} |
|
enum | { OUT_UBX = 0x01,
OUT_NMEA = 0x02,
OUT_RTCM3 = 0x20
} |
|
enum | {
TIME_REF_UTC = 0,
TIME_REF_GPS = 1,
TIME_REF_GLONASS = 2,
TIME_REF_BUIDOU = 3,
TIME_REF_GALILEO = 4
} |
|
enum | { VALIDITY_FLAGS_VALIDDATE = 0x01,
VALIDITY_FLAGS_VALIDTIME = 0x02,
VALIDITY_FLAGS_FULLYRESOLVED = 0x04
} |
|
enum | {
FIX_STATUS_GNSS_FIX_OK = 0x01,
FIX_STATUS_DIFF_SOLN = 0x02,
FIX_STATUS_PSM_STATE_NOT_ACTIVE = 0x00,
FIX_STATUS_PSM_STATE_ENABLED = 0x04,
FIX_STATUS_PSM_STATE_ACQUISITION = 0x08,
FIX_STATUS_PSM_STATE_TRACKING = 0x0C,
FIX_STATUS_PSM_STATE_POWER_OPTIMIZED_TRACKING = 0x10,
FIX_STATUS_PSM_STATE_INACTIVE = 0x14,
FIX_STATUS_HEADING_VALID = 0x20,
FIX_STATUS_CARR_SOLN_NONE = 0x00,
FIX_STATUS_CARR_SOLN_FLOAT = 0x40,
FIX_STATUS_CARR_SOLN_FIXED = 0x80
} |
|
Definition at line 159 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
DYNMODE_PORTABLE | |
DYNMODE_STATIONARY | |
DYNMODE_PEDESTRIAN | |
DYNMODE_AUTOMOTIVE | |
DYNMODE_SEA | |
DYNMODE_AIRBORNE_1G | |
DYNMODE_AIRBORNE_2G | |
DYNMODE_AIRBORNE_4G | |
Definition at line 180 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
FIXMODE_2D_ONLY | |
FIXMODE_3D_ONLY | |
FIXMODE_AUTO | |
Definition at line 191 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
UTC_STANDARD_AUTO | |
UTC_STANDARD_USA | |
UTC_STANDARD_RUS | |
UTC_STANDARD_CHN | |
Definition at line 198 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
MASK_DYN | |
MASK_MINEL | |
MASK_POSFIXMODE | |
MASK_DRLIM | |
MASK_POSMASK | |
MASK_TIMEMASK | |
MASK_STATICHOLDMASK | |
MASK_DGPSMASK | |
MASK_CNOTHRESHOLD | |
MASK_UTC | |
Definition at line 206 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
PORT_I2C | |
PORT_UART1 | |
PORT_USB | |
PORT_SPI | |
Definition at line 244 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
CHARLEN_8BIT | |
PARITY_NONE | |
STOP_BITS_1 | |
Definition at line 251 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
IN_UBX | |
IN_NMEA | |
IN_RTCM | |
IN_RTCM3 | |
Definition at line 257 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
OUT_UBX | |
OUT_NMEA | |
OUT_RTCM3 | |
Definition at line 264 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
TIME_REF_UTC | |
TIME_REF_GPS | |
TIME_REF_GLONASS | |
TIME_REF_BUIDOU | |
TIME_REF_GALILEO | |
Definition at line 283 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
VALIDITY_FLAGS_VALIDDATE | |
VALIDITY_FLAGS_VALIDTIME | |
VALIDITY_FLAGS_FULLYRESOLVED | |
Definition at line 312 of file ublox.h.
◆ anonymous enum
Enumerator |
---|
FIX_STATUS_GNSS_FIX_OK | |
FIX_STATUS_DIFF_SOLN | |
FIX_STATUS_PSM_STATE_NOT_ACTIVE | |
FIX_STATUS_PSM_STATE_ENABLED | |
FIX_STATUS_PSM_STATE_ACQUISITION | |
FIX_STATUS_PSM_STATE_TRACKING | |
FIX_STATUS_PSM_STATE_POWER_OPTIMIZED_TRACKING | |
FIX_STATUS_PSM_STATE_INACTIVE | |
FIX_STATUS_HEADING_VALID | |
FIX_STATUS_CARR_SOLN_NONE | |
FIX_STATUS_CARR_SOLN_FLOAT | |
FIX_STATUS_CARR_SOLN_FIXED | |
Definition at line 319 of file ublox.h.
◆ baudrate
uint32_t UBLOX::__attribute__::baudrate |
◆ clsID
uint8_t UBLOX::__attribute__::clsID |
◆ cnoThresh
uint8_t UBLOX::__attribute__::cnoThresh |
◆ cnoThreshNumS
uint8_t UBLOX::__attribute__::cnoThreshNumS |
◆ day
uint8_t UBLOX::__attribute__::day |
◆ dgnssTimeout
uint8_t UBLOX::__attribute__::dgnssTimeout |
◆ drLimit
uint8_t UBLOX::__attribute__::drLimit |
◆ dynModel
uint8_t UBLOX::__attribute__::dynModel |
◆ ecefVX
int32_t UBLOX::__attribute__::ecefVX |
◆ ecefVY
int32_t UBLOX::__attribute__::ecefVY |
◆ ecefVZ
int32_t UBLOX::__attribute__::ecefVZ |
◆ ecefX
int32_t UBLOX::__attribute__::ecefX |
◆ ecefY
int32_t UBLOX::__attribute__::ecefY |
◆ ecefZ
int32_t UBLOX::__attribute__::ecefZ |
◆ fixedAlt
int32_t UBLOX::__attribute__::fixedAlt |
◆ fixedAltVar
uint32_t UBLOX::__attribute__::fixedAltVar |
◆ fixMode
uint8_t UBLOX::__attribute__::fixMode |
◆ fixType
uint8_t UBLOX::__attribute__::fixType |
◆ flags [1/2]
uint16_t UBLOX::__attribute__::flags |
◆ flags [2/2]
uint8_t UBLOX::__attribute__::flags |
◆ flags2
uint8_t UBLOX::__attribute__::flags2 |
◆ gSpeed
int32_t UBLOX::__attribute__::gSpeed |
◆ hAcc
uint32_t UBLOX::__attribute__::hAcc |
◆ headAcc
uint32_t UBLOX::__attribute__::headAcc |
◆ headMot
int32_t UBLOX::__attribute__::headMot |
◆ headVeh
int32_t UBLOX::__attribute__::headVeh |
◆ height
int32_t UBLOX::__attribute__::height |
◆ hMSL
int32_t UBLOX::__attribute__::hMSL |
◆ hour
uint8_t UBLOX::__attribute__::hour |
◆ inProtoMask
uint16_t UBLOX::__attribute__::inProtoMask |
◆ iTOW
uint32_t UBLOX::__attribute__::iTOW |
◆ lat
int32_t UBLOX::__attribute__::lat |
◆ lon
int32_t UBLOX::__attribute__::lon |
◆ magAcc
uint16_t UBLOX::__attribute__::magAcc |
◆ magDec
int16_t UBLOX::__attribute__::magDec |
◆ mask
uint16_t UBLOX::__attribute__::mask |
◆ measRate
uint16_t UBLOX::__attribute__::measRate |
◆ min
uint8_t UBLOX::__attribute__::min |
◆ minElev
int8_t UBLOX::__attribute__::minElev |
◆ mode
uint32_t UBLOX::__attribute__::mode |
◆ month
uint8_t UBLOX::__attribute__::month |
◆ msgClass
uint8_t UBLOX::__attribute__::msgClass |
◆ msgID
uint8_t UBLOX::__attribute__::msgID |
◆ nano
int32_t UBLOX::__attribute__::nano |
◆ navRate
uint16_t UBLOX::__attribute__::navRate |
◆ numSV
uint8_t UBLOX::__attribute__::numSV |
◆ outProtoMask
uint16_t UBLOX::__attribute__::outProtoMask |
◆ pAcc [1/2]
uint16_t UBLOX::__attribute__::pAcc |
◆ pAcc [2/2]
uint32_t UBLOX::__attribute__::pAcc |
◆ pDop
uint16_t UBLOX::__attribute__::pDop |
◆ pDOP
uint16_t UBLOX::__attribute__::pDOP |
◆ portID
uint8_t UBLOX::__attribute__::portID |
◆ rate
uint8_t UBLOX::__attribute__::rate |
◆ reserved1
uint8_t UBLOX::__attribute__::reserved1 |
◆ reserved2
uint8_t UBLOX::__attribute__::reserved2 |
◆ sAcc
uint32_t UBLOX::__attribute__::sAcc |
◆ sec
uint8_t UBLOX::__attribute__::sec |
◆ staticHoldMax
uint16_t UBLOX::__attribute__::staticHoldMax |
◆ staticHoldThr
uint8_t UBLOX::__attribute__::staticHoldThr |
◆ tAcc [1/2]
uint16_t UBLOX::__attribute__::tAcc |
◆ tAcc [2/2]
uint32_t UBLOX::__attribute__::tAcc |
◆ tDop
uint16_t UBLOX::__attribute__::tDop |
◆ time
GNSS_TIME_T UBLOX::__attribute__::time |
◆ timeRef
uint16_t UBLOX::__attribute__::timeRef |
◆ txReady
uint16_t UBLOX::__attribute__::txReady |
◆ utcStandard
uint8_t UBLOX::__attribute__::utcStandard |
◆ vAcc
uint32_t UBLOX::__attribute__::vAcc |
◆ valid
uint8_t UBLOX::__attribute__::valid |
◆ velD
int32_t UBLOX::__attribute__::velD |
◆ velE
int32_t UBLOX::__attribute__::velE |
◆ velN
int32_t UBLOX::__attribute__::velN |
◆ year
uint16_t UBLOX::__attribute__::year |
The documentation for this struct was generated from the following file: