ExtAPIMessages_m.h File Reference
#include <omnetpp.h>
#include <CommonMessages_m.h>
Go to the source code of this file.
|
Classes |
| class | GIASearchAppMessage |
| | Class generated from common/ExtAPIMessages.msg by opp_msgc. More...
|
| class | GIAput |
| | Class generated from common/ExtAPIMessages.msg by opp_msgc. More...
|
| class | GIAremove |
| | Class generated from common/ExtAPIMessages.msg by opp_msgc. More...
|
| class | GIAsearch |
| | Class generated from common/ExtAPIMessages.msg by opp_msgc. More...
|
| class | GIAanswer |
| | Class generated from common/ExtAPIMessages.msg by opp_msgc. More...
|
Defines |
| #define | MSGC_VERSION 0x0400 |
| #define | GIASEARCHAPP_L(msg) (GIAAPPCOMMAND_L) |
| #define | GIAPUT_L(msg) (GIASEARCHAPP_L(msg) + msg->getKeysArraySize() * KEY_L) |
| #define | GIAGET_L(msg) (GIASEARCHAPP_L(msg) + KEY_L + MAXRESPONSES_L) |
| #define | GIAGETRSP_L(msg) (GIASEARCHAPP_L(msg) + KEY_L + NODEHANDLE_L) |
Enumerations |
| enum | GIAAppCommand { GIA_PUT = 0,
GIA_SEARCH = 1,
GIA_ANSWER = 2
} |
| | Enum generated from common/ExtAPIMessages.msg by opp_msgc. More...
|
Functions |
| void | doPacking (cCommBuffer *b, GIASearchAppMessage &obj) |
| void | doUnpacking (cCommBuffer *b, GIASearchAppMessage &obj) |
| void | doPacking (cCommBuffer *b, GIAput &obj) |
| void | doUnpacking (cCommBuffer *b, GIAput &obj) |
| void | doPacking (cCommBuffer *b, GIAremove &obj) |
| void | doUnpacking (cCommBuffer *b, GIAremove &obj) |
| void | doPacking (cCommBuffer *b, GIAsearch &obj) |
| void | doUnpacking (cCommBuffer *b, GIAsearch &obj) |
| void | doPacking (cCommBuffer *b, GIAanswer &obj) |
| void | doUnpacking (cCommBuffer *b, GIAanswer &obj) |
Variables |
| static const int | GIAAPPCOMMAND_L = 8 |
Define Documentation
| #define GIAGET_L |
( |
msg |
|
) |
(GIASEARCHAPP_L(msg) + KEY_L + MAXRESPONSES_L) |
| #define GIAGETRSP_L |
( |
msg |
|
) |
(GIASEARCHAPP_L(msg) + KEY_L + NODEHANDLE_L) |
| #define GIAPUT_L |
( |
msg |
|
) |
(GIASEARCHAPP_L(msg) + msg->getKeysArraySize() * KEY_L) |
| #define MSGC_VERSION 0x0400 |
Enumeration Type Documentation
Enum generated from common/ExtAPIMessages.msg by opp_msgc.
enum GIAAppCommand
{
GIA_PUT = 0;
GIA_SEARCH = 1;
GIA_ANSWER = 2;
}
- Enumerator:
-
| GIA_PUT |
|
| GIA_SEARCH |
|
| GIA_ANSWER |
|
Definition at line 41 of file ExtAPIMessages_m.h.
Function Documentation
| void doPacking |
( |
cCommBuffer * |
b, |
|
|
GIAanswer & |
obj | |
|
) |
| | [inline] |
| void doPacking |
( |
cCommBuffer * |
b, |
|
|
GIAsearch & |
obj | |
|
) |
| | [inline] |
| void doPacking |
( |
cCommBuffer * |
b, |
|
|
GIAremove & |
obj | |
|
) |
| | [inline] |
| void doPacking |
( |
cCommBuffer * |
b, |
|
|
GIAput & |
obj | |
|
) |
| | [inline] |
| void doUnpacking |
( |
cCommBuffer * |
b, |
|
|
GIAanswer & |
obj | |
|
) |
| | [inline] |
| void doUnpacking |
( |
cCommBuffer * |
b, |
|
|
GIAsearch & |
obj | |
|
) |
| | [inline] |
| void doUnpacking |
( |
cCommBuffer * |
b, |
|
|
GIAremove & |
obj | |
|
) |
| | [inline] |
| void doUnpacking |
( |
cCommBuffer * |
b, |
|
|
GIAput & |
obj | |
|
) |
| | [inline] |
Variable Documentation