Methods of the igcgeneratorinfo class, Getport – Teledyne LeCroy Automation API for IBTrainer Software Ver.2.0 User Manual

Page 79

Advertising
background image

Methods of the IGCGeneratorInfo Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-57

Methods of the IGCGeneratorInfo

Class

This class provides ‘static’ information needed from a generator. You
can use this information to connect a generator either via a USB port
or by using its serial number.

The following table lists all characteristic members of the
IGCGeneratorInfo class

:

int

GetPort ( void ) const;

const

char * GetSerial ( void ) const;

const

char * GetProductString ( void ) const;

ostream

& Print (ostream & o) const;

#include <iggeneratorinfo.h>

GetPort

int GetPort ( void ) const;

Returns the USB port number.

USB port number.

None

“Connect” on page 2-19

Include Files

Call

Description

Return Value

Parameters

See also

Advertising