19 #ifndef YARP_DEV_AUDIORECORDERWRAPPER_H
20 #define YARP_DEV_AUDIORECORDERWRAPPER_H
52 size_t m_min_number_of_samples_over_network;
53 size_t m_max_number_of_samples_over_network;
54 double m_getSound_timeout;
69 bool close()
override;
define control board standard interfaces
bool detachAll() override
Detach the object (you must have first called attach).
AudioRecorderWrapper()
Constructor.
AudioRecorderWrapper(const AudioRecorderWrapper &)=delete
void run() override
Loop function.
AudioRecorderWrapper & operator=(const AudioRecorderWrapper &)=delete
bool close() override
Close the DeviceDriver.
AudioRecorderWrapper & operator=(AudioRecorderWrapper &&)=delete
bool threadInit() override
Initialization method.
bool attachAll(const yarp::dev::PolyDriverList &p) override
Attach to a list of objects.
~AudioRecorderWrapper() override
void threadRelease() override
Release method.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
void attach(yarp::dev::IAudioGrabberSound *igrab)
AudioRecorderWrapper(AudioRecorderWrapper &&)=delete
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
Interface implemented by all device drivers.
Read a YARP-format sound block from a device.
Interface for an object that can wrap/attach to to another.
A container for a device driver.
An interface for reading from a network connection.
An abstraction for a periodic thread.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
A mini-server for network communication.
A base class for nested structures that can be searched.
An abstraction for a time stamp and/or sequence number.