YARP
Yet Another Robot Platform
NodeArgs Class Reference

Public Member Functions

 NodeArgs ()
 
void error (const char *txt)
 
void fail (const char *txt)
 
void success ()
 
void drop ()
 
void persist ()
 
void fromExternal (const Bottle &alt)
 

Public Attributes

Bottle request
 
Bottle args
 
Value reply
 
int code
 
std::string msg
 
bool should_drop
 

Detailed Description

Definition at line 130 of file Node.cpp.

Constructor & Destructor Documentation

◆ NodeArgs()

NodeArgs::NodeArgs ( )
inline

Definition at line 140 of file Node.cpp.

Member Function Documentation

◆ drop()

void NodeArgs::drop ( )
inline

Definition at line 164 of file Node.cpp.

◆ error()

void NodeArgs::error ( const char *  txt)
inline

Definition at line 146 of file Node.cpp.

◆ fail()

void NodeArgs::fail ( const char *  txt)
inline

Definition at line 152 of file Node.cpp.

◆ fromExternal()

void NodeArgs::fromExternal ( const Bottle alt)
inline

Definition at line 174 of file Node.cpp.

◆ persist()

void NodeArgs::persist ( )
inline

Definition at line 169 of file Node.cpp.

◆ success()

void NodeArgs::success ( )
inline

Definition at line 158 of file Node.cpp.

Member Data Documentation

◆ args

Bottle NodeArgs::args

Definition at line 134 of file Node.cpp.

◆ code

int NodeArgs::code

Definition at line 136 of file Node.cpp.

◆ msg

std::string NodeArgs::msg

Definition at line 137 of file Node.cpp.

◆ reply

Value NodeArgs::reply

Definition at line 135 of file Node.cpp.

◆ request

Bottle NodeArgs::request

Definition at line 133 of file Node.cpp.

◆ should_drop

bool NodeArgs::should_drop

Definition at line 138 of file Node.cpp.


The documentation for this class was generated from the following file: