MIL_ID MilSystemId, | //in |
MIL_INT FpgaDeviceNumber, | //in |
MIL_INT64 ControlType, | //in |
const void *ControlValuePtr | //in |
This function controls global settings of a specified Processing FPGA. See MfpgaCommandControl() to retrieve information about a specific command context.
Specifies the Processing FPGA on the system to control. This parameter must be set to the following value:
Specifies the Processing FPGA setting to control.
See the Parameter associations section for possible values that can be specified.
Specifies the value to assign to the Processing FPGA setting.
See the Parameter associations section for possible values that can be specified.
The table below lists possible values for the ControlType and ControlValuePtr parameters.
Unless otherwise specified, the following values require that you pass the ControlValuePtr parameter the address of a MIL_INT.
For controlling Processing FPGA
settings
|
|||||||||||||||||||||||||||||||||||||||
ControlType |
Description
|
MIL system-specific tooltip (†) |
|||||||||||||||||||||||||||||||||||||
ControlValuePtr | |||||||||||||||||||||||||||||||||||||||
M_ERROR |
Sets whether basic parameter checking occurs. (more details...) |
† | j | k | l | m | p | q | r | ||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_PRINT_ENABLE. |
† | j | k | l | m | p | q | r | ||||||||||||||||||||||||||||||
M_PRINT_DISABLE |
Disables printing of error messages. |
† | j | k | l | m | p | q | r | ||||||||||||||||||||||||||||||
M_PRINT_ENABLE |
Enables printing of error messages. |
† | j | k | l | m | p | q | r |
Header | Include mil.h; milfpga.h. |
Library | Use mil.lib; milfpga.lib. |
DLL | Requires mil.dll; milfpga.dll. |