YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ReturnValue.h File Reference
#include <yarp/dev/api.h>
#include <yarp/os/Log.h>
#include <yarp/os/Portable.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)
 

Macro Definition Documentation

◆ ReturnValue_ok

#define ReturnValue_ok   ReturnValue(yarp::dev::ReturnValue::return_code::return_value_ok)

Definition at line 77 of file ReturnValue.h.

◆ YARP_METHOD_DEPRECATED

#define YARP_METHOD_DEPRECATED ( )    yarp_method_deprecated(__func__)

Definition at line 102 of file ReturnValue.h.

◆ YARP_METHOD_NOT_YET_IMPLEMENTED

#define YARP_METHOD_NOT_YET_IMPLEMENTED ( )    yarp_method_not_implemented(__func__)

Definition at line 96 of file ReturnValue.h.

◆ YARP_RETURNVALUE_DISABLE_BOOL_INPUT

#define YARP_RETURNVALUE_DISABLE_BOOL_INPUT   1

Definition at line 22 of file ReturnValue.h.

◆ YARP_RETURNVALUE_DISABLE_BOOL_OUTPUT

#define YARP_RETURNVALUE_DISABLE_BOOL_OUTPUT   0

Definition at line 28 of file ReturnValue.h.