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

Page 62

Advertising
background image

Classes of the C++ Interface

Methods of the IGCGenerator Class

2-40

CATC IBTrainer InfiniBand Exerciser API Reference

RegisterCallBack

void RegisterCallBack (IN CBTypes cbType, IN IGCCallBack & pCB,

IN ig_bool atEnd = true);

Registers a call back.

None

c

cbType

Call back Type corresponding to:

- CB_STATUS

- CB_PROGRESS

- CB_PACKETSEND

pCB

Call back. This Call back class that must be derived from the class
‘IGCCallBack’

atEnd

Position in callback queue:
• true : the call back will be positioned at the end of the call back queue
• false: the call back will be positioned at the beginning to the call back

queue

UnregisterCallBack

,

Call Back

Classes

Call

Description

Return Value

Input Parameters

See also

Advertising