![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Public Member Functions | |
String | get () |
String | set (int) |
String | set (int, int) |
String | set (int, int, int) |
String | set (int, int, int, float) |
String | set (int, int, int, float, int) |
String get | ( | ) |
String set | ( | int | ) |
GNSS_mode | int Integer type. GNSS working mode.
|
String set | ( | int | , |
int | |||
) |
GNSS_mode | int Integer type. GNSS working mode.
|
accuracy | int Integer type. The desired level of accuracy that is acceptable for fix computation.
|
String set | ( | int | , |
int | , | ||
int | |||
) |
GNSS_mode | int Integer type. GNSS working mode.
|
accuracy | int Integer type. The desired level of accuracy that is acceptable for fix computation.
|
fix_count | int Integer type. Number of attempts for positioning or continuous positioning. Range: 0–1000. Default value: 0. 0 indicates continuous positioning. Other values indicate the number of attempts for positioning. When the value reaches the specified number of attempts, the GNSS will be stopped. |
String set | ( | int | , |
int | , | ||
int | , | ||
float | |||
) |
GNSS_mode | int Integer type. GNSS working mode.
|
accuracy | int Integer type. The desired level of accuracy that is acceptable for fix computation.
|
fix_count | int Integer type. Number of attempts for positioning or continuous positioning. Range: 0–1000. Default value: 0. 0 indicates continuous positioning. Other values indicate the number of attempts for positioning. When the value reaches the specified number of attempts, the GNSS will be stopped. |
fix_rate | float The interval time between the first- and second-time positioning. Unit: second.
|
String set | ( | int | , |
int | , | ||
int | , | ||
float | , | ||
int | |||
) |
GNSS_mode | int Integer type. GNSS working mode.
|
accuracy | int Integer type. The desired level of accuracy that is acceptable for fix computation.
|
fix_count | int Integer type. Number of attempts for positioning or continuous positioning. Range: 0–1000. Default value: 0. 0 indicates continuous positioning. Other values indicate the number of attempts for positioning. When the value reaches the specified number of attempts, the GNSS will be stopped. |
fix_rate | float The interval time between the first- and second-time positioning. Unit: second.
|
HEPE | int Integer type. Accuracy threshold. GNSS NMEA sentences will not be outputted if the accuracy is less than <HEPE>. 0 means disable this function. Range: 0–1000. Default value: 0. Unit: meter |