6#ifndef YARP_ROBOTINTERFACE_EXPERIMENTAL_TYPES_H
7#define YARP_ROBOTINTERFACE_EXPERIMENTAL_TYPES_H
10#if !defined(YARP_INCLUDING_DEPRECATED_HEADER_YARP_ROBOTINTERFACE_EXPERIMENTAL_TYPES_H_ON_PURPOSE)
11YARP_COMPILER_WARNING(
"<yarp/dev/experimental/Types.h> file is deprecated in favour of <yarp/dev/Types.h>")
14#ifndef YARP_NO_DEPRECATED
19namespace robotinterface {
20namespace experimental {
28using robotinterface::hasParam;
30using robotinterface::findParam;
32using robotinterface::hasGroup;
34using robotinterface::findGroup;
36using robotinterface::mergeDuplicateGroups;
40using robotinterface::ActionPhaseUnknown;
41using robotinterface::ActionPhaseStartup;
42using robotinterface::ActionPhaseRun;
43using robotinterface::ActionPhaseInterrupt1;
44using robotinterface::ActionPhaseInterrupt2;
45using robotinterface::ActionPhaseInterrupt3;
46using robotinterface::ActionPhaseShutdown;
47using robotinterface::ActionPhaseReserved;
50using robotinterface::StringToActionPhase;
52using robotinterface::ActionPhaseToString;
56using robotinterface::ActionTypeUnknown;
57using robotinterface::ActionTypeConfigure;
58using robotinterface::ActionTypeCalibrate;
59using robotinterface::ActionTypeAttach;
60using robotinterface::ActionTypeAbort;
61using robotinterface::ActionTypeDetach;
62using robotinterface::ActionTypePark;
63using robotinterface::ActionTypeCustom;
66using robotinterface::StringToActionType;
68using robotinterface::ActionTypeToString;
yarp::robotinterface::ActionList ActionList
yarp::robotinterface::ParamList ParamList
yarp::robotinterface::ThreadList ThreadList
yarp::robotinterface::DeviceList DeviceList
The main, catch-all namespace for YARP.
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.
#define YARP_DEPRECATED_TYPEDEF_MSG(x)