|
ApertureOS
|
#include "types.h"

Go to the source code of this file.
Data Structures | |
| struct | Message |
Macros | |
| #define | MESSAGE_LEN 128 |
Typedefs | |
| typedef uint8_t(* | MsgCallback) (Message *) |
Enumerations | |
| enum | MESSAGE_ID { MI_NONE = 0, MI_INITIALIZATION_FAILURE = 1, MI_UNSUPPORTED_FEATURE = 2, MI_OUT_OF_MEMORY = 3 } |
| enum | MESSAGE_TYPE { MT_NOTIFICATION = 0, MT_WARNING = 1, MT_ERROR = 2 } |
| enum | MESSAGE_PRIORITY { MP_NORMAL = 0, MP_CRITICAL = 1 } |
| #define MESSAGE_LEN 128 |
| typedef uint8_t(* MsgCallback) (Message *) |
| enum MESSAGE_ID |
| enum MESSAGE_PRIORITY |
| enum MESSAGE_TYPE |
1.8.9.1