Methods of the igcstatus class, Igcstatus, constructor – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 123

Advertising
background image

Methods of the IGCStatus Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-101

Methods of the IGCStatus Class

The IGCStatus class contains several information properties that reflect
the current status of the connected generator. You pass a reference of
an IGCStatus class to the generator and the generator fills the class with
the appropriate data.

The properties of this class are listed in

“Properties and Programmatic

Settings” on page 4-1

. The Get() function for reading out status property

values is derived from IGCObject.

The following table lists the characteristic members of the IGCStatus
class:

IGCStatus ( void );

~IGCStatus ( void );

ostream

& Print (ostream & o) const;

#include <iggenerator.h>

IGCStatus, Constructor

IGCStatus ( void );

Constructor for the class.

None

None

None

Files

Call

Description

Return Value

Parameters

See also

Advertising