Impact Acquire SDK .NET
|
A class to create complex digital output signals(Device specific interface layout only). More...
Public Member Functions | |
bool | canCreateExposeActiveSignal (DigitalOutput output) |
Checks whether the specified output can be used to create an inverted expose active signal. | |
bool | canInvertSignal (DigitalOutput output) |
Checks whether the specified output can be used to create an inverted version of a certain signal. | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
TDeviceDigitalOutputMode | getOutputMode (DigitalOutput output) |
Returns the current mode a digital output is operated in. | |
bool | isOutputModeActive (DigitalOutput output, TDeviceDigitalOutputMode mode) |
Checks whether the specified output is currently operated in a certain mode. | |
bool | isSignalInverted (DigitalOutput output) |
Checks whether the specified output will currently invert a certain internal signal. | |
OutputSignalGeneratorBlueDevice (Device device) | |
Constructs a new mv.impact.acquire.OutputSignalGeneratorBlueDevice object. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
int | setOutputMode (DigitalOutput output, TDeviceDigitalOutputMode mode, bool inverted) |
This function will configure the digital output to operate in a certain mode. | |
int | undefineSignal (DigitalOutput output) |
Removes the signal definition from the specified output pin. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
A class to create complex digital output signals(Device specific interface layout only).
Instances of this class can be used to create more complex digital output related signals like a single pulse or sequence of pulses on a certain pin as a reaction on a signal on one of the digital inputs of a device.
The availability of the features provided by this class heavily depends on the used capture device. Therefore it's crucial to check if a desired feature is available at all. This class either provides the functions needed for these checks or its functions will return appropriate error codes.
|
inline |
Constructs a new mv.impact.acquire.OutputSignalGeneratorBlueDevice object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Checks whether the specified output can be used to create an inverted expose active signal.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
|
inline |
Checks whether the specified output can be used to create an inverted version of a certain signal.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inline |
Returns the current mode a digital output is operated in.
If the mode is not selectable for the current output an exception will be raised.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
|
inline |
Checks whether the specified output is currently operated in a certain mode.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
[in] | mode | The mode the specified output shall be checked for. |
|
inline |
Checks whether the specified output will currently invert a certain internal signal.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
|
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.
|
inline |
This function will configure the digital output to operate in a certain mode.
After calling this function the digital output will be operated in the mode specified by mode.
Valid values for constant are defined by the enum mv.impact.acquire.TDeviceDigitalOutputMode.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
[in] | mode | The mode the specified output shall be operated in. If the mode passed to the function is not available for the output or the device an exception will be raised. |
[in] | inverted | Set this parameter to true, to invert the exposure signal |
|
inline |
Removes the signal definition from the specified output pin.
Whenever a signal has been defined for a a certain digital output pin, this pin can no longer controlled using the corresponding functions in the class mv.impact.acquire.DigitalOutput. This function removes the signal definition and hands back manual control of that digital output to the user.
[in] | output | A pointer to a mv.impact.acquire.DigitalOutput object obtained from an instance of the class mv.impact.acquire.IOSubSystemCommon for this device. |
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.