common/Nps.msg by opp_msgc.
More...
#include <Nps_m.h>

Public Member Functions | |
| CoordsReqCall (const char *name=NULL, int kind=0) | |
| CoordsReqCall (const CoordsReqCall &other) | |
| virtual | ~CoordsReqCall () |
| CoordsReqCall & | operator= (const CoordsReqCall &other) |
| virtual CoordsReqCall * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
| bool | operator== (const CoordsReqCall &) |
common/Nps.msg by opp_msgc.
packet CoordsReqCall extends BaseCallMessage { }
Definition at line 37 of file Nps_m.h.
| CoordsReqCall::CoordsReqCall | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| CoordsReqCall::CoordsReqCall | ( | const CoordsReqCall & | other | ) |
| virtual CoordsReqCall::~CoordsReqCall | ( | ) | [virtual] |
| virtual CoordsReqCall* CoordsReqCall::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseCallMessage.
Definition at line 49 of file Nps_m.h.
00049 {return new CoordsReqCall(*this);}
| CoordsReqCall& CoordsReqCall::operator= | ( | const CoordsReqCall & | other | ) |
| bool CoordsReqCall::operator== | ( | const CoordsReqCall & | ) | [protected] |
| virtual void CoordsReqCall::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void CoordsReqCall::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
1.5.8