#include <yarp/dev/api.h>
#include <yarp/os/Log.h>
#include <yarp/os/Portable.h>
#include <string>
Go to the source code of this file.
|
namespace | yarp |
| The main, catch-all namespace for YARP.
|
|
namespace | yarp::dev |
| For streams capable of holding different kinds of content, check what they actually have.
|
|
◆ ReturnValue_ok
◆ YARP_METHOD_DEPRECATED
#define YARP_METHOD_DEPRECATED |
( |
| ) |
yarp_method_deprecated(__func__) |
◆ YARP_METHOD_NOT_YET_IMPLEMENTED
#define YARP_METHOD_NOT_YET_IMPLEMENTED |
( |
| ) |
yarp_method_not_implemented(__func__) |
◆ YARP_RETURNVALUE_DISABLE_BOOL_INPUT
#define YARP_RETURNVALUE_DISABLE_BOOL_INPUT 1 |
◆ YARP_RETURNVALUE_DISABLE_BOOL_OUTPUT
#define YARP_RETURNVALUE_DISABLE_BOOL_OUTPUT 0 |