YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IChatBotMsgs Class Reference

#include <messages/IChatBotMsgs/idl_generated_code/IChatBotMsgs.h>

+ Inheritance diagram for IChatBotMsgs:

Public Member Functions

 IChatBotMsgs ()
 
virtual return_interact interactRPC (const std::string &messageIn)
 
virtual bool setLanguageRPC (const std::string &language)
 
virtual return_getLanguage getLanguageRPC ()
 
virtual return_getStatus getStatusRPC ()
 
virtual bool resetBotRPC ()
 
virtual std::vector< std::string > help (const std::string &functionName="--all")
 
bool read (yarp::os::ConnectionReader &connection) override
 Read this object from a network connection.
 
- Public Member Functions inherited from yarp::os::Wire
yarp::os::WireLinkyarp ()
 Get YARP state associated with this object.
 
const yarp::os::WireLinkyarp () const
 Get YARP state associated with this object (const version).
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 

Detailed Description

Definition at line 20 of file IChatBotMsgs.h.

Constructor & Destructor Documentation

◆ IChatBotMsgs()

IChatBotMsgs::IChatBotMsgs ( )

Definition at line 1025 of file IChatBotMsgs.cpp.

Member Function Documentation

◆ getLanguageRPC()

return_getLanguage IChatBotMsgs::getLanguageRPC ( )
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1050 of file IChatBotMsgs.cpp.

◆ getStatusRPC()

return_getStatus IChatBotMsgs::getStatusRPC ( )
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1060 of file IChatBotMsgs.cpp.

◆ help()

std::vector< std::string > IChatBotMsgs::help ( const std::string &  functionName = "--all")
virtual

Definition at line 1081 of file IChatBotMsgs.cpp.

◆ interactRPC()

return_interact IChatBotMsgs::interactRPC ( const std::string &  messageIn)
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1030 of file IChatBotMsgs.cpp.

◆ read()

bool IChatBotMsgs::read ( yarp::os::ConnectionReader reader)
overridevirtual

Read this object from a network connection.

Override this for your particular class.

Parameters
readeran interface to the network connection for reading
Returns
true iff the object is successfully read

Implements yarp::os::PortReader.

Definition at line 1123 of file IChatBotMsgs.cpp.

◆ resetBotRPC()

bool IChatBotMsgs::resetBotRPC ( )
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1070 of file IChatBotMsgs.cpp.

◆ setLanguageRPC()

bool IChatBotMsgs::setLanguageRPC ( const std::string &  language)
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1040 of file IChatBotMsgs.cpp.


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