YARP
Yet Another Robot Platform
ControlBoardWrapperAxisInfo.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAXISINFO_H
7#define YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAXISINFO_H
8
10
12
14 virtual public ControlBoardWrapperCommon,
16{
17public:
18 bool getAxisName(int j, std::string& name) override;
19 bool getJointType(int j, yarp::dev::JointTypeEnum& type) override;
20};
21
22#endif // YARP_DEV_CONTROLBOARDWRAPPER_CONTROLBOARDWRAPPERAXISINFO_H
define control board standard interfaces
bool getJointType(int j, yarp::dev::JointTypeEnum &type) override
bool getAxisName(int j, std::string &name) override
Interface for getting information about specific axes, if available.
Definition: IAxisInfo.h:36