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

Table of Contents

Advertisement

210
7.3.3.3
PicamPulseValueChangedCallback()
Description
PicamPulseValueChangedCallback()
called when a parameter's gate pulse value has been changed.
Syntax
The syntax for
Input Parameters
Input parameters for
PicamModulationsValueChangedCallback()
7.3.3.4
Description
PicamModulationsValueChangedCallback()
function called when a parameter's intensifier modulation sequence value has been
changed.
Syntax
The syntax for
Input Parameters
Input parameters for
PICam™ 5.x Programmer's Manual
PicamPulseValueChangedCallback()
typedef PicamError (PIL_CALL* PicamPulseValueChangedCallback)
(
PicamHandle camera,
PicamParameter parameter,
const PicamPulse* value);
PicamPulseValueChangedCallback()
camera: Handle for the camera for which a parameter's gate pulse value has
been changed.
parameter: The parameter which has had its gate pulse value changed.
value: Pointer the array in which the new gate pulse value is stored.
PicamModulationsValueChangedCallback()
typedef PicamError (PIL_CALL* PicamModulationsValueChangedCallback)
(
PicamHandle camera,
PicamParameter parameter,
const PicamModulations* value);
PicamModulationsValueChangedCallback()
camera: Handle for the camera for which a parameter's intensifier
modulation sequence value has been changed.
parameter: The parameter which has had its intensifier modulation sequence
value changed.
value: Pointer the array in which the new intensifier modulation sequence
value is stored.
is the change notification callback function
is:
are:
is the change notification callback
is:
Issue 11
are:

Advertisement

Table of Contents
loading

Table of Contents