Go to the source code of this file.
|
enum | yarp::manager::__NodeType {
yarp::manager::MODULE
,
yarp::manager::INPUTD
,
yarp::manager::OUTPUTD
,
yarp::manager::STREAM_PORT
,
yarp::manager::SERVICE_PORT
,
yarp::manager::EVENT_PORT
,
yarp::manager::APPLICATION
,
yarp::manager::RESOURCE
,
yarp::manager::INOUTD
,
yarp::manager::NODE_FILENAME
,
yarp::manager::NODE_APPTEMPLATE
,
yarp::manager::NODE_OTHER
} |
|
enum | yarp::manager::__OS {
yarp::manager::LINUX
,
yarp::manager::WINDOWS
,
yarp::manager::MAC
,
yarp::manager::OTHER
} |
|
◆ __ASSERT
#define __ASSERT |
( |
|
_cond | ) |
|
◆ __CHECK_NULLPTR
#define __CHECK_NULLPTR |
( |
|
_ptr | ) |
if( !_ptr ) return 0; |
◆ __DEBUG_MSG
#define __DEBUG_MSG |
( |
|
msg | ) |
|
◆ WITH_GEOMETRY