00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef _entry_h_DEFINED
00019 #define _entry_h_DEFINED
00020
00021 #include <Types.h>
00022 #include "def.h"
00023
00024 const int numOfHook = 4;
00025
00026 const Selector Entry_Hook [numOfHook] = { 0, 1, 2, 3 };
00027 const Selector Entry_Control[numOfSubject] = { 4, 5, 6, 7, 8, 9, 10 };
00028 const Selector Entry_Ready [numOfSubject] = { 11, 12, 13, 14, 15, 16, 17 };
00029 const Selector Entry_Connect[numOfObserver] = { 18, 19, 20, 21, 22, 23, 24, 25 };
00030 const Selector Entry_Notify [numOfObserver] = { 26, 27, 28, 29, 30, 31, 32, 33 };
00031
00032
00033
00034
00035
00036 const longword numOfBasicEntries = 34;
00037
00038
00039
00040
00041 const Selector Extra_Entry[] = { 34, 35, 36, 37, 38, 39, 40 };
00042
00043 const int entryGotPowerEvent = 0;
00044 const int entryListenCont = 1;
00045 const int entryBindCont = 2;
00046 const int entryConnectCont = 3;
00047 const int entrySendCont = 4;
00048 const int entryReceiveCont = 5;
00049 const int entryCloseCont = 6;
00050
00051 #endif // _entry_h_DEFINED