#include <yarp/dev/api.h>#include <yarp/os/Log.h>#include <yarp/os/Portable.h>#include <yarp/os/Vocab.h>#include <string>
Include dependency graph for ReturnValue.h:Go to the source code of this file.
Classes | |
| class | yarp::dev::ReturnValue |
Namespaces | |
| 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. | |
Macros | |
| #define | YARP_RETURNVALUE_DISABLE_BOOL_INPUT 1 |
| #define | YARP_RETURNVALUE_DISABLE_BOOL_OUTPUT 0 |
| #define | ReturnValue_ok ReturnValue(yarp::dev::ReturnValue::return_code::return_value_ok) |
| #define | YARP_METHOD_NOT_YET_IMPLEMENTED() yarp_method_not_implemented(__func__) |
| #define | YARP_METHOD_DEPRECATED() yarp_method_deprecated(__func__) |
Functions | |
| ReturnValue | yarp::dev::yarp_method_not_implemented (const char *location) |
| ReturnValue | yarp::dev::yarp_method_deprecated (const char *location) |
| #define ReturnValue_ok ReturnValue(yarp::dev::ReturnValue::return_code::return_value_ok) |
Definition at line 80 of file ReturnValue.h.
| #define YARP_METHOD_DEPRECATED | ( | ) | yarp_method_deprecated(__func__) |
Definition at line 105 of file ReturnValue.h.
| #define YARP_METHOD_NOT_YET_IMPLEMENTED | ( | ) | yarp_method_not_implemented(__func__) |
Definition at line 99 of file ReturnValue.h.
| #define YARP_RETURNVALUE_DISABLE_BOOL_INPUT 1 |
Definition at line 23 of file ReturnValue.h.
| #define YARP_RETURNVALUE_DISABLE_BOOL_OUTPUT 0 |
Definition at line 29 of file ReturnValue.h.