#include <yarp/robotinterface/api.h>
#include <iosfwd>
#include <list>
#include <string>
#include <vector>
Go to the source code of this file.
|
enum | yarp::robotinterface::ActionPhase {
yarp::robotinterface::ActionPhaseUnknown = 0
,
yarp::robotinterface::ActionPhaseStartup
,
yarp::robotinterface::ActionPhaseRun
,
yarp::robotinterface::ActionPhaseInterrupt1
,
yarp::robotinterface::ActionPhaseInterrupt2
,
yarp::robotinterface::ActionPhaseInterrupt3
,
yarp::robotinterface::ActionPhaseShutdown
,
yarp::robotinterface::ActionPhaseReserved = 0xFF
} |
|
enum | yarp::robotinterface::ActionType {
yarp::robotinterface::ActionTypeUnknown = 0
,
yarp::robotinterface::ActionTypeConfigure
,
yarp::robotinterface::ActionTypeCalibrate
,
yarp::robotinterface::ActionTypeAttach
,
yarp::robotinterface::ActionTypeAbort
,
yarp::robotinterface::ActionTypeDetach
,
yarp::robotinterface::ActionTypePark
,
yarp::robotinterface::ActionTypeCustom = 0xFF
} |
|