Homepage Demos Overview Downloads Tutorials Reference
Credits

entry.h

Go to the documentation of this file.
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, 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 //  Number of basic entries is 
00034 //      numOfHook + (numOfSubject + numOfObserver) * 2
00035 //
00036 const longword numOfBasicEntries = 34;
00037 
00038 //
00039 // Extra entry
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

Tekkotsu v2.1
Generated Tue Mar 16 23:19:13 2004 by Doxygen 1.3.5