#include <multipleAnalogSensorsMsgs/idl_generated_code/SensorStreamingData.h>
Definition at line 70 of file SensorStreamingData.h.
SensorStreamingData::Editor::Editor | ( | ) |
Definition at line 158 of file SensorStreamingData.cpp.
SensorStreamingData::Editor::Editor | ( | SensorStreamingData & | obj | ) |
Definition at line 168 of file SensorStreamingData.cpp.
|
override |
Definition at line 177 of file SensorStreamingData.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 104 of file SensorStreamingData.h.
void SensorStreamingData::Editor::clean | ( | ) |
Definition at line 503 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 413 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 441 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 329 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 497 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 385 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 469 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 357 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 245 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 273 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 301 of file SensorStreamingData.cpp.
bool SensorStreamingData::Editor::edit | ( | SensorStreamingData & | obj, |
bool | dirty = true |
||
) |
Definition at line 185 of file SensorStreamingData.cpp.
|
inline |
Definition at line 115 of file SensorStreamingData.h.
const SensorMeasurements & SensorStreamingData::Editor::get_ContactLoadCellArrays | ( | ) | const |
Definition at line 401 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_EncoderArrays | ( | ) | const |
Definition at line 429 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_OrientationSensors | ( | ) | const |
Definition at line 317 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_PositionSensors | ( | ) | const |
Definition at line 485 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_SixAxisForceTorqueSensors | ( | ) | const |
Definition at line 373 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_SkinPatches | ( | ) | const |
Definition at line 457 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_TemperatureSensors | ( | ) | const |
Definition at line 345 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_ThreeAxisGyroscopes | ( | ) | const |
Definition at line 233 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_ThreeAxisLinearAccelerometers | ( | ) | const |
Definition at line 261 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_ThreeAxisMagnetometers | ( | ) | const |
Definition at line 289 of file SensorStreamingData.cpp.
bool SensorStreamingData::Editor::isValid | ( | ) | const |
Definition at line 197 of file SensorStreamingData.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::PortReader.
Definition at line 509 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ContactLoadCellArrays | ( | const SensorMeasurements & | ContactLoadCellArrays | ) |
Definition at line 391 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_EncoderArrays | ( | const SensorMeasurements & | EncoderArrays | ) |
Definition at line 419 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_OrientationSensors | ( | const SensorMeasurements & | OrientationSensors | ) |
Definition at line 307 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_PositionSensors | ( | const SensorMeasurements & | PositionSensors | ) |
Definition at line 475 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_SixAxisForceTorqueSensors | ( | const SensorMeasurements & | SixAxisForceTorqueSensors | ) |
Definition at line 363 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_SkinPatches | ( | const SensorMeasurements & | SkinPatches | ) |
Definition at line 447 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_TemperatureSensors | ( | const SensorMeasurements & | TemperatureSensors | ) |
Definition at line 335 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ThreeAxisGyroscopes | ( | const SensorMeasurements & | ThreeAxisGyroscopes | ) |
Definition at line 223 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ThreeAxisLinearAccelerometers | ( | const SensorMeasurements & | ThreeAxisLinearAccelerometers | ) |
Definition at line 251 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ThreeAxisMagnetometers | ( | const SensorMeasurements & | ThreeAxisMagnetometers | ) |
Definition at line 279 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::start_editing | ( | ) |
Definition at line 209 of file SensorStreamingData.cpp.
SensorStreamingData & SensorStreamingData::Editor::state | ( | ) |
Definition at line 203 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::stop_editing | ( | ) |
Definition at line 215 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 407 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 435 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 323 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 491 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 379 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 463 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 351 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 239 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 267 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 295 of file SensorStreamingData.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::PortWriter.
Definition at line 747 of file SensorStreamingData.cpp.