AFBR-S50 Explorer - Explorer configuration functions.
More...
AFBR-S50 Explorer - Explorer configuration functions.
Util functions for handling the configuration and modes of the Explorer devices.
◆ ExplorerApp_GetConfiguration()
Getter for the software configuration.
- Parameters
-
explorer | The AFBR-Explorer control block. |
cfg | A pointer to the software configuration data structure that will be filled with the current configuration data. |
◆ ExplorerApp_GetDataOutputMode()
Gets the current data output mode.
- Parameters
-
explorer | The AFBR-Explorer control block. |
- Returns
- Returns the current data output mode.
◆ ExplorerApp_GetDebugModeEnabled()
bool ExplorerApp_GetDebugModeEnabled |
( |
explorer_t * |
explorer | ) |
|
Gets whether the debug mode is currently enabled.
- Parameters
-
explorer | The AFBR-Explorer control block. |
- Returns
- Returns true if the debug mode is currently enabled.
◆ ExplorerApp_GetDefaultConfiguration()
Getter for the default software configuration.
- Parameters
-
cfg | A pointer to the software configuration data structure that will be filled with the current configuration data. |
◆ ExplorerApp_ResetDefaultDataStreamingMode()
void ExplorerApp_ResetDefaultDataStreamingMode |
( |
explorer_t * |
explorer | ) |
|
Reset the Argus device to the default data streaming mode.
- Parameters
-
explorer | The Explorer handle. |
◆ ExplorerApp_ResetDeviceMeasurementMode()
Resets the device measurement mode and load default values.
The measurement mode is reset to the factory default configuration and calibration values.
- Parameters
-
explorer | The AFBR-Explorer control block. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_SetConfiguration()
Setter for the software configuration.
- Parameters
-
explorer | The AFBR-Explorer control block. |
cfg | A pointer to the software configuration data structure that contains the new configuration data. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_SetDebugMode()
Sets the debug mode to the device.
- Parameters
-
explorer | The AFBR-Explorer control block. |
debugMode | The new debug mode enabled state. |
- Returns
- Returns the status (STATUS_OK on success).
◆ ExplorerApp_SetDeviceMeasurementMode()
Sets the device measurement mode and load default values.
The measurement mode is set to the specified mode and factory default configuration and calibration values are loaded.
- Parameters
-
explorer | The AFBR-Explorer control block. |
mode | The new measurement mode to be set. |
- Returns
- Returns the status (STATUS_OK on success).