![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Functions for simulating sensor data. More...
Data Structures | |
| struct | sensorsim_cfg_t |
| Triangular waveform sensor simulator configuration. More... | |
| struct | sensorsim_state_t |
| Triangular waveform sensor simulator state. More... | |
Functions | |
| void | sensorsim_init (sensorsim_state_t *p_state, const sensorsim_cfg_t *p_cfg) |
| Function for initializing a triangular waveform sensor simulator. More... | |
| uint32_t | sensorsim_measure (sensorsim_state_t *p_state, const sensorsim_cfg_t *p_cfg) |
| Function for generating a simulated sensor measurement using a triangular waveform generator. More... | |
| void | sensorsim_increment (sensorsim_state_t *p_state, const sensorsim_cfg_t *p_cfg) |
| Function for incrementing a simulated sensor measurement value. More... | |
| void | sensorsim_decrement (sensorsim_state_t *p_state, const sensorsim_cfg_t *p_cfg) |
| Function for decrementing a simulated sensor measurement value. More... | |
Functions for simulating sensor data.
Currently only a triangular waveform simulator is implemented.
| void sensorsim_decrement | ( | sensorsim_state_t * | p_state, |
| const sensorsim_cfg_t * | p_cfg | ||
| ) |
Function for decrementing a simulated sensor measurement value.
| [in,out] | p_state | Current state of simulator. |
| [in] | p_cfg | Simulator configuration. |
| void sensorsim_increment | ( | sensorsim_state_t * | p_state, |
| const sensorsim_cfg_t * | p_cfg | ||
| ) |
Function for incrementing a simulated sensor measurement value.
| [in,out] | p_state | Current state of simulator. |
| [in] | p_cfg | Simulator configuration. |
| void sensorsim_init | ( | sensorsim_state_t * | p_state, |
| const sensorsim_cfg_t * | p_cfg | ||
| ) |
Function for initializing a triangular waveform sensor simulator.
| [out] | p_state | Current state of simulator. |
| [in] | p_cfg | Simulator configuration. |
| uint32_t sensorsim_measure | ( | sensorsim_state_t * | p_state, |
| const sensorsim_cfg_t * | p_cfg | ||
| ) |
Function for generating a simulated sensor measurement using a triangular waveform generator.
| [in,out] | p_state | Current state of simulator. |
| [in] | p_cfg | Simulator configuration. |