INET Framework for OMNeT++/OMNEST
ISISL1HelloPacket Class Reference

#include <ISISMessage_m.h>

Inheritance diagram for ISISL1HelloPacket:
ISISLANHelloPacket ISISMessage

List of all members.

Public Member Functions

 ISISL1HelloPacket (const char *name=NULL, int kind=0)
 ISISL1HelloPacket (const ISISL1HelloPacket &other)
virtual ~ISISL1HelloPacket ()
ISISL1HelloPacketoperator= (const ISISL1HelloPacket &other)
virtual ISISL1HelloPacketdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const ISISL1HelloPacket &)

Private Member Functions

void copy (const ISISL1HelloPacket &other)

Detailed Description

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

 packet ISISL1HelloPacket extends ISISLANHelloPacket
 {
 	type = LAN_L1_HELLO;
 }
 

Definition at line 287 of file ISISMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().


Member Function Documentation

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

Reimplemented from ISISLANHelloPacket.

Definition at line 303 of file ISISMessage_m.h.

Referenced by ISIS::sendBroadcastHelloMsg().

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

Reimplemented from ISISLANHelloPacket.

Referenced by doPacking().

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

Reimplemented from ISISLANHelloPacket.

Referenced by doUnpacking().


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