#include <yarp/os/SystemClock.h>#include <yarp/dev/IControlMode.h>#include <yarp/dev/IAxisInfo.h>#include <catch2/catch_amalgamated.hpp>
Include dependency graph for IControlModeTest.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | yarp |
| The main, catch-all namespace for YARP. | |
| namespace | yarp::dev |
| For streams capable of holding different kinds of content, check what they actually have. | |
| namespace | yarp::dev::tests |
Macros | |
| #define | COMMAND_DELAY 1.0 |
Functions | |
| void | test_single_joint (IControlMode *icmd, IAxisInfo *iinfo, int mode) |
| void | test_all_joints (IControlMode *icmd, IAxisInfo *iinfo, int mode) |
| void | test_multi_joint (IControlMode *icmd, IAxisInfo *iinfo, int mode) |
| void | test_joint (IControlMode *icmd, IAxisInfo *iinfo, int mode) |
| void | yarp::dev::tests::exec_iControlMode_test_1 (IControlMode *icmd, IAxisInfo *iinfo) |
| #define COMMAND_DELAY 1.0 |
Definition at line 17 of file IControlModeTest.h.
| void test_all_joints | ( | IControlMode * | icmd, |
| IAxisInfo * | iinfo, | ||
| int | mode | ||
| ) |
Definition at line 32 of file IControlModeTest.h.
| void test_joint | ( | IControlMode * | icmd, |
| IAxisInfo * | iinfo, | ||
| int | mode | ||
| ) |
Definition at line 81 of file IControlModeTest.h.
| void test_multi_joint | ( | IControlMode * | icmd, |
| IAxisInfo * | iinfo, | ||
| int | mode | ||
| ) |
Definition at line 55 of file IControlModeTest.h.
| void test_single_joint | ( | IControlMode * | icmd, |
| IAxisInfo * | iinfo, | ||
| int | mode | ||
| ) |
Definition at line 19 of file IControlModeTest.h.