YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
IRangefinder2DMsgs.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_IRANGEFINDER2DMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_IRANGEFINDER2DMSGS_H
13
14#include <yarp/os/Wire.h>
22#include <return_getScanRate.h>
24
26 public yarp::os::Wire
27{
28public:
29 //ProtocolVersion
32 virtual bool checkProtocolVersion();
33
34 // Constructor
36
37 //Service methods
39
41
43
45
47
49
50 virtual yarp::dev::ReturnValue setDistanceRange_RPC(const double min, const double max);
51
52 virtual yarp::dev::ReturnValue setScanLimits_RPC(const double min, const double max);
53
54 virtual yarp::dev::ReturnValue setHorizontalResolution_RPC(const double step);
55
56 virtual yarp::dev::ReturnValue setScanRate_RPC(const double rate);
57
58 // help method
59 virtual std::vector<std::string> help(const std::string& functionName = "--all");
60
61 // read from ConnectionReader
62 bool read(yarp::os::ConnectionReader& connection) override;
63};
64
65#endif // YARP_THRIFT_GENERATOR_SERVICE_IRANGEFINDER2DMSGS_H
virtual yarp::dev::ReturnValue setHorizontalResolution_RPC(const double step)
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual return_getScanRate getScanRate_RPC()
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual return_getHorizontalResolution getHorizontalResolution_RPC()
virtual bool checkProtocolVersion()
virtual return_getDeviceStatus getDeviceStatus_RPC()
virtual yarp::dev::ReturnValue setScanRate_RPC(const double rate)
virtual return_getScanLimits getScanLimits_RPC()
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual return_getDeviceInfo getDeviceInfo_RPC()
virtual yarp::dev::ReturnValue setScanLimits_RPC(const double min, const double max)
virtual return_getDistanceRange getDistanceRange_RPC()
virtual yarp::dev::ReturnValue setDistanceRange_RPC(const double min, const double max)
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18