|
Impact Acquire SDK Java
|
Properties for configuring settings belonging to the digital I/O measurement(Device specific interface layout only). More...
Public Member Functions | |
| synchronized void | delete () |
| DigitalIOMeasurementControl (Device pDev) | |
| brief Constructs a new mvIMPACT.acquire.DigitalIOMeasurementControl object. | |
| PropertyI | getDigitalIOMeasurementMode () |
| An enumerated integer property defining the type of measurement to perform. | |
| PropertyF | getDigitalIOMeasurementResult () |
| A float property (read-only) that will contain the result of the measurement. | |
| PropertyI | getDigitalIOMeasurementSource () |
| An enumerated integer property defining where the measurement shall be performed. | |
| int | hObj () |
| Returns a unique identifier for the component collection referenced by this object. | |
| ComponentCollection | restoreDefault () |
| Restores the default for every component of this collection. | |
Protected Member Functions | |
| DigitalIOMeasurementControl (long cPtr, boolean cMemoryOwn) | |
| void | finalize () |
Static Protected Member Functions | |
| static long | swigRelease (ComponentCollection obj) |
| static long | swigRelease (DigitalIOMeasurementControl obj) |
Protected Attributes | |
| transient boolean | swigCMemOwn |
Properties for configuring settings belonging to the digital I/O measurement(Device specific interface layout only).
Properties in this class will only be available if a device offers digital I/O measurement features.
|
protected |
| DigitalIOMeasurementControl | ( | Device | pDev | ) |
brief Constructs a new mvIMPACT.acquire.DigitalIOMeasurementControl object.
| pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
| synchronized void delete | ( | ) |
Reimplemented from ComponentCollection.
|
protected |
Reimplemented from ComponentCollection.
| PropertyI getDigitalIOMeasurementMode | ( | ) |
An enumerated integer property defining the type of measurement to perform.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TDigitalIOMeasurementMode.
| PropertyF getDigitalIOMeasurementResult | ( | ) |
A float property (read-only) that will contain the result of the measurement.
Reading this property will automatically perform a new measurement.
| PropertyI getDigitalIOMeasurementSource | ( | ) |
An enumerated integer property defining where the measurement shall be performed.
Valid values for this property are defined by the enumeration mvIMPACT.acquire.TDigitalIOMeasurementMode.
|
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 |