#include <messages/ILLMMsgs/idl_generated_code/yarp/dev/llm/ILLMMsgs.h>
Public Member Functions | |
ILLMMsgs () | |
virtual bool | setPrompt (const std::string &prompt) |
virtual return_readPrompt | readPrompt () |
virtual return_ask | ask (const std::string &question) |
virtual return_getConversation | getConversation () |
virtual bool | deleteConversation () |
virtual bool | 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. | |
Public Member Functions inherited from yarp::os::Wire | |
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). | |
Public Member Functions inherited from yarp::os::PortReader | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 22 of file ILLMMsgs.h.
yarp::dev::llm::ILLMMsgs::ILLMMsgs | ( | ) |
Definition at line 1218 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1243 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1263 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1253 of file ILLMMsgs.cpp.
|
virtual |
Definition at line 1284 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 1330 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1233 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1273 of file ILLMMsgs.cpp.
|
virtual |
Reimplemented in ILLMRPCd.
Definition at line 1223 of file ILLMMsgs.cpp.