Impact Acquire SDK C++
|
Category that contains the Logic Block control features. More...
#include <mvIMPACT_acquire_GenICam.h>
Public Member Functions | |
LogicBlockControl (mvIMPACT::acquire::Device *pDev, const std::string &settingName="Base") | |
Constructs a new mvIMPACT::acquire::GenICam::LogicBlockControl object. | |
Public Attributes | |
PropertyI64 | logicBlockFunction |
An enumerated integer property. Selects the combinational logic Function of the Logic Block to configure. | |
PropertyIBoolean | logicBlockInputInverter |
A boolean property. Selects if the selected Logic Block Input source signal is inverted. | |
PropertyI64 | logicBlockInputNumber |
An integer property. Specifies the number of active signal inputs of the Logic Block. | |
PropertyI64 | logicBlockInputSelector |
An integer property. Selects the Logic Block's input to configure. | |
PropertyI64 | logicBlockInputSource |
An enumerated integer property. Selects the source signal for the input into the Logic Block. | |
PropertyI64 | logicBlockLUTIndex |
An integer property. Controls the index of the truth table to access in the selected LUT. | |
PropertyI64 | logicBlockLUTSelector |
An enumerated integer property. Selects which of the two LUTs to configure when the selected Logic Block is a Latched dual LUTs (i.e: LogicalBlockFunction = LatchedLUT). | |
PropertyIBoolean | logicBlockLUTValue |
A boolean property. Read or Write the Value associated with the entry at index LogicBlockLUTIndex of the selected LUT. | |
PropertyI64 | logicBlockLUTValueAll |
An integer property. Sets the values of all the output bits of the selected LUT in one access ignoring LogicBlockLUTIndex. | |
PropertyI64 | logicBlockSelector |
An enumerated integer property. Specifies the Logic Block to configure. | |
Category that contains the Logic Block control features.
A category that contains the Logic Block control features.
|
inlineexplicit |
Constructs a new mvIMPACT::acquire::GenICam::LogicBlockControl 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 logicBlockFunction |
An enumerated integer property. Selects the combinational logic Function of the Logic Block to configure.
Selects the combinational logic Function of the Logic Block to configure.
The following string values might be valid for this feature:
PropertyIBoolean logicBlockInputInverter |
A boolean property. Selects if the selected Logic Block Input source signal is inverted.
Selects if the selected Logic Block Input source signal is inverted. This feature is not available when the LogicBlockInputSource is set to True or False.
PropertyI64 logicBlockInputNumber |
An integer property. Specifies the number of active signal inputs of the Logic Block.
Specifies the number of active signal inputs of the Logic Block.
PropertyI64 logicBlockInputSelector |
An integer property. Selects the Logic Block's input to configure.
Selects the Logic Block's input to configure.
PropertyI64 logicBlockInputSource |
An enumerated integer property. Selects the source signal for the input into the Logic Block.
Selects the source signal for the input into the Logic Block. True or False indicates the input is forced constant.
The following string values might be valid for this feature:
PropertyI64 logicBlockLUTIndex |
An integer property. Controls the index of the truth table to access in the selected LUT.
Controls the index of the truth table to access in the selected LUT.
PropertyI64 logicBlockLUTSelector |
An enumerated integer property. Selects which of the two LUTs to configure when the selected Logic Block is a Latched dual LUTs (i.e: LogicalBlockFunction = LatchedLUT).
Selects which of the two LUTs to configure when the selected Logic Block is a Latched dual LUTs (i.e: LogicalBlockFunction = LatchedLUT).
The following string values might be valid for this feature:
PropertyIBoolean logicBlockLUTValue |
A boolean property. Read or Write the Value associated with the entry at index LogicBlockLUTIndex of the selected LUT.
Read or Write the Value associated with the entry at index LogicBlockLUTIndex of the selected LUT.
PropertyI64 logicBlockLUTValueAll |
An integer property. Sets the values of all the output bits of the selected LUT in one access ignoring LogicBlockLUTIndex.
Sets the values of all the output bits of the selected LUT in one access ignoring LogicBlockLUTIndex. LogicBlockLUTValueAll value can be any binary number and each bit correspond to the output value for the corresponding index (i.e. Bit 0 = LUT Index 0 output binary value).
PropertyI64 logicBlockSelector |
An enumerated integer property. Specifies the Logic Block to configure.
Specifies the Logic Block to configure.
The following string values might be valid for this feature: