grapes / include / grapes_msg_types.h @ c5922d21
History | View | Annotate | Download (488 Bytes)
1 | 5941d7a1 | Csaba Kiraly | #ifndef GRAPES_MSG_TYPES_H
|
---|---|---|---|
2 | #define GRAPES_MSG_TYPES_H
|
||
3 | 026a7e5d | Luca Abeni | |
4 | 8f3dbee6 | MarcoBiazzini | |
5 | /**
|
||
6 | * @file msg_types.h
|
||
7 | * @brief Basic message type mappings.
|
||
8 | *
|
||
9 | 7fcd5e5c | MarcoBiazzini | * Here the definitions of the various SOM message types are collected.
|
10 | c9fe55e9 | Csaba Kiraly | * WARNING: when the ML is used, message types are shared among all users
|
11 | * of the ML. Make sure there are no overlaps!
|
||
12 | 8f3dbee6 | MarcoBiazzini | *
|
13 | */
|
||
14 | 026a7e5d | Luca Abeni | #define MSG_TYPE_TOPOLOGY 0x10 |
15 | #define MSG_TYPE_CHUNK 0x11 |
||
16 | #define MSG_TYPE_SIGNALLING 0x12 |
||
17 | df98cd3a | Luca Abeni | #define MSG_TYPE_TMAN 0x13 |
18 | 026a7e5d | Luca Abeni | |
19 | 5941d7a1 | Csaba Kiraly | #endif /* GRAPES_MSG_TYPES_H */ |