6 #ifndef YARP_DEV_AUDIOBUFFERSIZE_H
7 #define YARP_DEV_AUDIOBUFFERSIZE_H
18 template <
typename SAMPLE>
19 class CircularAudioBuffer;
24 template <
typename SAMPLE>
bool write(const yarp::os::idl::WireWriter &writer) const override
bool write(yarp::os::ConnectionWriter &writer) const override
Write this object to a network connection.
bool read(yarp::os::idl::WireReader &reader) override
size_t getBufferElements()
bool read(yarp::os::ConnectionReader &reader) override
Read this object from a network connection.
bool write(const yarp::os::idl::WireWriter &writer) const override
bool read(yarp::os::idl::WireReader &reader) override
An interface for reading from a network connection.
An interface for writing to a network connection.
IDL-friendly connection reader.
IDL-friendly connection writer.
The main, catch-all namespace for YARP.