YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::dev::llm::ILLMMsgs Class Reference

#include <messages/ILLMMsgs/idl_generated_code/yarp/dev/llm/ILLMMsgs.h>

+ Inheritance diagram for yarp::dev::llm::ILLMMsgs:

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.
 
- 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 24 of file ILLMMsgs.h.

Constructor & Destructor Documentation

◆ ILLMMsgs()

yarp::dev::llm::ILLMMsgs::ILLMMsgs ( )

Definition at line 1291 of file ILLMMsgs.cpp.

Member Function Documentation

◆ ask()

return_ask yarp::dev::llm::ILLMMsgs::ask ( const std::string &  question)
virtual

Reimplemented in ILLMRPCd.

Definition at line 1316 of file ILLMMsgs.cpp.

◆ checkProtocolVersion()

bool yarp::dev::llm::ILLMMsgs::checkProtocolVersion ( )
virtual

Definition at line 82 of file ILLMMsgs.cpp.

◆ deleteConversation()

yarp::dev::ReturnValue yarp::dev::llm::ILLMMsgs::deleteConversation ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1336 of file ILLMMsgs.cpp.

◆ getConversation()

return_getConversation yarp::dev::llm::ILLMMsgs::getConversation ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1326 of file ILLMMsgs.cpp.

◆ getLocalProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion yarp::dev::llm::ILLMMsgs::getLocalProtocolVersion ( )
virtual

Definition at line 97 of file ILLMMsgs.cpp.

◆ getRemoteProtocolVersion()

yarp::os::ApplicationNetworkProtocolVersion yarp::dev::llm::ILLMMsgs::getRemoteProtocolVersion ( )
virtual

Definition at line 67 of file ILLMMsgs.cpp.

◆ help()

std::vector< std::string > yarp::dev::llm::ILLMMsgs::help ( const std::string &  functionName = "--all")
virtual

Definition at line 1357 of file ILLMMsgs.cpp.

◆ read()

bool yarp::dev::llm::ILLMMsgs::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 1403 of file ILLMMsgs.cpp.

◆ readPrompt()

return_readPrompt yarp::dev::llm::ILLMMsgs::readPrompt ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1306 of file ILLMMsgs.cpp.

◆ refreshConversation()

yarp::dev::ReturnValue yarp::dev::llm::ILLMMsgs::refreshConversation ( )
virtual

Reimplemented in ILLMRPCd.

Definition at line 1346 of file ILLMMsgs.cpp.

◆ setPrompt()

yarp::dev::ReturnValue yarp::dev::llm::ILLMMsgs::setPrompt ( const std::string &  prompt)
virtual

Reimplemented in ILLMRPCd.

Definition at line 1296 of file ILLMMsgs.cpp.


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