// // Generated file, do not edit! Created by nedtool 5.2 from Frames/stream_Id_Blocked.msg. // #if defined(__clang__) # pragma clang diagnostic ignored "-Wreserved-id-macro" #endif #ifndef __STREAM_ID_BLOCKED_M_H #define __STREAM_ID_BLOCKED_M_H #include // nedtool version check #define MSGC_VERSION 0x0502 #if (MSGC_VERSION!=OMNETPP_VERSION) # error Version mismatch! Probably this file was generated by an earlier version of nedtool: 'make clean' should help. #endif /** * Class generated from Frames/stream_Id_Blocked.msg:19 by nedtool. *
 * //
 * // TODO generated message class
 * //
 * class Stream_Id_Blocked
 * {
 *     uint8_t type = 10;
 * }
 * 
*/ class Stream_Id_Blocked : public ::omnetpp::cObject { protected: uint8_t type; private: void copy(const Stream_Id_Blocked& other); protected: // protected and unimplemented operator==(), to prevent accidental usage bool operator==(const Stream_Id_Blocked&); public: Stream_Id_Blocked(); Stream_Id_Blocked(const Stream_Id_Blocked& other); virtual ~Stream_Id_Blocked(); Stream_Id_Blocked& operator=(const Stream_Id_Blocked& other); virtual Stream_Id_Blocked *dup() const override {return new Stream_Id_Blocked(*this);} virtual void parsimPack(omnetpp::cCommBuffer *b) const override; virtual void parsimUnpack(omnetpp::cCommBuffer *b) override; // field getter/setter methods virtual uint8_t getType() const; virtual void setType(uint8_t type); }; inline void doParsimPacking(omnetpp::cCommBuffer *b, const Stream_Id_Blocked& obj) {obj.parsimPack(b);} inline void doParsimUnpacking(omnetpp::cCommBuffer *b, Stream_Id_Blocked& obj) {obj.parsimUnpack(b);} #endif // ifndef __STREAM_ID_BLOCKED_M_H