RINASim  October 2016
Documentation of framework for OMNeT++
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ManagementPDU_m.h
Go to the documentation of this file.
1 //
2 // Generated file, do not edit! Created by nedtool 5.0 from DIF/EFCP/ManagementPDU.msg.
3 //
4 
5 #ifndef __MANAGEMENTPDU_M_H
6 #define __MANAGEMENTPDU_M_H
7 
8 #include <omnetpp.h>
9 
10 // nedtool version check
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.
14 #endif
15 
16 
17 
18 // cplusplus {{
19 #include "PDU.h"
20 //#include "UserDataField.h"
21 
22 //typedef UserDataField* UserDataFieldPtr;
23 // }}
24 
41 class ManagementPDU : public ::PDU
42 {
43  protected:
44 
45  private:
46  void copy(const ManagementPDU& other);
47 
48  protected:
49  // protected and unimplemented operator==(), to prevent accidental usage
50  bool operator==(const ManagementPDU&);
51 
52  public:
53  ManagementPDU(const char *name=nullptr, int kind=0);
54  ManagementPDU(const ManagementPDU& other);
55  virtual ~ManagementPDU();
56  ManagementPDU& operator=(const ManagementPDU& other);
57  virtual ManagementPDU *dup() const {return new ManagementPDU(*this);}
58  virtual void parsimPack(omnetpp::cCommBuffer *b) const;
59  virtual void parsimUnpack(omnetpp::cCommBuffer *b);
60 
61  // field getter/setter methods
62 };
63 
64 inline void doParsimPacking(omnetpp::cCommBuffer *b, const ManagementPDU& obj) {obj.parsimPack(b);}
65 inline void doParsimUnpacking(omnetpp::cCommBuffer *b, ManagementPDU& obj) {obj.parsimUnpack(b);}
66 
67 
68 #endif // ifndef __MANAGEMENTPDU_M_H
69 
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)
Definition: PDU.h:42
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)
virtual ~ManagementPDU()