#include <yarp/dev/AudioRecorderDeviceBase.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <limits>
#include <cmath>
#include <functional>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
#define | DEG2RAD M_PI/180.0 |
#define | AUTOMATIC_REC_START 0 |
#define | DEBUG_TIME_SPENT 0 |
#define | BUFFER_AUTOCLEAR 0 |
Functions | |
const yarp::os::LogComponent & | AUDIORECORDER_BASE () |
Variables | |
constexpr double | c_sleep_time =0.005 |
#define _USE_MATH_DEFINES |
Definition at line 9 of file AudioRecorderDeviceBase.cpp.
#define AUTOMATIC_REC_START 0 |
Definition at line 31 of file AudioRecorderDeviceBase.cpp.
#define BUFFER_AUTOCLEAR 0 |
Definition at line 33 of file AudioRecorderDeviceBase.cpp.
#define DEBUG_TIME_SPENT 0 |
Definition at line 32 of file AudioRecorderDeviceBase.cpp.
#define DEG2RAD M_PI/180.0 |
Definition at line 23 of file AudioRecorderDeviceBase.cpp.
const yarp::os::LogComponent& AUDIORECORDER_BASE | ( | ) |
Definition at line 28 of file AudioRecorderDeviceBase.cpp.
|
constexpr |
Definition at line 26 of file AudioRecorderDeviceBase.cpp.