30 static inline const d clip_point = 0.98;
36 static inline const d clip_indication_time = 3.0;
50 mutable std::mutex _mtx;
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,...
Digital Peak Programme Meter (PPM). Let the latest maximum flow away with a certain amount of dB/s....
void inCallback(const DaqData &d)
Implements callback on thread.
std::tuple< vd, arma::uvec > getCurrentValue() const
Get the current values of the PPM. Returns an array of levels in dB and a vector of True's.
A bit of curiously recurring template pattern, to connect the specific handlers and connect the prope...
std::shared_ptr< StreamMgr > SmgrHandle