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

Page 113

Advertising
background image

Methods of the IGCVal Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-91

Methods of the IGCVal Class

The various header definitions use various data types for variables
(from boolean up to 128 bits for the global route header). For this reason
the IGCVal class has been created, which can hold all the different types
of values. This avoids the need for a separate call for each data type
when setting a property with Set(). Instead, just one call is necessary,
where the IGCVal passed with the call holds the correct data type.

#include <igval.h>

IGCVal, Constructor

IGCVal ( void );

Constructor.

None

None

None

Include Files

Call

Description

Return Value

Parameters

See also

Advertising