Skyward boardcore
|
Structure to handle ADC data. More...
#include <SensorData.h>
Public Member Functions | |
operator VoltageData () const | |
Allows implicit conversions to VoltageData. | |
Static Public Member Functions | |
static constexpr auto | reflect () |
Public Attributes | |
uint64_t | voltageTimestamp = 0 |
uint8_t | channelId = 0 |
float | voltage = 0 |
Structure to handle ADC data.
Definition at line 336 of file SensorData.h.
|
inline |
Allows implicit conversions to VoltageData.
Definition at line 345 of file SensorData.h.
|
inlinestaticconstexpr |
Definition at line 353 of file SensorData.h.
uint8_t Boardcore::ADCData::channelId = 0 |
Definition at line 339 of file SensorData.h.
float Boardcore::ADCData::voltage = 0 |
Definition at line 340 of file SensorData.h.
uint64_t Boardcore::ADCData::voltageTimestamp = 0 |
Definition at line 338 of file SensorData.h.