OverSim
KBRdeliver Class Reference

Class generated from common/CommonMessages.msg by opp_msgc. More...

#include <CommonMessages_m.h>

Inheritance diagram for KBRdeliver:
CommonAPIMessage

Public Member Functions

 KBRdeliver (const char *name=NULL, int kind=0)
 KBRdeliver (const KBRdeliver &other)
virtual ~KBRdeliver ()
KBRdeliveroperator= (const KBRdeliver &other)
virtual KBRdeliverdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual OverlayKeygetDestKey ()
virtual const OverlayKeygetDestKey () const
virtual void setDestKey (const OverlayKey &destKey)
- Public Member Functions inherited from CommonAPIMessage
 CommonAPIMessage (const char *name=NULL, int kind=0)
 CommonAPIMessage (const CommonAPIMessage &other)
virtual ~CommonAPIMessage ()
CommonAPIMessageoperator= (const CommonAPIMessage &other)
virtual int getType () const
virtual void setType (int type)

Protected Member Functions

bool operator== (const KBRdeliver &)
- Protected Member Functions inherited from CommonAPIMessage
bool operator== (const CommonAPIMessage &)

Protected Attributes

OverlayKey destKey_var
- Protected Attributes inherited from CommonAPIMessage
int type_var

Private Member Functions

void copy (const KBRdeliver &other)

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

packet KBRdeliver extends CommonAPIMessage
{
    OverlayKey destKey; 
}

Definition at line 1242 of file CommonMessages_m.h.

Constructor & Destructor Documentation

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

Referenced by dup().

KBRdeliver::KBRdeliver ( const KBRdeliver other)
virtual KBRdeliver::~KBRdeliver ( )
virtual

Member Function Documentation

void KBRdeliver::copy ( const KBRdeliver other)
private
virtual KBRdeliver* KBRdeliver::dup ( ) const
inlinevirtual

Reimplemented from CommonAPIMessage.

Definition at line 1259 of file CommonMessages_m.h.

{return new KBRdeliver(*this);}
virtual OverlayKey& KBRdeliver::getDestKey ( )
virtual
virtual const OverlayKey& KBRdeliver::getDestKey ( ) const
inlinevirtual

Definition at line 1265 of file CommonMessages_m.h.

Referenced by getDestKey().

{return const_cast<KBRdeliver*>(this)->getDestKey();}
KBRdeliver& KBRdeliver::operator= ( const KBRdeliver other)
bool KBRdeliver::operator== ( const KBRdeliver )
protected
virtual void KBRdeliver::parsimPack ( cCommBuffer *  b)
virtual

Reimplemented from CommonAPIMessage.

Referenced by doPacking().

virtual void KBRdeliver::parsimUnpack ( cCommBuffer *  b)
virtual

Reimplemented from CommonAPIMessage.

Referenced by doUnpacking().

virtual void KBRdeliver::setDestKey ( const OverlayKey destKey)
virtual

Member Data Documentation

OverlayKey KBRdeliver::destKey_var
protected

Definition at line 1245 of file CommonMessages_m.h.


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