YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IChatBotMsgs.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6// Autogenerated by Thrift Compiler (0.14.1-yarped)
7//
8// This is an automatically generated file.
9// It could get re-generated if the ALLOW_IDL_GENERATION flag is on.
10
11#ifndef YARP_THRIFT_GENERATOR_SERVICE_ICHATBOTMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_ICHATBOTMSGS_H
13
14#include <yarp/os/Wire.h>
17#include <return_getLanguage.h>
18#include <return_getStatus.h>
19#include <return_interact.h>
21
23 public yarp::os::Wire
24{
25public:
26 //ProtocolVersion
29 virtual bool checkProtocolVersion();
30
31 // Constructor
33
34 //Service methods
35 virtual return_interact interactRPC(const std::string& messageIn);
36
37 virtual yarp::dev::ReturnValue setLanguageRPC(const std::string& language);
38
40
42
44
45 // help method
46 virtual std::vector<std::string> help(const std::string& functionName = "--all");
47
48 // read from ConnectionReader
49 bool read(yarp::os::ConnectionReader& connection) override;
50};
51
52#endif // YARP_THRIFT_GENERATOR_SERVICE_ICHATBOTMSGS_H
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool checkProtocolVersion()
virtual yarp::dev::ReturnValue resetBotRPC()
virtual yarp::dev::ReturnValue setLanguageRPC(const std::string &language)
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual return_getStatus getStatusRPC()
virtual return_interact interactRPC(const std::string &messageIn)
virtual return_getLanguage getLanguageRPC()
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18