5 #ifndef __DATATRANSFERPDU_M_H
6 #define __DATATRANSFERPDU_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.
81 virtual DataTransferPDU_Base *
dup()
const {
throw omnetpp::cRuntimeError(
"You forgot to manually add a dup() function to class DataTransferPDU");}
82 virtual void parsimPack(omnetpp::cCommBuffer *b)
const;
89 #endif // ifndef __DATATRANSFERPDU_M_H
DataTransferPDU_Base(const char *name=nullptr, int kind=0)
virtual DataTransferPDU_Base * dup() const
virtual void parsimPack(omnetpp::cCommBuffer *b) const
bool operator==(const DataTransferPDU_Base &)
virtual ~DataTransferPDU_Base()
DataTransferPDU_Base & operator=(const DataTransferPDU_Base &other)
virtual void parsimUnpack(omnetpp::cCommBuffer *b)
UserDataField * UserDataFieldPtr
void copy(const DataTransferPDU_Base &other)