#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 |
EtherAppResp::EtherAppResp | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
EtherAppResp::EtherAppResp | ( | const EtherAppResp & | other | ) |
virtual EtherAppResp::~EtherAppResp | ( | ) | [virtual] |
virtual cPolymorphic* EtherAppResp::dup | ( | ) | const [inline, virtual] |
virtual int EtherAppResp::getNumFrames | ( | ) | const [virtual] |
virtual int EtherAppResp::getRequestId | ( | ) | const [virtual] |
virtual void EtherAppResp::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void EtherAppResp::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
EtherAppResp& EtherAppResp::operator= | ( | const EtherAppResp & | other | ) |
bool EtherAppResp::operator== | ( | const EtherAppResp & | ) | [protected] |
virtual void EtherAppResp::setNumFrames | ( | int | numFrames_var | ) | [virtual] |
virtual void EtherAppResp::setRequestId | ( | int | requestId_var | ) | [virtual] |
int EtherAppResp::numFrames_var [protected] |
int EtherAppResp::requestId_var [protected] |