Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
icl::io::DCDeviceFeatures Class Reference

Utility class for handling DC-Device features. More...

#include <DCDeviceFeatures.h>

Inheritance diagram for icl::io::DCDeviceFeatures:
icl::utils::ShallowCopyable< DCDeviceFeaturesImpl, DCDeviceFeaturesImplDelOp > icl::utils::Configurable

List of all members.

Public Member Functions

ICLIO_API DCDeviceFeatures ()
 Base constructor create a null Object.
ICLIO_API DCDeviceFeatures (const DCDevice &dev)
 Default constructor with given DCDevice struct.

Detailed Description

Utility class for handling DC-Device features.

endcond The DCDeviceFeautre class provides read/write access to the following features of DC1394 devices (if supported by the camera):

The class interface is adapted to the get/set Property interface of the ICL Grabber interface. In addition, it is derived from the ShallowCopyable interface to allow cheap copying.


Constructor & Destructor Documentation

Base constructor create a null Object.

Default constructor with given DCDevice struct.


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