YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
ControlBoardMsgs.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_CONTROLBOARDMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_CONTROLBOARDMSGS_H
13
14#include <yarp/os/Wire.h>
18#include <return_getAxes.h>
24
26 public yarp::os::Wire
27{
28public:
29 //ProtocolVersion
32 virtual bool checkProtocolVersion();
33
34 // Constructor
36
37 //Service methods
38 virtual return_isJointBraked isJointBrakedRPC(const std::int32_t j) const;
39
40 virtual yarp::dev::ReturnValue setManualBrakeActiveRPC(const std::int32_t j, const bool active);
41
42 virtual yarp::dev::ReturnValue setAutoBrakeEnabledRPC(const std::int32_t j, const bool enabled);
43
44 virtual return_getAutoBrakeEnabled getAutoBrakeEnabledRPC(const std::int32_t j) const;
45
46 virtual return_getAxes getAxesRPC() const;
47
48 virtual return_getDesiredVelocityOne getDesiredVelocityOneRPC(const std::int32_t j) const;
49
51
52 virtual return_getDesiredVelocityGroup getDesiredVelocityGroupRPC(const std::vector<std::int32_t>& j) const;
53
54 // help method
55 virtual std::vector<std::string> help(const std::string& functionName = "--all");
56
57 // read from ConnectionReader
58 bool read(yarp::os::ConnectionReader& connection) override;
59};
60
61#endif // YARP_THRIFT_GENERATOR_SERVICE_CONTROLBOARDMSGS_H
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual return_getDesiredVelocityGroup getDesiredVelocityGroupRPC(const std::vector< std::int32_t > &j) const
virtual yarp::dev::ReturnValue setManualBrakeActiveRPC(const std::int32_t j, const bool active)
virtual bool checkProtocolVersion()
virtual return_getDesiredVelocityAll getDesiredVelocityAllRPC() const
virtual yarp::dev::ReturnValue setAutoBrakeEnabledRPC(const std::int32_t j, const bool enabled)
virtual return_getAxes getAxesRPC() const
virtual return_getAutoBrakeEnabled getAutoBrakeEnabledRPC(const std::int32_t j) const
virtual return_isJointBraked isJointBrakedRPC(const std::int32_t j) const
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual return_getDesiredVelocityOne getDesiredVelocityOneRPC(const std::int32_t j) const
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18