Messages for indicating high-level device status (notifications, software version, etc.).
See also Message Definitions and Device Configuration, Control, And Status Messages.
◆ DeviceType
Identifies a FusionEngine device.
Enumerator |
---|
UNKNOWN | Unable to map device to a defined entry.
|
ATLAS | Point One Atlas.
|
LG69T_AM | Quectel LG69T-AM system.
|
LG69T_AP | Quectel LG69T-AP system.
|
LG69T_AH | Quectel LG69T-AH system.
|
NEXAR_BEAM2K | Nexar Beam2K system.
|
SSR_LG69T | Point One SSR client running on an LG69T platform.
|
SSR_DESKTOP | Point One SSR client running on a desktop platform.
|
Definition at line 89 of file device.h.
◆ to_string()
Get a human-friendly string name for the specified DeviceType.
- Parameters
-
val | The enum to get the string name for. |
- Returns
- The corresponding string name.
Definition at line 116 of file device.h.