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.
93 Data_Base(
const char *name=
nullptr,
int kind=0);
100 virtual Data_Base *
dup()
const {
throw omnetpp::cRuntimeError(
"You forgot to manually add a dup() function to class Data");}
101 virtual void parsimPack(omnetpp::cCommBuffer *b)
const;
112 #endif // ifndef __DATA_M_H
virtual void setEncapMsgLength(int64_t encapMsgLength)
Data_Base(const char *name=nullptr, int kind=0)
virtual void parsimPack(omnetpp::cCommBuffer *b) const
bool operator==(const Data_Base &)
virtual int64_t getEncapMsgLength() const
virtual void setDataType(int dataType)
virtual void parsimUnpack(omnetpp::cCommBuffer *b)
Data_Base & operator=(const Data_Base &other)
virtual int getDataType() const
virtual Data_Base * dup() const
void copy(const Data_Base &other)