#include <messages/ILLMMsgs/idl_generated_code/yarp/dev/llm/ILLMMsgs.h>
Public Member Functions | |
virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
virtual bool | checkProtocolVersion () |
ILLMMsgs () | |
virtual yarp::dev::ReturnValue | setPrompt (const std::string &prompt) |
virtual return_readPrompt | readPrompt () |
virtual return_ask | ask (const std::string &question) |
virtual return_getConversation | getConversation () |
virtual yarp::dev::ReturnValue | deleteConversation () |
virtual yarp::dev::ReturnValue | refreshConversation () |
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. | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 24 of file ILLMMsgs.h.
yarp::dev::llm::ILLMMsgs::ILLMMsgs | ( | ) |
Definition at line 1291 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1316 of file ILLMMsgs.cpp.
|
virtual |
Definition at line 82 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1336 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1326 of file ILLMMsgs.cpp.
|
virtual |
Definition at line 97 of file ILLMMsgs.cpp.
|
virtual |
Definition at line 67 of file ILLMMsgs.cpp.
|
virtual |
Definition at line 1357 of file ILLMMsgs.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 1403 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1306 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1346 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1296 of file ILLMMsgs.cpp.