YARP
Yet Another Robot Platform
RemoteFrameGrabber.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #include "RemoteFrameGrabber.h"
11 
12 using namespace yarp::os;
13 using namespace yarp::dev;
14 using namespace yarp::sig;
15 
16 YARP_LOG_COMPONENT(REMOTEFRAMEGRABBER, "yarp.devices.RemoteFrameGrabber")
17 
21 {
22 }
const yarp::os::LogComponent & REMOTEFRAMEGRABBER()
This classes implement a sender / parser for IFrameGrabberControls interface messages.
#define YARP_LOG_COMPONENT(name,...)
Definition: LogComponent.h:80
An interface for the device drivers.
An interface to the operating system, including Port based communication.
Signal processing.
Definition: Image.h:25