Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

entry.h

00001 //
00002 //  entry.h
00003 //
00004 //  This file is generated by stubgen2.
00005 //
00006 
00007 //
00008 // Copyright 2002 Sony Corporation 
00009 //
00010 // Permission to use, copy, modify, and redistribute this software for
00011 // non-commercial use is hereby granted.
00012 //
00013 // This software is provided "as is" without warranty of any kind,
00014 // either expressed or implied, including but not limited to the
00015 // implied warranties of fitness for a particular purpose.
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 //  Number of basic entries is 
00034 //      numOfHook + (numOfSubject + numOfObserver) * 2
00035 //
00036 const longword numOfBasicEntries = 8;
00037 
00038 //
00039 // Extra entry
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

Generated on Sun Feb 13 18:56:26 2005 for TelepatiUdp by  doxygen 1.3.9.1