Go to the documentation of this file.
5 #ifndef _PROXIMITYLOOKUPMESSAGES_M_H_
6 #define _PROXIMITYLOOKUPMESSAGES_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.
19 #define PROXFINDNODECALL_L(msg) (FINDNODECALL_L(msg))
20 #define PROXFINDNODERESPONSE_L(msg) (FINDNODERESPONSE_L(msg) + \
21 (msg->getNextHopNcsInfosArraySize() ? \
22 msg->getNextHopNcsInfosArraySize() * 32 : \
129 #endif // _PROXIMITYLOOKUPMESSAGES_M_H_