Go to the documentation of this file.
5 #ifndef _SCRIBEMESSAGE_M_H_
6 #define _SCRIBEMESSAGE_M_H_
11 #define MSGC_VERSION 0x0402
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.
28 #define SCRIBE_JOINCALL_L(msg) (BASECALL_L(msg))
29 #define SCRIBE_JOINRESPONSE_L(msg) (BASECALL_L(msg))
30 #define SCRIBE_PUBLISHCALL_L(msg) (BASECALL_L(msg))
31 #define SCRIBE_PUBLISHRESPONSE_L(msg) (BASECALL_L(msg) + SCRIBE_WRONGROOT_L)
33 #define SCRIBE_SUBSCRIPTIONREFRESH_L(msg) (NODEHANDLE_L + KEY_L)
34 #define SCRIBE_LEAVE_L(msg) (NODEHANDLE_L + KEY_L)
35 #define SCRIBE_DATA_L(msg) (KEY_L + SCRIBE_EMPTYFLAG_L)
404 #endif // _SCRIBEMESSAGE_M_H_