LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_threadedindatahandler.cpp File Reference
#include "lasp_threadedindatahandler.h"
#include "debugtrace.hpp"
#include "lasp_daqdata.h"
#include "lasp_thread.h"
#include <future>
#include <optional>
#include <queue>
#include <thread>
Include dependency graph for lasp_threadedindatahandler.cpp:

Go to the source code of this file.

Classes

class  SafeQueue
 

Typedefs

using lck = std::scoped_lock< std::mutex >
 
using rte = std::runtime_error
 

Typedef Documentation

◆ lck

using lck = std::scoped_lock<std::mutex>

Definition at line 12 of file lasp_threadedindatahandler.cpp.

◆ rte

using rte = std::runtime_error

Definition at line 13 of file lasp_threadedindatahandler.cpp.