YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
DepthVisualParams_Responder.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#ifndef YARP_FRAMEGRABBER_PROTOCOL_DEPTHVISUALPARAMS_RESPONDER_H
7#define YARP_FRAMEGRABBER_PROTOCOL_DEPTHVISUALPARAMS_RESPONDER_H
8
11
13
16{
17private:
19
20public:
22 ~DepthVisualParams_Responder() override = default;
23
25 bool respond(const yarp::os::Bottle& cmd, yarp::os::Bottle& response) override;
26};
27
28} // namespace yarp::proto::framegrabber
29
30#endif // YARP_FRAMEGRABBER_PROTOCOL_DEPTHVISUALPARAMS_RESPONDER_H
A cheap and cheerful framework for human readable/writable forms of messages to devices.
An interface for retrieving intrinsic parameter from a depth camera.
A simple collection of objects that can be described and transmitted in a portable way.
Definition Bottle.h:64
bool configure(yarp::dev::IDepthVisualParams *interface)
bool respond(const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override
Respond to a message.