YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
FakeTestMsgs.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_FAKETESTMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_FAKETESTMSGS_H
13
14#include <yarp/os/Wire.h>
17#include <fakeTestMsgs_common.h>
19
21 public yarp::os::Wire
22{
23public:
24 //ProtocolVersion
27 virtual bool checkProtocolVersion();
28
29 // Constructor
31
32 //Service methods
34
35 // help method
36 virtual std::vector<std::string> help(const std::string& functionName = "--all");
37
38 // read from ConnectionReader
39 bool read(yarp::os::ConnectionReader& connection) override;
40};
41
42#endif // YARP_THRIFT_GENERATOR_SERVICE_FAKETESTMSGS_H
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual yarp::dev::ReturnValue doSomethingRPC()
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual bool checkProtocolVersion()
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18