41 if (!read_ThreeAxisGyroscopes(reader)) {
44 if (!read_ThreeAxisLinearAccelerometers(reader)) {
47 if (!read_ThreeAxisMagnetometers(reader)) {
50 if (!read_OrientationSensors(reader)) {
53 if (!read_TemperatureSensors(reader)) {
56 if (!read_SixAxisForceTorqueSensors(reader)) {
59 if (!read_ContactLoadCellArrays(reader)) {
62 if (!read_EncoderArrays(reader)) {
65 if (!read_SkinPatches(reader)) {
68 if (!read_PositionSensors(reader)) {
93 if (!write_ThreeAxisGyroscopes(writer)) {
96 if (!write_ThreeAxisLinearAccelerometers(writer)) {
99 if (!write_ThreeAxisMagnetometers(writer)) {
102 if (!write_OrientationSensors(writer)) {
105 if (!write_TemperatureSensors(writer)) {
108 if (!write_SixAxisForceTorqueSensors(writer)) {
111 if (!write_ContactLoadCellArrays(writer)) {
114 if (!write_EncoderArrays(writer)) {
117 if (!write_SkinPatches(writer)) {
120 if (!write_PositionSensors(writer)) {
136 if (!
write(writer)) {
@ 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 ContactLoadCellArrays
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