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

Go to the source code of this file.

Classes

class  Daq
 Base cass for all DAQ (Data Acquisition) interfaces. A DAQ can be a custom device, or for example a sound card. More...
 
class  Daq::StreamStatus
 Information regarding a stream. More...
 
class  Daq::StreamException
 Used for internal throwing of exceptions. More...
 

Typedefs

using InDaqCallback = std::function< void(const DaqData &)>
 
using OutDaqCallback = std::function< void(DaqData &)>