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

Table of Contents

Advertisement

268
7.4.11.8
PicamAdvanced_RegisterForDependentModulationsConstraintChanged()
Description
PicamAdvanced_RegisterForDependentModulationsConstraintChanged()
registers a function to call when any dependent Modulation constraint has been
changed due to the setting of a DIFFERENT parameter's value.
Registered callbacks are called synchronously from within the thread in which
associated parameter values are being set (i.e., called prior to returning from the set
operation.)
Call
PicamAdvanced_UnregisterForDependentModulationsConstraintChanged()
to unregister each callback once it is not longer required.
Syntax
The syntax for
PicamAdvanced_RegisterForDependentModulationsConstraintChanged()
Input Parameters
Input parameters for
PicamAdvanced_RegisterForDependentModulationsConstraintChanged()
are:
Output Parameters
There are no output parameters associated with
PicamAdvanced_RegisterForDependentModulationsConstraintChanged().
Related APIs
For additional information, refer to the following related APIs:
PICam™ 5.x Programmer's Manual
NOTE:
Multiple functions may be registered. When this is the case,
the functions are called in the order in which they have
been registered.
PICAM_API PicamAdvanced_RegisterForDependentModulations
ConstraintChanged(
PicamDependentModulationsConstraintChangedCallback changed);
camera: Handle for the camera for which the callback is being registered.
parameter: The parameter for which the callback is being registered.
changed: The name assigned to the callback function being registered.
PicamAdvanced_UnregisterForDependentModulationsConstraintChanged().
PicamHandle camera,
PicamParameter parameter,
Issue 11
is:

Advertisement

Table of Contents
loading

Table of Contents