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

virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion ()
 
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion ()
 
virtual bool checkProtocolVersion ()
 
 IChatBotMsgs ()
 
virtual return_interact interactRPC (const std::string &messageIn)
 
virtual yarp::dev::ReturnValue setLanguageRPC (const std::string &language)
 
virtual return_getLanguage getLanguageRPC ()
 
virtual return_getStatus getStatusRPC ()
 
virtual yarp::dev::ReturnValue 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 22 of file IChatBotMsgs.h.

Constructor & Destructor Documentation

◆ IChatBotMsgs()

IChatBotMsgs::IChatBotMsgs ( )

Definition at line 1104 of file IChatBotMsgs.cpp.

Member Function Documentation

◆ checkProtocolVersion()

bool IChatBotMsgs::checkProtocolVersion ( )
virtual

Definition at line 80 of file IChatBotMsgs.cpp.

◆ getLanguageRPC()

return_getLanguage IChatBotMsgs::getLanguageRPC ( )
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1129 of file IChatBotMsgs.cpp.

◆ getLocalProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion IChatBotMsgs::getLocalProtocolVersion ( )
virtual

Definition at line 95 of file IChatBotMsgs.cpp.

◆ getRemoteProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion IChatBotMsgs::getRemoteProtocolVersion ( )
virtual

Definition at line 65 of file IChatBotMsgs.cpp.

◆ getStatusRPC()

return_getStatus IChatBotMsgs::getStatusRPC ( )
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1139 of file IChatBotMsgs.cpp.

◆ help()

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

Definition at line 1160 of file IChatBotMsgs.cpp.

◆ interactRPC()

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

Reimplemented in IChatBotMsgsImpl.

Definition at line 1109 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 1202 of file IChatBotMsgs.cpp.

◆ resetBotRPC()

yarp::dev::ReturnValue IChatBotMsgs::resetBotRPC ( )
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1149 of file IChatBotMsgs.cpp.

◆ setLanguageRPC()

yarp::dev::ReturnValue IChatBotMsgs::setLanguageRPC ( const std::string &  language)
virtual

Reimplemented in IChatBotMsgsImpl.

Definition at line 1119 of file IChatBotMsgs.cpp.


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