#include <multipleAnalogSensorsMsgs/idl_generated_code/SensorMeasurements.h>
Definition at line 52 of file SensorMeasurements.h.
◆ Editor() [1/4]
| SensorMeasurements::Editor::Editor |
( |
| ) |
|
◆ Editor() [2/4]
◆ ~Editor()
| SensorMeasurements::Editor::~Editor |
( |
| ) |
|
|
override |
◆ Editor() [3/4]
| SensorMeasurements::Editor::Editor |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ Editor() [4/4]
| SensorMeasurements::Editor::Editor |
( |
Editor && |
rhs | ) |
|
|
delete |
◆ begin()
| void SensorMeasurements::Editor::begin |
( |
| ) |
|
|
inline |
◆ clean()
| void SensorMeasurements::Editor::clean |
( |
| ) |
|
◆ did_set_measurements()
| bool SensorMeasurements::Editor::did_set_measurements |
( |
| ) |
|
|
virtual |
◆ edit()
◆ end()
| void SensorMeasurements::Editor::end |
( |
| ) |
|
|
inline |
◆ get_measurements()
| const std::vector< SensorMeasurement > & SensorMeasurements::Editor::get_measurements |
( |
| ) |
const |
◆ isValid()
| bool SensorMeasurements::Editor::isValid |
( |
| ) |
const |
◆ operator=() [1/2]
| Editor& SensorMeasurements::Editor::operator= |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ operator=() [2/2]
| Editor& SensorMeasurements::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 186 of file SensorMeasurements.cpp.
◆ set_measurements() [1/2]
| void SensorMeasurements::Editor::set_measurements |
( |
const std::vector< SensorMeasurement > & |
measurements | ) |
|
◆ set_measurements() [2/2]
| void SensorMeasurements::Editor::set_measurements |
( |
size_t |
index, |
|
|
const SensorMeasurement & |
elem |
|
) |
| |
◆ start_editing()
| void SensorMeasurements::Editor::start_editing |
( |
| ) |
|
◆ state()
◆ stop_editing()
| void SensorMeasurements::Editor::stop_editing |
( |
| ) |
|
◆ will_set_measurements()
| bool SensorMeasurements::Editor::will_set_measurements |
( |
| ) |
|
|
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 289 of file SensorMeasurements.cpp.
The documentation for this class was generated from the following files: