#include <multipleAnalogSensorsMsgs/idl_generated_code/SensorMeasurement.h>
Definition at line 54 of file SensorMeasurement.h.
◆ Editor() [1/4]
SensorMeasurement::Editor::Editor |
( |
| ) |
|
◆ Editor() [2/4]
◆ ~Editor()
SensorMeasurement::Editor::~Editor |
( |
| ) |
|
|
override |
◆ Editor() [3/4]
SensorMeasurement::Editor::Editor |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ Editor() [4/4]
SensorMeasurement::Editor::Editor |
( |
Editor && |
rhs | ) |
|
|
delete |
◆ begin()
void SensorMeasurement::Editor::begin |
( |
| ) |
|
|
inline |
◆ clean()
void SensorMeasurement::Editor::clean |
( |
| ) |
|
◆ did_set_measurement()
bool SensorMeasurement::Editor::did_set_measurement |
( |
| ) |
|
|
virtual |
◆ did_set_timestamp()
bool SensorMeasurement::Editor::did_set_timestamp |
( |
| ) |
|
|
virtual |
◆ edit()
◆ end()
void SensorMeasurement::Editor::end |
( |
| ) |
|
|
inline |
◆ get_measurement()
◆ get_timestamp()
double SensorMeasurement::Editor::get_timestamp |
( |
| ) |
const |
◆ isValid()
bool SensorMeasurement::Editor::isValid |
( |
| ) |
const |
◆ operator=() [1/2]
Editor& SensorMeasurement::Editor::operator= |
( |
const Editor & |
rhs | ) |
|
|
delete |
◆ operator=() [2/2]
Editor& SensorMeasurement::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 213 of file SensorMeasurement.cpp.
◆ set_measurement()
void SensorMeasurement::Editor::set_measurement |
( |
const yarp::sig::Vector & |
measurement | ) |
|
◆ set_timestamp()
void SensorMeasurement::Editor::set_timestamp |
( |
const double |
timestamp | ) |
|
◆ start_editing()
void SensorMeasurement::Editor::start_editing |
( |
| ) |
|
◆ state()
◆ stop_editing()
void SensorMeasurement::Editor::stop_editing |
( |
| ) |
|
◆ will_set_measurement()
bool SensorMeasurement::Editor::will_set_measurement |
( |
| ) |
|
|
virtual |
◆ will_set_timestamp()
bool SensorMeasurement::Editor::will_set_timestamp |
( |
| ) |
|
|
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 331 of file SensorMeasurement.cpp.
The documentation for this class was generated from the following files: