TTEthernet Model for INET Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TTBufferEmpty_m.h
Go to the documentation of this file.
1 //
2 // Generated file, do not edit! Created by opp_msgc 4.3 from buffer/TTBufferEmpty.msg.
3 //
4 
5 #ifndef _TTBUFFEREMPTY_M_H_
6 #define _TTBUFFEREMPTY_M_H_
7 
8 #include <omnetpp.h>
9 
10 // opp_msgc version check
11 #define MSGC_VERSION 0x0403
12 #if (MSGC_VERSION!=OMNETPP_VERSION)
13 # error Version mismatch! Probably this file was generated by an earlier version of opp_msgc: 'make clean' should help.
14 #endif
15 
16 
17 namespace TTEthernetModel {
18 
28 class TTBufferEmpty : public ::cMessage
29 {
30  protected:
31 
32  private:
33  void copy(const TTBufferEmpty& other);
34 
35  protected:
36  // protected and unimplemented operator==(), to prevent accidental usage
37  bool operator==(const TTBufferEmpty&);
38 
39  public:
40  TTBufferEmpty(const char *name=NULL, int kind=0);
41  TTBufferEmpty(const TTBufferEmpty& other);
42  virtual ~TTBufferEmpty();
43  TTBufferEmpty& operator=(const TTBufferEmpty& other);
44  virtual TTBufferEmpty *dup() const {return new TTBufferEmpty(*this);}
45  virtual void parsimPack(cCommBuffer *b);
46  virtual void parsimUnpack(cCommBuffer *b);
47 
48  // field getter/setter methods
49 };
50 
51 inline void doPacking(cCommBuffer *b, TTBufferEmpty& obj) {obj.parsimPack(b);}
52 inline void doUnpacking(cCommBuffer *b, TTBufferEmpty& obj) {obj.parsimUnpack(b);}
53 
54 }; // end namespace TTEthernetModel
55 
56 #endif // _TTBUFFEREMPTY_M_H_