LocationConfiguration class to configure Location class options.
More...
#include <QuectelGnssRK.h>
LocationConfiguration class to configure Location class options.
◆ constellations() [1/2]
Get GNSS constellations.
- Returns
- LocationConstellation Bitmap of supported GNSS constellations
◆ constellations() [2/2]
Set GNSS constellations.
- Parameters
-
| constellations | Bitmap of supported GNSS constellations |
- Returns
- LocationConfiguration&
◆ enableAntennaPower() [1/2]
| pin_t QuectelGnssRK::LocationConfiguration::enableAntennaPower |
( |
| ) |
const |
|
inline |
Get the pin assignment for GNSS antenna power.
- Returns
- pin_t Powered at initialization
◆ enableAntennaPower() [2/2]
Set the pin assignment for GNSS antenna power.
- Parameters
-
| pin | Pin number to enable GNSS antenna power |
- Returns
- LocationConfiguration&
◆ haccThreshold() [1/2]
| float QuectelGnssRK::LocationConfiguration::haccThreshold |
( |
| ) |
const |
|
inline |
Get the horizontal accuracy threshold, in meters, for a stable position fix (if supported)
- Returns
- float Value to check for position stability
◆ haccThreshold() [2/2]
Set the horizontal accuracy threshold, in meters, for a stable position fix (if supported)
- Parameters
-
| hacc | Value to check for position stability, 1.0 to 1000.0 meters |
- Returns
- LocationConfiguration&
◆ hdopThreshold() [1/2]
| int QuectelGnssRK::LocationConfiguration::hdopThreshold |
( |
| ) |
const |
|
inline |
Get the HDOP threshold for a stable position fix.
- Returns
- int Value to check for position stability
◆ hdopThreshold() [2/2]
Set the HDOP threshold for a stable position fix.
- Parameters
-
| hdop | Value to check for position stability, 0 to 100 |
- Returns
- LocationConfiguration&
◆ maximumFixTime() [1/2]
| unsigned int QuectelGnssRK::LocationConfiguration::maximumFixTime |
( |
| ) |
const |
|
inline |
Get the maximum amount of time to wait for a position fix.
- Returns
- Number of seconds to allow for a position fix
◆ maximumFixTime() [2/2]
Set the maximum amount of time to wait for a position fix.
- Parameters
-
| fixSeconds | Number of seconds to allow for a position fix |
- Returns
- TrackerConfiguration&
◆ operator=()
The documentation for this class was generated from the following file: