#include <EtherApp_m.h>
EtherApp.msg
by opp_msgc. message EtherAppResp { fields: int requestId; int numFrames; };
Public Member Functions | |
EtherAppResp (const char *name=NULL, int kind=0) | |
EtherAppResp (const EtherAppResp &other) | |
virtual | ~EtherAppResp () |
EtherAppResp & | operator= (const EtherAppResp &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | getRequestId () const |
virtual void | setRequestId (int requestId_var) |
virtual int | getNumFrames () const |
virtual void | setNumFrames (int numFrames_var) |
Protected Member Functions | |
bool | operator== (const EtherAppResp &) |
Protected Attributes | |
int | requestId_var |
int | numFrames_var |
|
|
|
|
|
|
|
00088 {return new EtherAppResp(*this);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|