Impact Acquire SDK C++
|
Category for Test Control features. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
TestControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::TestControl object. | |
Public Attributes | |
Method | testEventGenerate |
A method object. Generates a Test Event. | |
PropertyI64 | testPayloadFormatMode |
An enumerated integer property. This feature allows setting a device in test mode and to output a specific payload format for validation of data streaming. | |
PropertyI64 | testPendingAck |
An integer property. Tests the device's pending acknowledge feature. | |
Category for Test Control features.
A category for Test Control features.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::TestControl 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 |
Method testEventGenerate |
A method object. Generates a Test Event.
Generates a Test Event.
PropertyI64 testPayloadFormatMode |
An enumerated integer property. This feature allows setting a device in test mode and to output a specific payload format for validation of data streaming.
This feature allows setting a device in test mode and to output a specific payload format for validation of data streaming. This feature is intended solely for test purposes. The data can be real acquired data or any test pattern.
The following string values might be valid for this feature:
PropertyI64 testPendingAck |
An integer property. Tests the device's pending acknowledge feature.
Tests the device's pending acknowledge feature. When this feature is written, the device waits a time period corresponding to the value of TestPendingAck before acknowledging the write.