Peekdata, Push – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 108

Advertising
background image

Classes of the C++ Interface

Methods of the IGCBuffer Class

2-86

CATC IBTrainer InfiniBand Exerciser API Reference

PeekData

void PeekData (ig_size size, ig_int8ptr pRetData) const;

Peeks data from the buffer without modifying its contents.

None

size

The number of bytes.

pRetData

The result.

None

Push

void Push ( ig_size nBits, const IGCUIntX & inVal );

Appends bits at the end of the buffer.

None

nBits

The number of bits to be appended.

inVal

The value to which the appended bits should be set.

None

Call

Description

Return Value

Input Parameters

See also

Call

Description

Return Value

Input Parameters

See also

Advertising