YARP
Yet Another Robot Platform
AudioRecorderDeviceBase.cpp File Reference
#include <yarp/dev/AudioRecorderDeviceBase.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <limits>
#include <cmath>
#include <functional>
+ Include dependency graph for AudioRecorderDeviceBase.cpp:

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::LogComponentAUDIORECORDER_BASE ()
 

Variables

constexpr double c_sleep_time =0.005
 

Macro Definition Documentation

◆ _USE_MATH_DEFINES

#define _USE_MATH_DEFINES

Definition at line 9 of file AudioRecorderDeviceBase.cpp.

◆ AUTOMATIC_REC_START

#define AUTOMATIC_REC_START   0

Definition at line 31 of file AudioRecorderDeviceBase.cpp.

◆ BUFFER_AUTOCLEAR

#define BUFFER_AUTOCLEAR   0

Definition at line 33 of file AudioRecorderDeviceBase.cpp.

◆ DEBUG_TIME_SPENT

#define DEBUG_TIME_SPENT   0

Definition at line 32 of file AudioRecorderDeviceBase.cpp.

◆ DEG2RAD

#define DEG2RAD   M_PI/180.0

Definition at line 23 of file AudioRecorderDeviceBase.cpp.

Function Documentation

◆ AUDIORECORDER_BASE()

const yarp::os::LogComponent& AUDIORECORDER_BASE ( )

Definition at line 28 of file AudioRecorderDeviceBase.cpp.

Variable Documentation

◆ c_sleep_time

constexpr double c_sleep_time =0.005
constexpr

Definition at line 26 of file AudioRecorderDeviceBase.cpp.