LASP 1.0
Library for Acoustic Signal Processing
|
Go to the source code of this file.
Classes | |
class | InDataHandler |
Typedefs | |
using | SmgrHandle = std::shared_ptr< StreamMgr > |
using | InCallbackType = std::function< void(const DaqData &)> |
The function definition of callbacks with incoming DAQ data. | |
using | InResetType = std::function< void(const Daq *)> |
Function definition for the reset callback. | |
using SmgrHandle = std::shared_ptr<StreamMgr> |
Definition at line 9 of file lasp_indatahandler.h.