#include <EtherApp_m.h>
EtherApp.msg
by opp_msgc. message EtherAppReq { fields: long requestId; long responseBytes; };
Public Member Functions | |
EtherAppReq (const char *name=NULL, int kind=0) | |
EtherAppReq (const EtherAppReq &other) | |
virtual | ~EtherAppReq () |
EtherAppReq & | operator= (const EtherAppReq &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual long | getRequestId () const |
virtual void | setRequestId (long requestId_var) |
virtual long | getResponseBytes () const |
virtual void | setResponseBytes (long responseBytes_var) |
Protected Member Functions | |
bool | operator== (const EtherAppReq &) |
Protected Attributes | |
long | requestId_var |
long | responseBytes_var |
EtherAppReq::EtherAppReq | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
EtherAppReq::EtherAppReq | ( | const EtherAppReq & | other | ) |
virtual EtherAppReq::~EtherAppReq | ( | ) | [virtual] |
virtual cPolymorphic* EtherAppReq::dup | ( | ) | const [inline, virtual] |
virtual long EtherAppReq::getRequestId | ( | ) | const [virtual] |
virtual long EtherAppReq::getResponseBytes | ( | ) | const [virtual] |
virtual void EtherAppReq::netPack | ( | cCommBuffer * | b | ) | [virtual] |
virtual void EtherAppReq::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
EtherAppReq& EtherAppReq::operator= | ( | const EtherAppReq & | other | ) |
bool EtherAppReq::operator== | ( | const EtherAppReq & | ) | [protected] |
virtual void EtherAppReq::setRequestId | ( | long | requestId_var | ) | [virtual] |
virtual void EtherAppReq::setResponseBytes | ( | long | responseBytes_var | ) | [virtual] |
long EtherAppReq::requestId_var [protected] |
long EtherAppReq::responseBytes_var [protected] |