Getat, Fill – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 111

Advertising
background image

Methods of the IGCBuffer Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-89

GetAt

void GetAt ( ig_size pos, ig_size nBits, IGCUIntX & retVal ) const;

Gets a certain number of bits starting at position pos.

None

pos

The position in the buffer.

nBits

The number of bits to be read out.

retVal
The returned value.

None

Fill

void Fill ( ig_size size, ig_int8 fillChar );

Fills the entire buffer with the character fillChar.

None

size

Size of the buffer. It is determined by the number of fill characters.

fillChar

The character used to fill the buffer.

None

Call

Description

Return Value

Input Parameters

Output Parameters

See also

Call

Description

Return Value

Input Parameters

See also

Advertising