LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_indatahandler.h File Reference
#include "lasp_types.h"
#include <atomic>
#include <functional>
#include <memory>
#include <thread>
Include dependency graph for lasp_indatahandler.h:
This graph shows which files directly or indirectly include this file:

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.
 

Typedef Documentation

◆ SmgrHandle

using SmgrHandle = std::shared_ptr<StreamMgr>

Definition at line 9 of file lasp_indatahandler.h.