entry.h File Reference
#include <Types.h>
#include "def.h"
Include dependency graph for MMCombo/entry.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Variables |
const int | numOfHook = 4 |
const Selector | Entry_Hook [numOfHook] = { 0, 1, 2, 3 } |
const Selector | Entry_Control [numOfSubject] = { 4, 5, 6, 7, 8, 9, 10 } |
const Selector | Entry_Ready [numOfSubject] = { 11, 12, 13, 14, 15, 16, 17 } |
const Selector | Entry_Connect [numOfObserver] = { 18, 19, 20, 21, 22, 23, 24, 25 } |
const Selector | Entry_Notify [numOfObserver] = { 26, 27, 28, 29, 30, 31, 32, 33 } |
const longword | numOfBasicEntries = 34 |
const Selector | Extra_Entry [] = { 34, 35, 36, 37, 38, 39, 40 } |
const int | entryGotPowerEvent = 0 |
const int | entryListenCont = 1 |
const int | entryBindCont = 2 |
const int | entryConnectCont = 3 |
const int | entrySendCont = 4 |
const int | entryReceiveCont = 5 |
const int | entryCloseCont = 6 |
Variable Documentation
const Selector Extra_Entry[] = { 34, 35, 36, 37, 38, 39, 40 }
|
|
|