Go to the documentation of this file.
5 #ifndef _I3MESSAGE_M_H_
6 #define _I3MESSAGE_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.
25 #define INSERT_TRIGGER_L(msg) (I3TYPE_L + I3BOOL_L + msg->getTrigger().length() + msg->getSource().length())
26 #define QUERY_REPLY_L(msg) (I3TYPE_L + msg->getSource().length() + msg->getIdentifier().length() + I3TIME_L)
27 #define REMOVE_TRIGGER_L(msg) (I3TYPE_L + msg->getTrigger().length())
28 #define SEND_PACKET_L(msg) (I3TYPE_L + msg->getIdentifierStack().length() + msg->getMatchedTrigger().length())
75 I3Message(
const char *name=NULL,
int kind=0);
376 #endif // _I3MESSAGE_M_H_