iCub-main
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IRpcServer_set_answer_helper Class Reference
+ Inheritance diagram for IRpcServer_set_answer_helper:

Public Member Functions

 IRpcServer_set_answer_helper (const std::int32_t rightAnswer)
 
bool write (yarp::os::ConnectionWriter &connection) const override
 
bool read (yarp::os::ConnectionReader &connection) override
 

Public Attributes

std::int32_t m_rightAnswer
 

Static Public Attributes

static thread_local bool s_return_helper = {}
 

Detailed Description

Definition at line 61 of file IRpcServer.cpp.

Constructor & Destructor Documentation

◆ IRpcServer_set_answer_helper()

IRpcServer_set_answer_helper::IRpcServer_set_answer_helper ( const std::int32_t  rightAnswer)
explicit

Definition at line 76 of file IRpcServer.cpp.

Member Function Documentation

◆ read()

bool IRpcServer_set_answer_helper::read ( yarp::os::ConnectionReader &  connection)
override

Definition at line 97 of file IRpcServer.cpp.

◆ write()

bool IRpcServer_set_answer_helper::write ( yarp::os::ConnectionWriter &  connection) const
override

Definition at line 82 of file IRpcServer.cpp.

Member Data Documentation

◆ m_rightAnswer

std::int32_t IRpcServer_set_answer_helper::m_rightAnswer

Definition at line 69 of file IRpcServer.cpp.

◆ s_return_helper

thread_local bool IRpcServer_set_answer_helper::s_return_helper = {}
static

Definition at line 71 of file IRpcServer.cpp.


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