Go to the documentation of this file.
5 #ifndef _EXTAPIMESSAGES_M_H_
6 #define _EXTAPIMESSAGES_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.
20 #define GIASEARCHAPP_L(msg) (GIAAPPCOMMAND_L)
21 #define GIAPUT_L(msg) (GIASEARCHAPP_L(msg) + msg->getKeysArraySize() * KEY_L)
22 #define GIAGET_L(msg) (GIASEARCHAPP_L(msg) + KEY_L + MAXRESPONSES_L)
23 #define GIAGETRSP_L(msg) (GIASEARCHAPP_L(msg) + KEY_L + NODEHANDLE_L)
107 GIAput(
const char *name=NULL,
int kind=0);
146 GIAremove(
const char *name=NULL,
int kind=0);
184 GIAsearch(
const char *name=NULL,
int kind=0);
227 GIAanswer(
const char *name=NULL,
int kind=0);
248 #endif // _EXTAPIMESSAGES_M_H_