|
INET Framework for OMNeT++/OMNEST
|
#include <EtherApp_m.h>
Public Member Functions | |
| EtherAppReq (const char *name=NULL, int kind=0) | |
| EtherAppReq (const EtherAppReq &other) | |
| virtual | ~EtherAppReq () |
| EtherAppReq & | operator= (const EtherAppReq &other) |
| virtual EtherAppReq * | dup () 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) |
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.
| EtherAppReq::EtherAppReq | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| EtherAppReq::EtherAppReq | ( | const EtherAppReq & | other | ) |
| virtual EtherAppReq::~EtherAppReq | ( | ) | [virtual] |
| 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] |
Referenced by EtherAppSrv::handleMessage().
| virtual long EtherAppReq::getResponseBytes | ( | ) | const [virtual] |
Referenced by EtherAppSrv::handleMessage().
| 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().
long EtherAppReq::requestId_var [protected] |
Definition at line 37 of file EtherApp_m.h.
long EtherAppReq::responseBytes_var [protected] |
Definition at line 38 of file EtherApp_m.h.