11#ifndef YARP_THRIFT_GENERATOR_STRUCT_JOINTDATA_H
12#define YARP_THRIFT_GENERATOR_STRUCT_JOINTDATA_H
28 bool jointPosition_isValid{
false};
30 bool jointVelocity_isValid{
false};
32 bool jointAcceleration_isValid{
false};
34 bool motorPosition_isValid{
false};
36 bool motorVelocity_isValid{
false};
38 bool motorAcceleration_isValid{
false};
40 bool torque_isValid{
false};
42 bool pwmDutycycle_isValid{
false};
44 bool current_isValid{
false};
46 bool controlMode_isValid{
false};
48 bool interactionMode_isValid{
false};
55 const bool jointPosition_isValid,
57 const bool jointVelocity_isValid,
59 const bool jointAcceleration_isValid,
61 const bool motorPosition_isValid,
63 const bool motorVelocity_isValid,
65 const bool motorAcceleration_isValid,
67 const bool torque_isValid,
69 const bool pwmDutycycle_isValid,
71 const bool current_isValid,
73 const bool controlMode_isValid,
75 const bool interactionMode_isValid);
contains the definition of a Vector type
yarp::os::idl::Unwrapped< jointData > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
std::string toString(const T &value)
convert an arbitrary type to string.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)