YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
RGBDSensorMsgs.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_RGBDSENSORMSGS_H
12#define YARP_THRIFT_GENERATOR_SERVICE_RGBDSENSORMSGS_H
13
14#include <yarp/os/Wire.h>
50
52 public yarp::os::Wire
53{
54public:
55 //ProtocolVersion
58 virtual bool checkProtocolVersion();
59
60 // Constructor
62
63 //Service methods
65
67
69
71
73
75
77
79
81
83
84 virtual yarp::dev::ReturnValue setRgbResolutionRPC(const std::int32_t width, const std::int32_t height);
85
87
88 virtual yarp::dev::ReturnValue setRgbFOVRPC(const double horizontalFov, const double verticalFov);
89
91
93
94 virtual yarp::dev::ReturnValue setRgbMirroringRPC(const bool mirror);
95
97
99
101
102 virtual yarp::dev::ReturnValue setDepthResolutionRPC(const std::int32_t width, const std::int32_t height);
103
105
106 virtual yarp::dev::ReturnValue setDepthFOVRPC(const double horizontalFov, const double verticalFov);
107
109
111
113
114 virtual yarp::dev::ReturnValue setDepthClipPlanesRPC(const double nearPlane, const double farPlane);
115
117
118 virtual yarp::dev::ReturnValue setDepthMirroringRPC(const bool mirror);
119
121
123
125
126 virtual yarp::dev::ReturnValue setFeature1RPC(const std::int32_t feature, const double value);
127
129
130 virtual yarp::dev::ReturnValue setFeature2RPC(const std::int32_t feature, const double value1, const double value2);
131
133
135
136 virtual yarp::dev::ReturnValue setActiveRPC(const std::int32_t feature, const bool onoff);
137
139
141
143
145
146 virtual yarp::dev::ReturnValue setModeRPC(const std::int32_t feature, const yarp::dev::FeatureMode mode);
147
149
150 virtual yarp::dev::ReturnValue setOnePushRPC(const std::int32_t feature);
151
152 // help method
153 virtual std::vector<std::string> help(const std::string& functionName = "--all");
154
155 // read from ConnectionReader
156 bool read(yarp::os::ConnectionReader& connection) override;
157};
158
159#endif // YARP_THRIFT_GENERATOR_SERVICE_RGBDSENSORMSGS_H
FeatureMode mode
virtual IFrameGrabberControlMsgs_return_getCameraDescription getCameraDescriptionRPC()
virtual IRGBDMsgs_return_getExtrinsic getExtrinsicParamRPC()
virtual IRGBVisualParamsMsgs_return_getRgbIntrinsicParam getRgbIntrinsicParamRPC()
virtual yarp::dev::ReturnValue setFeature2RPC(const std::int32_t feature, const double value1, const double value2)
virtual yarp::dev::ReturnValue setRgbResolutionRPC(const std::int32_t width, const std::int32_t height)
virtual IRGBDMsgs_return_getLastErrorMsg getLastErrorMsgRPC()
virtual yarp::dev::ReturnValue setRgbMirroringRPC(const bool mirror)
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual IFrameGrabberControlMsgs_return_hasOnOff hasOnOffRPC(const std::int32_t feature)
virtual IDepthVisualParamsMsgs_return_getDepthHeight getDepthHeightRPC()
virtual IFrameGrabberControlMsgs_return_getMode getModeRPC(const std::int32_t feature)
virtual IDepthVisualParamsMsgs_return_getDepthWidth getDepthWidthRPC()
virtual yarp::dev::ReturnValue setRgbFOVRPC(const double horizontalFov, const double verticalFov)
virtual yarp::dev::ReturnValue setDepthClipPlanesRPC(const double nearPlane, const double farPlane)
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual IRGBDMsgs_return_getRgbImage getRgbImageRPC()
virtual IRGBVisualParamsMsgs_return_getRgbSupportedCfg getRgbSupportedConfigurationsRPC()
virtual IFrameGrabberControlMsgs_return_getFeature1 getFeature1RPC(const std::int32_t feature)
virtual IDepthVisualParamsMsgs_return_getDepthClipPlanes getDepthClipPlanesRPC()
virtual IDepthVisualParamsMsgs_return_getDepthIntrinsicParam getDepthIntrinsicParamRPC()
virtual IRGBVisualParamsMsgs_return_getRgbMirroring getRgbMirroringRPC()
virtual IDepthVisualParamsMsgs_return_getDepthFOV getDepthFOVRPC()
virtual IRGBVisualParamsMsgs_return_getRgbFOV getRgbFOVRPC()
virtual IRGBDMsgs_return_getImages getImagesRPC()
virtual std::vector< std::string > help(const std::string &functionName="--all")
virtual IRGBVisualParamsMsgs_return_getRgbResolution getRgbResolutionRPC()
virtual IFrameGrabberControlMsgs_return_hasFeature hasFeatureRPC(const std::int32_t feature)
virtual yarp::dev::ReturnValue setOnePushRPC(const std::int32_t feature)
virtual IFrameGrabberControlMsgs_return_hasManual hasManualRPC(const std::int32_t feature)
virtual yarp::dev::ReturnValue setModeRPC(const std::int32_t feature, const yarp::dev::FeatureMode mode)
virtual yarp::dev::ReturnValue setFeature1RPC(const std::int32_t feature, const double value)
virtual IDepthVisualParamsMsgs_return_getDepthAccuracy getDepthAccuracyRPC()
virtual yarp::dev::ReturnValue setDepthFOVRPC(const double horizontalFov, const double verticalFov)
virtual yarp::dev::ReturnValue setDepthMirroringRPC(const bool mirror)
virtual yarp::dev::ReturnValue setActiveRPC(const std::int32_t feature, const bool onoff)
virtual IRGBVisualParamsMsgs_return_getRgbHeight getRgbHeightRPC()
virtual IFrameGrabberControlMsgs_return_getFeature2 getFeature2RPC(const std::int32_t feature)
virtual IDepthVisualParamsMsgs_return_getDepthResolution getDepthResolutionRPC()
virtual yarp::dev::ReturnValue setDepthResolutionRPC(const std::int32_t width, const std::int32_t height)
virtual yarp::dev::ReturnValue setDepthAccuracyRPC(const double accuracy)
virtual IDepthVisualParamsMsgs_return_getDepthMirroring getDepthMirroringRPC()
virtual IFrameGrabberControlMsgs_return_getActive getActiveRPC(const std::int32_t feature)
virtual bool checkProtocolVersion()
virtual IRGBVisualParamsMsgs_return_getRgbWidth getRgbWidthRPC()
virtual IFrameGrabberControlMsgs_return_hasAuto hasAutoRPC(const std::int32_t feature)
virtual IRGBDMsgs_return_getDepthImage getDepthImageRPC()
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual IRGBDMsgs_return_getSensorStatus getSensorStatusRPC()
virtual IFrameGrabberControlMsgs_return_hasOnePush hasOnePushRPC(const std::int32_t feature)
An interface for reading from a network connection.
Base class for IDL client/server.
Definition Wire.h:18
constexpr char accuracy[]