INET Framework for OMNeT++/OMNEST
EtherAppReq Class Reference

#include <EtherApp_m.h>

List of all members.

Public Member Functions

 EtherAppReq (const char *name=NULL, int kind=0)
 EtherAppReq (const EtherAppReq &other)
virtual ~EtherAppReq ()
EtherAppReqoperator= (const EtherAppReq &other)
virtual EtherAppReqdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual long getRequestId () const
virtual void setRequestId (long requestId)
virtual long getResponseBytes () const
virtual void setResponseBytes (long responseBytes)

Protected Member Functions

bool operator== (const EtherAppReq &)

Protected Attributes

long requestId_var
long responseBytes_var

Private Member Functions

void copy (const EtherAppReq &other)

Detailed Description

Class generated from applications/ethernet/EtherApp.msg by opp_msgc.

 packet EtherAppReq
 {
     long requestId;
     long responseBytes;
 }
 

Definition at line 34 of file EtherApp_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

virtual EtherAppReq::~EtherAppReq ( ) [virtual]

Member Function Documentation

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

Definition at line 52 of file EtherApp_m.h.

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

Referenced by doPacking().

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

Referenced by doUnpacking().

virtual void EtherAppReq::setRequestId ( long  requestId) [virtual]

Referenced by EtherAppCli::sendPacket().

virtual void EtherAppReq::setResponseBytes ( long  responseBytes) [virtual]

Referenced by EtherAppCli::sendPacket().


Member Data Documentation

long EtherAppReq::requestId_var [protected]

Definition at line 37 of file EtherApp_m.h.

Definition at line 38 of file EtherApp_m.h.


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