public class GnssConfiguration extends Object
AT^SGPSC
.Modifier and Type | Method and Description |
---|---|
static void |
disableNmeaSentences()
Starts the NMEA sentences Output with `AT^SGPSC="Nmea/Output","off"`.
|
static void |
enableNmeaSentences()
Starts the NMEA sentences Output with `AT^SGPSC="Nmea/Output","on"`.
|
static void |
startEngine()
Starts the engine with `AT^SGPSC="Engine",ENGINE_ON` with ENGINE_ON = 1 for
PLS and 3 for EXS.
|
static void |
stopEngine()
Stops the engine with `AT^SGPSC="Engine",0`.
|
public static void disableNmeaSentences() throws ATCommandFailedException
ATCommandFailedException
- if the AT command fails.public static void enableNmeaSentences() throws ATCommandFailedException
ATCommandFailedException
- if the AT command fails.public static void startEngine() throws ATCommandFailedException
ATCommandFailedException
- if the AT command to start the engine or get
board model fails.public static void stopEngine() throws ATCommandFailedException
ATCommandFailedException
- if the AT command fails.