#include <multipleAnalogSensorsMsgs/idl_generated_code/SensorStreamingData.h>
Definition at line 67 of file SensorStreamingData.h.
SensorStreamingData::Editor::Editor | ( | ) |
Definition at line 155 of file SensorStreamingData.cpp.
SensorStreamingData::Editor::Editor | ( | SensorStreamingData & | obj | ) |
Definition at line 165 of file SensorStreamingData.cpp.
|
override |
Definition at line 174 of file SensorStreamingData.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 101 of file SensorStreamingData.h.
void SensorStreamingData::Editor::clean | ( | ) |
Definition at line 500 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 410 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 438 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 326 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 494 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 382 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 466 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 354 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 242 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 270 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 298 of file SensorStreamingData.cpp.
bool SensorStreamingData::Editor::edit | ( | SensorStreamingData & | obj, |
bool | dirty = true |
||
) |
Definition at line 182 of file SensorStreamingData.cpp.
|
inline |
Definition at line 112 of file SensorStreamingData.h.
const SensorMeasurements & SensorStreamingData::Editor::get_ContactLoadCellArrays | ( | ) | const |
Definition at line 398 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_EncoderArrays | ( | ) | const |
Definition at line 426 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_OrientationSensors | ( | ) | const |
Definition at line 314 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_PositionSensors | ( | ) | const |
Definition at line 482 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_SixAxisForceTorqueSensors | ( | ) | const |
Definition at line 370 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_SkinPatches | ( | ) | const |
Definition at line 454 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_TemperatureSensors | ( | ) | const |
Definition at line 342 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_ThreeAxisGyroscopes | ( | ) | const |
Definition at line 230 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_ThreeAxisLinearAccelerometers | ( | ) | const |
Definition at line 258 of file SensorStreamingData.cpp.
const SensorMeasurements & SensorStreamingData::Editor::get_ThreeAxisMagnetometers | ( | ) | const |
Definition at line 286 of file SensorStreamingData.cpp.
bool SensorStreamingData::Editor::isValid | ( | ) | const |
Definition at line 194 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 506 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ContactLoadCellArrays | ( | const SensorMeasurements & | ContactLoadCellArrays | ) |
Definition at line 388 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_EncoderArrays | ( | const SensorMeasurements & | EncoderArrays | ) |
Definition at line 416 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_OrientationSensors | ( | const SensorMeasurements & | OrientationSensors | ) |
Definition at line 304 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_PositionSensors | ( | const SensorMeasurements & | PositionSensors | ) |
Definition at line 472 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_SixAxisForceTorqueSensors | ( | const SensorMeasurements & | SixAxisForceTorqueSensors | ) |
Definition at line 360 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_SkinPatches | ( | const SensorMeasurements & | SkinPatches | ) |
Definition at line 444 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_TemperatureSensors | ( | const SensorMeasurements & | TemperatureSensors | ) |
Definition at line 332 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ThreeAxisGyroscopes | ( | const SensorMeasurements & | ThreeAxisGyroscopes | ) |
Definition at line 220 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ThreeAxisLinearAccelerometers | ( | const SensorMeasurements & | ThreeAxisLinearAccelerometers | ) |
Definition at line 248 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::set_ThreeAxisMagnetometers | ( | const SensorMeasurements & | ThreeAxisMagnetometers | ) |
Definition at line 276 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::start_editing | ( | ) |
Definition at line 206 of file SensorStreamingData.cpp.
SensorStreamingData & SensorStreamingData::Editor::state | ( | ) |
Definition at line 200 of file SensorStreamingData.cpp.
void SensorStreamingData::Editor::stop_editing | ( | ) |
Definition at line 212 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 404 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 432 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 320 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 488 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 376 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 460 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 348 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 236 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 264 of file SensorStreamingData.cpp.
|
virtual |
Definition at line 292 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 744 of file SensorStreamingData.cpp.