Igccallbacktcl – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 135

Advertising
background image

Methods of the IGCCallBackTcl Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-113

IGCCallBackTcl

IGCCallBackTcl (ig_charcptr script );

Constructor for the class.

None

script

The script is passed to the class as character pointer. It must be the
name of a TCL procedure. This must be of the form:

proc myScript {pCallBack changeMask pObject pGenerator} { <body> }

pCallBack

is a pointer to the callback object, so you can call

Set/QueryNotifyMask

from within your script.

None

Call

Description

Return Value

Input Parameters

See also

Advertising