![]() |
RobWorkProject
23.9.11-
|
Specification of Action Type. More...
#include <Motion.hpp>
Public Types | |
enum | Type { Undefined = -1 , P2P = 0 , Linear = 1 , Circular = 2 , User = 1024 } |
Public Member Functions | |
MotionType (int type=Undefined) | |
Constructs a MotionType object. More... | |
operator int () | |
Cast operator enable implicit conversion to int. More... | |
|
inline |
Constructs a MotionType object.
type | [in] Type of motion. Default is Undefined |
|
inline |
Cast operator enable implicit conversion to int.
This operator enables using MotionType in a switch statement.