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