// // Generated file, do not edit! Created by nedtool 5.2 from Frames/stop_Sending.msg. // #if defined(__clang__) # pragma clang diagnostic ignored "-Wreserved-id-macro" #endif #ifndef __STOP_SENDING_M_H #define __STOP_SENDING_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/stop_Sending.msg:19 by nedtool. *
 * //
 * // TODO generated message class
 * //
 * class Stop_Sending
 * {
 *     uint8_t type = 12;
 *     uint32_t stream_Id;
 *     uint16_t application_Error_Code;
 * }
 * 
*/ class Stop_Sending : public ::omnetpp::cObject { protected: uint8_t type; uint32_t stream_Id; uint16_t application_Error_Code; private: void copy(const Stop_Sending& other); protected: // protected and unimplemented operator==(), to prevent accidental usage bool operator==(const Stop_Sending&); public: Stop_Sending(); Stop_Sending(const Stop_Sending& other); virtual ~Stop_Sending(); Stop_Sending& operator=(const Stop_Sending& other); virtual Stop_Sending *dup() const override {return new Stop_Sending(*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); virtual uint32_t getStream_Id() const; virtual void setStream_Id(uint32_t stream_Id); virtual uint16_t getApplication_Error_Code() const; virtual void setApplication_Error_Code(uint16_t application_Error_Code); }; inline void doParsimPacking(omnetpp::cCommBuffer *b, const Stop_Sending& obj) {obj.parsimPack(b);} inline void doParsimUnpacking(omnetpp::cCommBuffer *b, Stop_Sending& obj) {obj.parsimUnpack(b);} #endif // ifndef __STOP_SENDING_M_H