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 };
00028 const Selector Entry_Ready [numOfSubject] = { 5 };
00029 const Selector Entry_Connect[numOfObserver] = { 6 };
00030 const Selector Entry_Notify [numOfObserver] = { 7 };
00031
00032
00033
00034
00035
00036 const longword numOfBasicEntries = 8;
00037
00038
00039
00040
00041 const Selector Extra_Entry[] = { 8, 9, 10, 11, 12 };
00042
00043 const int entrySendCont = 0;
00044 const int entryReceiveCont = 1;
00045 const int entryTimerEnd = 2;
00046 const int entryBoneTimerEnd = 3;
00047 const int entryEtherStat = 4;
00048
00049 #endif // _entry_h_DEFINED