Software Ver.2.0 Owner's manual
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