6#ifndef YARP_DEV_IJOINTCOUPLING_H
7#define YARP_DEV_IJOINTCOUPLING_H
65 virtual ~IJointCoupling() {}
182 virtual bool getNrOfPhysicalJoints(
size_t& nrOfPhysicalJoints) = 0;
190 virtual bool getNrOfActuatedAxes(
size_t& nrOfActuatedAxes) = 0;
217 virtual bool getActuatedAxisName(
size_t actuatedAxisIndex, std::string& actuatedAxisName)=0;
227 virtual bool getPhysicalJointName(
size_t physicalJointIndex, std::string& physicalJointName)=0;
238 virtual bool getPhysicalJointLimits(
size_t physicalJointIndex,
double& min,
double& max)=0;
contains the definition of a Vector type
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.