LASP 1.0
Library for Acoustic Signal Processing
|
#include "lasp_config.h"
#include "lasp_daqdata.h"
#include "lasp_deviceinfo.h"
#include "lasp_types.h"
#include <functional>
#include <memory>
#include <mutex>
#include <atomic>
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 &)> |