Statusread, Transmitinit – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 68

Advertising
background image

Classes of the C++ Interface

Methods of the IGCGenerator Class

2-46

CATC IBTrainer InfiniBand Exerciser API Reference

• SKIP_2 (DWORD that is inserted looks like this IDLE IDLE COM

SKP)

• SKIP_3 (DWORD that is inserted looks like this COM SKP SKP

SKP)

StatusRead

void StatusRead ( IN IGCStatus & status ) const;

Supplies the specified IGCStatus class with the latest status information.
The status is a snapshot of the current hardware state.

None

status
Hardware status information. The input is a reference to an object of
type status that you need to create. The generator then fills the status
object with all the relevant data. For detailed information refer to

“Status Properties” on page 4-3

.

None

TransmitInit

void TransmitInit ( void );

Initializes the transmit memory programming array. The call has to be
made before filling the memory.

None

None

None

Call

Description

Return Value

Input Parameters

See also

Call

Description

Return Value

Parameters

See also

Advertising