Go to the documentation of this file. 14 #ifndef __SERVICES_H__ 15 #define __SERVICES_H__ 17 #define MESSAGE_REQUEST 0x00000010 18 #define MESSAGE_DELIVERY 0x00000020 19 #define TASK_ALLOCATION 0x00000040 20 #define TASK_ALLOCATED 0x00000050 21 #define TASK_REQUEST 0x00000060 22 #define TASK_TERMINATED 0x00000070 23 #define LOAN_PROCESSOR_RELEASE 0x00000090 24 #define DEBUG_MESSAGE 0x00000100 25 #define NEW_TASK 0x00000130 26 #define APP_TERMINATED 0x00000140 27 #define NEW_APP 0x00000150 28 #define INITIALIZE_CLUSTER 0x00000160 29 #define INITIALIZE_SLAVE 0x00000170 30 #define TASK_TERMINATED_OTHER_CLUSTER 0x00000180 31 #define LOAN_PROCESSOR_REQUEST 0x00000190 32 #define LOAN_PROCESSOR_DELIVERY 0x00000200 33 #define TASK_MIGRATION 0x00000210 34 #define MIGRATION_CODE 0x00000220 35 #define MIGRATION_TCB 0x00000221 36 #define MIGRATION_TASK_LOCATION 0x00000222 37 #define MIGRATION_MSG_REQUEST 0x00000223 38 #define MIGRATION_STACK 0x00000224 39 #define MIGRATION_DATA_BSS 0x00000225 40 #define UPDATE_TASK_LOCATION 0x00000230 41 #define TASK_MIGRATED 0x00000235 42 #define APP_ALLOCATION_REQUEST 0x00000240 43 #define TASK_RELEASE 0x00000250 44 #define SLACK_TIME_REPORT 0x00000260 45 #define DEADLINE_MISS_REPORT 0x00000270 46 #define REAL_TIME_CHANGE 0x00000280