#include "FakeMicrophone.h"
#include <yarp/os/Thread.h>
#include <yarp/os/Time.h>
#include <yarp/os/Semaphore.h>
#include <yarp/os/Stamp.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <mutex>
#include <math.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
Typedefs | |
typedef unsigned short int | audio_sample_16t |
Variables | |
constexpr double | c_DEFAULT_PERIOD =0.01 |
#define _USE_MATH_DEFINES |
Definition at line 16 of file FakeMicrophone.cpp.
Definition at line 31 of file FakeMicrophone.cpp.
Definition at line 25 of file FakeMicrophone.cpp.