#include <yarp/dev/audioBufferSizeData.h>
Definition at line 62 of file audioBufferSizeData.h.
◆ Editor() [1/4]
yarp::dev::audioBufferSizeData::Editor::Editor |
( |
| ) |
|
◆ Editor() [2/4]
◆ ~Editor()
yarp::dev::audioBufferSizeData::Editor::~Editor |
( |
| ) |
|
|
override |
◆ Editor() [3/4]
yarp::dev::audioBufferSizeData::Editor::Editor |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ Editor() [4/4]
yarp::dev::audioBufferSizeData::Editor::Editor |
( |
Editor && |
rhs | ) |
|
|
delete |
◆ begin()
void yarp::dev::audioBufferSizeData::Editor::begin |
( |
| ) |
|
|
inline |
◆ clean()
void yarp::dev::audioBufferSizeData::Editor::clean |
( |
| ) |
|
◆ did_set_m_channels()
bool yarp::dev::audioBufferSizeData::Editor::did_set_m_channels |
( |
| ) |
|
|
virtual |
◆ did_set_m_depth()
bool yarp::dev::audioBufferSizeData::Editor::did_set_m_depth |
( |
| ) |
|
|
virtual |
◆ did_set_m_samples()
bool yarp::dev::audioBufferSizeData::Editor::did_set_m_samples |
( |
| ) |
|
|
virtual |
◆ did_set_size()
bool yarp::dev::audioBufferSizeData::Editor::did_set_size |
( |
| ) |
|
|
virtual |
◆ edit()
bool yarp::dev::audioBufferSizeData::Editor::edit |
( |
audioBufferSizeData & |
obj, |
|
|
bool |
dirty = true |
|
) |
| |
◆ end()
void yarp::dev::audioBufferSizeData::Editor::end |
( |
| ) |
|
|
inline |
◆ get_m_channels()
std::int32_t yarp::dev::audioBufferSizeData::Editor::get_m_channels |
( |
| ) |
const |
◆ get_m_depth()
std::int32_t yarp::dev::audioBufferSizeData::Editor::get_m_depth |
( |
| ) |
const |
◆ get_m_samples()
std::int32_t yarp::dev::audioBufferSizeData::Editor::get_m_samples |
( |
| ) |
const |
◆ get_size()
std::int32_t yarp::dev::audioBufferSizeData::Editor::get_size |
( |
| ) |
const |
◆ isValid()
bool yarp::dev::audioBufferSizeData::Editor::isValid |
( |
| ) |
const |
◆ operator=() [1/2]
Editor& yarp::dev::audioBufferSizeData::Editor::operator= |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ operator=() [2/2]
Editor& yarp::dev::audioBufferSizeData::Editor::operator= |
( |
Editor && |
rhs | ) |
|
|
delete |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::PortReader.
Definition at line 290 of file audioBufferSizeData.cpp.
◆ set_m_channels()
void yarp::dev::audioBufferSizeData::Editor::set_m_channels |
( |
const std::int32_t |
m_channels | ) |
|
◆ set_m_depth()
void yarp::dev::audioBufferSizeData::Editor::set_m_depth |
( |
const std::int32_t |
m_depth | ) |
|
◆ set_m_samples()
void yarp::dev::audioBufferSizeData::Editor::set_m_samples |
( |
const std::int32_t |
m_samples | ) |
|
◆ set_size()
void yarp::dev::audioBufferSizeData::Editor::set_size |
( |
const std::int32_t |
size | ) |
|
◆ start_editing()
void yarp::dev::audioBufferSizeData::Editor::start_editing |
( |
| ) |
|
◆ state()
◆ stop_editing()
void yarp::dev::audioBufferSizeData::Editor::stop_editing |
( |
| ) |
|
◆ will_set_m_channels()
bool yarp::dev::audioBufferSizeData::Editor::will_set_m_channels |
( |
| ) |
|
|
virtual |
◆ will_set_m_depth()
bool yarp::dev::audioBufferSizeData::Editor::will_set_m_depth |
( |
| ) |
|
|
virtual |
◆ will_set_m_samples()
bool yarp::dev::audioBufferSizeData::Editor::will_set_m_samples |
( |
| ) |
|
|
virtual |
◆ will_set_size()
bool yarp::dev::audioBufferSizeData::Editor::will_set_size |
( |
| ) |
|
|
virtual |
◆ write()
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
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::PortWriter.
Definition at line 438 of file audioBufferSizeData.cpp.
The documentation for this class was generated from the following files: