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

Page 94

Advertising
background image

Classes of the C++ Interface

Methods of the IGCRawIPPacket Class

2-72

CATC IBTrainer InfiniBand Exerciser API Reference

Methods of the IGCRawIPPacket

Class

This class holds raw IPv6 packets that pass through the InfiniBand
network.

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 9 IGCRawIPPacket Class

IGCMADPacket

IGCRawIPPacket

IGCRawPacket

IGCIBAPacket

IGCPacket

The following table lists the characteristic members of the
IGCRawIPPacket

class:

IGCRawIPPacket ();

virtual

~IGCRawIPPacket ( void );

Characteristic Members

Advertising