YARP
Yet Another Robot Platform
IFrameWriterImage.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef YARP_DEV_IFRAMEWRITERIMAGE_H
8 #define YARP_DEV_IFRAMEWRITERIMAGE_H
9 
10 #include <yarp/dev/api.h>
11 #include <yarp/sig/Image.h>
12 
13 namespace yarp {
14 namespace dev {
15 
22 {
23 public:
27  virtual ~IFrameWriterImage();
28 
36 };
37 
38 } // namespace dev
39 } // namespace yarp
40 
41 #endif // YARP_DEV_IFRAMEGRABBER_H
Read a YARP-format image to a device.
virtual bool putImage(yarp::sig::ImageOf< yarp::sig::PixelRgb > &image)=0
Write an image to the device.
virtual ~IFrameWriterImage()
Destructor.
The main, catch-all namespace for YARP.
Definition: dirs.h:16
#define YARP_dev_API
Definition: api.h:18