29 static inline const d clip_point = 0.98;
35 static inline const d clip_indication_time = 2.0;
43 mutable std::mutex _mtx;
Clipping detector (Clip). Detects when a signal overdrives the input.
arma::uvec getCurrentValue() const
Get the current values of the clip handler. Returns a vector of of True's.
void inCallback(const DaqData &)
Data coming from / going to DAQ. Non-interleaved format, which means data in buffer is ordered by cha...
Base cass for all DAQ (Data Acquisition) interfaces. A DAQ can be a custom device,...
A bit of curiously recurring template pattern, to connect the specific handlers and connect the prope...
std::shared_ptr< StreamMgr > SmgrHandle