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

Page 75

Advertising
background image

Methods of the IGCGeneratorList Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-53

Methods of the IGCGeneratorList

Class

This class creates a list of all connected generators. When the class is
created it scans the entire USB bus for all connected IB

Trainer

InfiniBand generators.

The following table lists all characteristic members of the
IGCGeneratorList

class:

IGCGeneratorList ( void );

~IGCGeneratorList ( void );

int

Count ( void ) const;

const

IGCGeneratorInfo & Get ( IN int index ) const;

const

IGCGeneratorInfo & operator[] ( IN int index ) const;

void

Rescan ( void );

#include <iggeneratorlist.h>

IGCGeneratorList, Constructor

IGCGeneratorList ( void );

Constructor. It scans the USB bus for all connected devices.

None

None

Include Files

Call

Description

Return Value

Parameters

Advertising