RobWorkProject
24.8.23-
|
#include <Entity.hpp>
Public Types | |
enum | Type { Undefined = -1 , Task = 0 , Motion = 1 , Action = 2 , Target = 3 , User = 1024 } |
Public Member Functions | |
EntityType (int type=Undefined) | |
Constructs an EntityType object. More... | |
operator int () | |
Cast operator enable implicit conversion to int. More... | |
enum Type |
Enumeration of the type
|
inline |
Constructs an EntityType object.
type | [in] Type of entity. Default is Undefined |
|
inline |
Cast operator enable implicit conversion to int.
This operator enables using EntityType in a switch statement.