#include <messages/IAudioGrabberMsgs/idl_generated_code/return_getRecordingAudioBufferMaxSize.h>
Public Types | |
typedef yarp::os::idl::Unwrapped< return_getRecordingAudioBufferMaxSize > | unwrapped |
Public Attributes | |
yarp::dev::ReturnValue | ret {} |
yarp::sig::AudioBufferSize | bufsize {} |
Additional Inherited Members | |
![]() | |
static bool | copyPortable (const PortWriter &writer, PortReader &reader) |
Copy one portable to another, via writing and reading. | |
Definition at line 21 of file return_getRecordingAudioBufferMaxSize.h.
typedef yarp::os::idl::Unwrapped<return_getRecordingAudioBufferMaxSize> return_getRecordingAudioBufferMaxSize::unwrapped |
Definition at line 52 of file return_getRecordingAudioBufferMaxSize.h.
|
default |
return_getRecordingAudioBufferMaxSize::return_getRecordingAudioBufferMaxSize | ( | const yarp::dev::ReturnValue & | ret, |
const yarp::sig::AudioBufferSize & | bufsize | ||
) |
Definition at line 14 of file return_getRecordingAudioBufferMaxSize.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::Portable.
Definition at line 38 of file return_getRecordingAudioBufferMaxSize.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 23 of file return_getRecordingAudioBufferMaxSize.cpp.
std::string return_getRecordingAudioBufferMaxSize::toString | ( | ) | const |
Definition at line 79 of file return_getRecordingAudioBufferMaxSize.cpp.
|
overridevirtual |
Reimplemented from yarp::os::idl::WirePortable.
Definition at line 51 of file return_getRecordingAudioBufferMaxSize.cpp.
|
overridevirtual |
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
writer | an interface to the network connection for writing |
Implements yarp::os::Portable.
Definition at line 66 of file return_getRecordingAudioBufferMaxSize.cpp.
yarp::sig::AudioBufferSize return_getRecordingAudioBufferMaxSize::bufsize {} |
Definition at line 27 of file return_getRecordingAudioBufferMaxSize.h.
yarp::dev::ReturnValue return_getRecordingAudioBufferMaxSize::ret {} |
Definition at line 26 of file return_getRecordingAudioBufferMaxSize.h.