Skip to content

Commit

Permalink
flesh out api for dlls
Browse files Browse the repository at this point in the history
svn path=/tags/yarp-2.3.3/; revision=8500
  • Loading branch information
paulfitz committed Mar 1, 2011
1 parent b1bf726 commit 062aedf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/libYARP_dev/include/yarp/dev/FrameGrabberInterfaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace yarp{
*
* Common interface to a FrameGrabber.
*/
class yarp::dev::IFrameGrabber
class YARP_dev_API yarp::dev::IFrameGrabber
{
public:
virtual ~IFrameGrabber(){}
Expand Down Expand Up @@ -75,7 +75,7 @@ class yarp::dev::IFrameGrabber
*
* RGB Interface to a FrameGrabber device.
*/
class yarp::dev::IFrameGrabberRgb
class YARP_dev_API yarp::dev::IFrameGrabberRgb
{
public:
virtual ~IFrameGrabberRgb(){}
Expand Down Expand Up @@ -106,7 +106,7 @@ class yarp::dev::IFrameGrabberRgb
*
* Read a YARP-format image from a device.
*/
class yarp::dev::IFrameGrabberImage
class YARP_dev_API yarp::dev::IFrameGrabberImage
{
public:
/**
Expand Down Expand Up @@ -140,7 +140,7 @@ class yarp::dev::IFrameGrabberImage
*
* Read a YARP-format image to a device.
*/
class yarp::dev::IFrameWriterImage
class YARP_dev_API yarp::dev::IFrameWriterImage
{
public:
/**
Expand All @@ -162,7 +162,7 @@ class yarp::dev::IFrameWriterImage
*
* Control interface for frame grabber devices.
*/
class yarp::dev::IFrameGrabberControls
class YARP_dev_API yarp::dev::IFrameGrabberControls
{
public:
/**
Expand Down Expand Up @@ -300,7 +300,7 @@ class yarp::dev::IFrameGrabberControls
//virtual double getCaptureQuality() const=0;
};

class yarp::dev::IFrameGrabberControlsDC1394 : public yarp::dev::IFrameGrabberControls
class YARP_dev_API yarp::dev::IFrameGrabberControlsDC1394 : public yarp::dev::IFrameGrabberControls
{
public:
// 00 01 02
Expand Down

0 comments on commit 062aedf

Please sign in to comment.