INET Framework for OMNeT++/OMNEST
ISISPSNPL2Packet Class Reference

#include <ISISMessage_m.h>

Inheritance diagram for ISISPSNPL2Packet:
ISISPSNPPacket ISISMessage

List of all members.

Public Member Functions

 ISISPSNPL2Packet (const char *name=NULL, int kind=0)
 ISISPSNPL2Packet (const ISISPSNPL2Packet &other)
virtual ~ISISPSNPL2Packet ()
ISISPSNPL2Packetoperator= (const ISISPSNPL2Packet &other)
virtual ISISPSNPL2Packetdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const ISISPSNPL2Packet &)

Private Member Functions

void copy (const ISISPSNPL2Packet &other)

Detailed Description

Class generated from ansa/isis/ISISMessage.msg by opp_msgc.

 packet ISISPSNPL2Packet extends ISISPSNPPacket
 {
 	type = L2_PSNP;
 }
 

Definition at line 756 of file ISISMessage_m.h.


Constructor & Destructor Documentation

ISISPSNPL2Packet::ISISPSNPL2Packet ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().

virtual ISISPSNPL2Packet::~ISISPSNPL2Packet ( ) [virtual]

Member Function Documentation

void ISISPSNPL2Packet::copy ( const ISISPSNPL2Packet other) [private]
virtual ISISPSNPL2Packet* ISISPSNPL2Packet::dup ( ) const [inline, virtual]

Reimplemented from ISISPSNPPacket.

Definition at line 772 of file ISISMessage_m.h.

{return new ISISPSNPL2Packet(*this);}
ISISPSNPL2Packet& ISISPSNPL2Packet::operator= ( const ISISPSNPL2Packet other)
bool ISISPSNPL2Packet::operator== ( const ISISPSNPL2Packet ) [protected]
virtual void ISISPSNPL2Packet::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from ISISPSNPPacket.

Referenced by doPacking().

virtual void ISISPSNPL2Packet::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from ISISPSNPPacket.

Referenced by doUnpacking().


The documentation for this class was generated from the following file: