INET Framework for OMNeT++/OMNEST
ISISPSNPL1Packet Class Reference

#include <ISISMessage_m.h>

Inheritance diagram for ISISPSNPL1Packet:
ISISPSNPPacket ISISMessage

List of all members.

Public Member Functions

 ISISPSNPL1Packet (const char *name=NULL, int kind=0)
 ISISPSNPL1Packet (const ISISPSNPL1Packet &other)
virtual ~ISISPSNPL1Packet ()
ISISPSNPL1Packetoperator= (const ISISPSNPL1Packet &other)
virtual ISISPSNPL1Packetdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const ISISPSNPL1Packet &)

Private Member Functions

void copy (const ISISPSNPL1Packet &other)

Detailed Description

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

 packet ISISPSNPL1Packet extends ISISPSNPPacket
 {
 	type = L1_PSNP;
 }
 

Definition at line 721 of file ISISMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

virtual ISISPSNPL1Packet::~ISISPSNPL1Packet ( ) [virtual]

Member Function Documentation

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

Reimplemented from ISISPSNPPacket.

Definition at line 737 of file ISISMessage_m.h.

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

Reimplemented from ISISPSNPPacket.

Referenced by doPacking().

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

Reimplemented from ISISPSNPPacket.

Referenced by doUnpacking().


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