Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::io::GrabberDeviceDescription Struct Reference

defines and explains an available grabber device More...

#include <GrabberDeviceDescription.h>

List of all members.

Public Member Functions

 GrabberDeviceDescription (const std::string &deviceType, const std::string &deviceID, const std::string &description)
 Constructor.
 GrabberDeviceDescription ()
 Empty constructor.
std::string name () const
bool equals (const GrabberDeviceDescription other)
bool isEmpty ()

Public Attributes

std::string type
 type of the device (e.g. dc, pwc, sr or dc800)
std::string id
 ID of the device (e.g. 0 or 1)
std::string description
 additional description of the device (obtained by calling getUniqueID)

Detailed Description

defines and explains an available grabber device


Constructor & Destructor Documentation

icl::io::GrabberDeviceDescription::GrabberDeviceDescription ( const std::string &  deviceType,
const std::string &  deviceID,
const std::string &  description 
) [inline]

Constructor.

Empty constructor.


Member Function Documentation

std::string icl::io::GrabberDeviceDescription::name ( ) const [inline]

Member Data Documentation

additional description of the device (obtained by calling getUniqueID)

ID of the device (e.g. 0 or 1)

type of the device (e.g. dc, pwc, sr or dc800)


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines