YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ISerialMsgs.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_ISERIALMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_ISERIALMSGS_H
13
14#include <yarp/os/Wire.h>
16
18 public yarp::os::Wire
19{
20public:
21 // Constructor
23
24 virtual bool setDTR(const bool enable);
25
26 virtual std::int32_t flush();
27
28 // help method
29 virtual std::vector<std::string> help(const std::string& functionName = "--all");
30
31 // read from ConnectionReader
32 bool read(yarp::os::ConnectionReader& connection) override;
33};
34
35#endif // YARP_THRIFT_GENERATOR_SERVICE_ISERIALMSGS_H
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual bool setDTR(const bool enable)
virtual std::int32_t flush()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18