Impact Acquire SDK .NET
FullSettingsBase Class Reference

A base class that provides access to the most common settings for a device. More...

Inheritance diagram for FullSettingsBase:
[legend]

Public Member Functions

 FullSettingsBase (Device device)
 brief Constructs a new mv.impact.acquire.FullSettingsBase object.
 
 FullSettingsBase (Device device, String settingName)
 brief Constructs a new mv.impact.acquire.FullSettingsBase object.
 

Public Attributes

readonly PropertyS basedOn = new PropertyS()
 A string property (read-only) containing the name of the setting this setting is based on.
 
readonly ImageDestination imageDestination
 Properties to define the result images format.
 
readonly ImageProcessing imageProcessing
 Image processing related properties.
 

Detailed Description

A base class that provides access to the most common settings for a device.

Use one of the class derived from this class to get access to all the available settings.

Constructor & Destructor Documentation

◆ FullSettingsBase() [1/2]

FullSettingsBase ( Device device)
inline

brief Constructs a new mv.impact.acquire.FullSettingsBase object.

Parameters
[in]deviceA pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object.

◆ FullSettingsBase() [2/2]

FullSettingsBase ( Device device,
String settingName )
inline

brief Constructs a new mv.impact.acquire.FullSettingsBase object.

Parameters
[in]deviceA pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object.
[in]settingNameThe name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting

Member Data Documentation

◆ basedOn

A string property (read-only) containing the name of the setting this setting is based on.

◆ imageDestination

readonly ImageDestination imageDestination

Properties to define the result images format.

◆ imageProcessing

readonly ImageProcessing imageProcessing

Image processing related properties.