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>
21#include <return_getScanRate.h>
23
25 public yarp::os::Wire
26{
27public:
28 // Constructor
30
32
34
36
38
40
42
43 virtual yarp::dev::ReturnValue setDistanceRange_RPC(const double min, const double max);
44
45 virtual yarp::dev::ReturnValue setScanLimits_RPC(const double min, const double max);
46
47 virtual yarp::dev::ReturnValue setHorizontalResolution_RPC(const double step);
48
49 virtual yarp::dev::ReturnValue setScanRate_RPC(const double rate);
50
51 // help method
52 virtual std::vector<std::string> help(const std::string& functionName = "--all");
53
54 // read from ConnectionReader
55 bool read(yarp::os::ConnectionReader& connection) override;
56};
57
58#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()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual return_getHorizontalResolution getHorizontalResolution_RPC()
virtual return_getDeviceStatus getDeviceStatus_RPC()
virtual yarp::dev::ReturnValue setScanRate_RPC(const double rate)
virtual return_getScanLimits getScanLimits_RPC()
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