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