Impact Acquire SDK C++
|
Category that contains the Action control features. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
ActionControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::ActionControl object. | |
Public Attributes | |
PropertyI64 | actionDeviceKey |
An integer property. Provides the device key that allows the device to check the validity of action commands. | |
PropertyI64 | actionGroupKey |
An integer property. Provides the key that the device will use to validate the action on reception of the action protocol message. | |
PropertyI64 | actionGroupMask |
An integer property. Provides the mask that the device will use to validate the action on reception of the action protocol message. | |
PropertyI64 | actionQueueSize |
An integer property. Indicates the size of the scheduled action commands queue. | |
PropertyI64 | actionSelector |
An integer property. Selects to which Action Signal further Action settings apply. | |
PropertyI64 | actionUnconditionalMode |
An enumerated integer property. Enables the unconditional action command mode where action commands are processed even when the primary control channel is closed. | |
Category that contains the Action control features.
A category that contains the Action control features.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::ActionControl object.
[in] | pDev | A pointer to a mvIMPACT::acquire::Device object obtained from a mvIMPACT::acquire::DeviceManager object. |
[in] | settingName | 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 |
PropertyI64 actionDeviceKey |
An integer property. Provides the device key that allows the device to check the validity of action commands.
Provides the device key that allows the device to check the validity of action commands. The device internal assertion of an action signal is only authorized if the ActionDeviceKey and the action device key value in the protocol message are equal.
PropertyI64 actionGroupKey |
An integer property. Provides the key that the device will use to validate the action on reception of the action protocol message.
Provides the key that the device will use to validate the action on reception of the action protocol message.
PropertyI64 actionGroupMask |
An integer property. Provides the mask that the device will use to validate the action on reception of the action protocol message.
Provides the mask that the device will use to validate the action on reception of the action protocol message.
PropertyI64 actionQueueSize |
An integer property. Indicates the size of the scheduled action commands queue.
Indicates the size of the scheduled action commands queue. This number represents the maximum number of scheduled action commands that can be pending at a given point in time.
PropertyI64 actionSelector |
An integer property. Selects to which Action Signal further Action settings apply.
Selects to which Action Signal further Action settings apply.
PropertyI64 actionUnconditionalMode |
An enumerated integer property. Enables the unconditional action command mode where action commands are processed even when the primary control channel is closed.
Enables the unconditional action command mode where action commands are processed even when the primary control channel is closed.
The following string values might be valid for this feature: