Software Ver.2.0 Owner's manual

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