Impact Acquire SDK Java
|
Category that contains features to control the devices Current Control parameters. More...
Public Member Functions | |
synchronized void | delete () |
PropertyI64 | getMvCurrent () |
An integer property. | |
PropertyI64 | getMvCurrentSelector () |
An enumerated integer property. | |
int | hObj () |
Returns a unique identifier for the component collection referenced by this object. | |
mvCurrentControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.mvCurrentControl object. | |
mvCurrentControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.mvCurrentControl object. | |
ComponentCollection | restoreDefault () |
Restores the default for every component of this collection. | |
Protected Member Functions | |
void | finalize () |
mvCurrentControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (ComponentCollection obj) |
static long | swigRelease (mvCurrentControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category that contains features to control the devices Current Control parameters.
A category that contains features to control the devices Current Control parameters.
|
protected |
mvCurrentControl | ( | Device | pDev, |
String | settingName ) |
Constructs a new mvIMPACT.acquire.mvCurrentControl 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 |
mvCurrentControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.mvCurrentControl 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 | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
PropertyI64 getMvCurrent | ( | ) |
An integer property.
Sets the current value for the selected device(e.g.: LED).
Sets the current value for the selected device(e.g.: LED).
PropertyI64 getMvCurrentSelector | ( | ) |
An enumerated integer property.
Selects the current source to configure.
Selects the current source to configure.
The following string values might be valid for this feature:
|
inherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
|
inherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
staticprotectedinherited |
|
staticprotected |
|
protectedinherited |