Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 205

Table of Contents

Advertisement

Chapter 7
7.2.2.4
PicamDependentValidationResult
Description
PicamDependentValidationResult
of a parameter that is constrained by a second parameter.
Structure Definition
The structure definition for
Variable Definitions
The variables required by
constraining_parameter: The parameter whose value impacts the constraints of
Advanced Function APIs
PicamDependentValidationResult
typedef struct PicamDependentValidationResult
{
PicamParameter constraining_parameter;
const PicamFailedDependentParameter*
failed_dependent_parameter_array;
failed_dependent_parameter_count;
} PicamDependentValidationResult;
PicamDependentValidationResult
is_valid: Indicates the validation status for a parameter that is
constrained by a second parameter.
Valid values are:
another.
An array containing all parameters whose constraints are
failed_dependent_
parameter_array:
dependent on
failed validation.
This is null when the validation has succeeded.
failed_dependent_
The number of items in an array containing all parameters
whose constraints are dependent on
parameter_count:
constraining_parameter
This is 0 when the validation has succeeded.
provides information about the failed validation
pibln is_valid;
piint
• TRUE
Indicates the parameter validation has succeeded.
• FALSE
Indicates the parameter validation has failed.
constraining_parameter
and that have failed validation.
205
is:
are:
and that have

Advertisement

Table of Contents
loading

Table of Contents