Impact Acquire SDK Java
|
Category that contains the source control features. More...
Public Member Functions | |
synchronized void | delete () |
PropertyI64 | getSourceCount () |
An integer property. | |
PropertyI64 | getSourceIDValue () |
An integer property. | |
PropertyI64 | getSourceSelector () |
An enumerated integer property. | |
SourceControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.SourceControl object. | |
SourceControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.SourceControl object. | |
Protected Member Functions | |
void | finalize () |
SourceControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (SourceControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category that contains the source control features.
A category that contains the source control features.
|
protected |
SourceControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.SourceControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
SourceControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.SourceControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
synchronized void delete | ( | ) |
|
protected |
PropertyI64 getSourceCount | ( | ) |
An integer property.
Controls or returns the number of sources supported by the device.
Controls or returns the number of sources supported by the device.
PropertyI64 getSourceIDValue | ( | ) |
An integer property.
Returns a unique Identifier value that correspond to the selected Source.
Returns a unique Identifier value that correspond to the selected Source.
PropertyI64 getSourceSelector | ( | ) |
An enumerated integer property.
Selects the source to control.
Selects the source to control.
The following string values might be valid for this feature:
|
staticprotected |
|
protected |