#include <networkWrappers/LLM_nws_yarp/ILLMServerImpl.h>
Inheritance diagram for ILLMRPCd:Public Member Functions | |
| void | setInterface (yarp::dev::ILLM *_iLlm, const std::string &streaming_port_name) |
| void | unsetInterface () |
| yarp::dev::ReturnValue | setPrompt (const std::string &prompt) override |
| yarp::dev::llm::return_readPrompt | readPrompt () override |
| yarp::dev::llm::return_ask | ask (const std::string &question) override |
| yarp::dev::llm::return_getConversation | getConversation () override |
| yarp::dev::ReturnValue | deleteConversation () override |
| yarp::dev::ReturnValue | refreshConversation () override |
Public Member Functions inherited from yarp::dev::llm::ILLMMsgs | |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
| virtual bool | checkProtocolVersion () |
| ILLMMsgs () | |
| 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 11 of file ILLMServerImpl.h.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 51 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 119 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 102 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 35 of file ILLMServerImpl.cpp.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 135 of file ILLMServerImpl.cpp.
|
inline |
Definition at line 22 of file ILLMServerImpl.h.
|
overridevirtual |
Reimplemented from yarp::dev::llm::ILLMMsgs.
Definition at line 17 of file ILLMServerImpl.cpp.
|
inline |
Definition at line 27 of file ILLMServerImpl.h.