|
Impact Acquire SDK C++
|
A class to configure a HDR (High Dynamic Range) knee point (Device specific interface layout only). More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
| HOBJ | hObj (void) const |
| Returns a unique identifier for the component collection referenced by this object. | |
| const ComponentCollection & | restoreDefault (void) const |
| Restores the default for every component of this collection. | |
Public Attributes | |
| PropertyI | HDRControlVoltage_mV |
| An enumerated integer property that can be used to define the control voltage in mV for this knee point. | |
| PropertyI | HDRExposure_ppm |
| An enumerated integer property that can be used to define the exposure time in ppm of the overall exposure time for this knee point. | |
Protected Attributes | |
| HOBJ | m_hRoot |
Friends | |
| class | HDRControl |
A class to configure a HDR (High Dynamic Range) knee point (Device specific interface layout only).
|
inlineinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
friend |
| PropertyI HDRControlVoltage_mV |
An enumerated integer property that can be used to define the control voltage in mV for this knee point.
| PropertyI HDRExposure_ppm |
An enumerated integer property that can be used to define the exposure time in ppm of the overall exposure time for this knee point.
|
protectedinherited |