nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_sensorsim_state_t Struct Reference

Triangular waveform sensor simulator state. More...

#include <ble_sensorsim.h>

Data Fields

uint32_t current_val
 
bool is_increasing
 

Detailed Description

Triangular waveform sensor simulator state.

Field Documentation

uint32_t ble_sensorsim_state_t::current_val

Current sensor value.

bool ble_sensorsim_state_t::is_increasing

TRUE if the simulator is in increasing state, FALSE otherwise.