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

Page 91

Advertising
background image

Methods of the IGCRawPacket Class

Classes of the C++ Interface

CATC IBTrainer InfiniBand Exerciser API Reference

2-69

Methods of the IGCRawPacket

Class

The class IGCRawPacket holds an InfiniBand raw packet. Only the local
routing header is present in this type of packet.

Note that the use of DeletePacket() is the recommended method of
calling a destructor even though this class has its own destructor.
DeletePacket()

is defined in the base class IGCPacket (see

“DeletePacket”

on page 2-63

).

Figure 8 IGCRawPacket Class

IGCMADPacket

IGCRawIPPacket

IGCRawPacket

IGCIBAPacket

IGCPacket

The following table lists the characteristic members of the IGCRawPacket
class:

IGCRawPacket ( void );

virtual

~

IGCRawPacket ( void );

Characteristic Members

Advertising