Impact Acquire SDK C++
|
Properties for configuring settings belonging to the digital I/O measurement(Device specific interface layout only). More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
DigitalIOMeasurementControl (Device *pDev) | |
brief Constructs a new mvIMPACT::acquire::DigitalIOMeasurementControl object. | |
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 | |
PropertyIDigitalIOMeasurementMode | digitalIOMeasurementMode |
An enumerated integer property defining the type of measurement to perform. | |
PropertyF | digitalIOMeasurementResult |
A float property (read-only) that will contain the result of the measurement. | |
PropertyIDigitalIOMeasurementSource | digitalIOMeasurementSource |
An enumerated integer property defining where the measurement shall be performed. | |
Protected Attributes | |
HOBJ | m_hRoot |
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.
|
inlineexplicit |
brief Constructs a new mvIMPACT::acquire::DigitalIOMeasurementControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
|
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.
PropertyIDigitalIOMeasurementMode digitalIOMeasurementMode |
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 digitalIOMeasurementResult |
A float property (read-only) that will contain the result of the measurement.
Reading this property will automatically perform a new measurement.
PropertyIDigitalIOMeasurementSource digitalIOMeasurementSource |
An enumerated integer property defining where the measurement shall be performed.
Valid values for this property are defined by the enumeration mvIMPACT::acquire::TDigitalIOMeasurementMode.
|
protectedinherited |