REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
base.h
Go to the documentation of this file.
static DAQConfig from_json(JsonObjectConst &&json)
Construct a configuration from a JsonObject.
Definition base.cpp:12
float index_to_time(size_t index) const
Convert a sample index to a time in seconds.
Definition base.cpp:51
Routines for data acquisition (DAQ) using the internal analog-to-digital converters (ADC).
Definition base.h:12
std::array< float, NUM_CHANNELS > data_vec_t
Type definition for a float data vector.
Definition base.h:21