INET Framework for OMNeT++/OMNEST
ISISL2HelloPacket Class Reference

#include <ISISMessage_m.h>

Inheritance diagram for ISISL2HelloPacket:
ISISLANHelloPacket ISISMessage

List of all members.

Public Member Functions

 ISISL2HelloPacket (const char *name=NULL, int kind=0)
 ISISL2HelloPacket (const ISISL2HelloPacket &other)
virtual ~ISISL2HelloPacket ()
ISISL2HelloPacketoperator= (const ISISL2HelloPacket &other)
virtual ISISL2HelloPacketdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const ISISL2HelloPacket &)

Private Member Functions

void copy (const ISISL2HelloPacket &other)

Detailed Description

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

 packet ISISL2HelloPacket extends ISISLANHelloPacket
 {
 	type = LAN_L2_HELLO;							
 }
 

Definition at line 322 of file ISISMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().


Member Function Documentation

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

Reimplemented from ISISLANHelloPacket.

Definition at line 338 of file ISISMessage_m.h.

Referenced by ISIS::sendBroadcastHelloMsg().

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

Reimplemented from ISISLANHelloPacket.

Referenced by doPacking().

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

Reimplemented from ISISLANHelloPacket.

Referenced by doUnpacking().


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