45 if (!read_ThreeAxisGyroscopes(reader)) {
48 if (!read_ThreeAxisLinearAccelerometers(reader)) {
51 if (!read_ThreeAxisMagnetometers(reader)) {
54 if (!read_OrientationSensors(reader)) {
57 if (!read_TemperatureSensors(reader)) {
60 if (!read_SixAxisForceTorqueSensors(reader)) {
63 if (!read_ContactLoadCellArrays(reader)) {
66 if (!read_EncoderArrays(reader)) {
69 if (!read_SkinPatches(reader)) {
72 if (!read_PositionSensors(reader)) {
75 if (!read_LinearVelocitySensors(reader)) {
78 if (!read_ThreeAxisAngularAccelerometers(reader)) {
103 if (!write_ThreeAxisGyroscopes(writer)) {
106 if (!write_ThreeAxisLinearAccelerometers(writer)) {
109 if (!write_ThreeAxisMagnetometers(writer)) {
112 if (!write_OrientationSensors(writer)) {
115 if (!write_TemperatureSensors(writer)) {
118 if (!write_SixAxisForceTorqueSensors(writer)) {
121 if (!write_ContactLoadCellArrays(writer)) {
124 if (!write_EncoderArrays(writer)) {
127 if (!write_SkinPatches(writer)) {
130 if (!write_PositionSensors(writer)) {
133 if (!write_LinearVelocitySensors(writer)) {
136 if (!write_ThreeAxisAngularAccelerometers(writer)) {
152 if (!
write(writer)) {
@ ThreeAxisAngularAccelerometers
@ ThreeAxisLinearAccelerometers
@ SixAxisForceTorqueSensors
std::string toString() const
SensorMeasurements EncoderArrays
SensorMeasurements ThreeAxisLinearAccelerometers
SensorMeasurements PositionSensors
SensorMeasurements OrientationSensors
bool write(const yarp::os::idl::WireWriter &writer) const override
SensorMeasurements ThreeAxisMagnetometers
SensorMeasurements ThreeAxisGyroscopes
SensorMeasurements SixAxisForceTorqueSensors
SensorMeasurements SkinPatches
SensorStreamingData()=default
bool read(yarp::os::idl::WireReader &reader) override
SensorMeasurements ThreeAxisAngularAccelerometers
SensorMeasurements ContactLoadCellArrays
SensorMeasurements LinearVelocitySensors
SensorMeasurements TemperatureSensors
A simple collection of objects that can be described and transmitted in a portable way.
std::string toString() const override
Gives a human-readable textual representation of the bottle.
An interface for reading from a network connection.
An interface for writing to a network connection.
static bool copyPortable(const PortWriter &writer, PortReader &reader)
Copy one portable to another, via writing and reading.
IDL-friendly connection reader.
bool readNested(WirePortable &obj)
bool read(WirePortable &obj)
IDL-friendly connection writer.
bool write(const WirePortable &obj) const
bool writeListHeader(int len) const
bool writeNested(const WirePortable &obj) const