42  const d _approx_time_hist;
 
   53  us _nsamples_per_point;
 
   61  mutable std::mutex _sv_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,...
 
Real time signal viewer. Shows envelope of the signal based on amount of history shown.
 
void inCallback(const DaqData &)
 
dmat getCurrentValue() const
Returns a 2D array, with:
 
A bit of curiously recurring template pattern, to connect the specific handlers and connect the prope...
 
Implementation of a buffer of time samples, where.
 
std::shared_ptr< StreamMgr > SmgrHandle
 
size_t us
We often use boolean values.