BLE FOTA APP
ble_sensorsim_state_t Struct Reference
[Sensor Data Simulator]
Triangular waveform sensor simulator state. More...
#include <ble_sensorsim.h>
Data Fields | |
| uint32_t | current_val |
| Current sensor value. | |
| bool | is_increasing |
| TRUE if the simulator is in increasing state, FALSE otherwise. | |
Detailed Description
Triangular waveform sensor simulator state.
Definition at line 39 of file ble_sensorsim.h.
Field Documentation
| uint32_t current_val |
Current sensor value.
Definition at line 41 of file ble_sensorsim.h.
| bool is_increasing |
TRUE if the simulator is in increasing state, FALSE otherwise.
Definition at line 42 of file ble_sensorsim.h.
Generated on Tue Jul 12 2022 21:01:01 by
1.7.2
Yihui Xiong