5 #ifndef __MANAGEMENTPDU_M_H
6 #define __MANAGEMENTPDU_M_H
11 #define MSGC_VERSION 0x0500
12 #if (MSGC_VERSION!=OMNETPP_VERSION)
13 # error Version mismatch! Probably this file was generated by an earlier version of nedtool: 'make clean' should help.
58 virtual void parsimPack(omnetpp::cCommBuffer *b)
const;
68 #endif // ifndef __MANAGEMENTPDU_M_H
bool operator==(const ManagementPDU &)
virtual ManagementPDU * dup() const
ManagementPDU(const char *name=nullptr, int kind=0)
virtual void parsimPack(omnetpp::cCommBuffer *b) const
virtual void parsimUnpack(omnetpp::cCommBuffer *b)
void doParsimUnpacking(omnetpp::cCommBuffer *b, ManagementPDU &obj)
void doParsimPacking(omnetpp::cCommBuffer *b, const ManagementPDU &obj)
ManagementPDU & operator=(const ManagementPDU &other)
void copy(const ManagementPDU &other)