Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

IMC.h

Go to the documentation of this file.
00001 /******************************************************************
00002         ANet_Daemon/Core/IMC.h
00003         Inter-module communication declarations.
00004         
00005         Part of the run-time wrapper of the ANet project.
00006         
00007         Distributed under GPL: http://www.gnu.org/copyleft/gpl.html
00008 ******************************************************************/
00009 
00010 #ifndef ANET_IMC
00011 #define ANET_IMC
00012 
00036 #include "Modules.h"
00037 
00052 UInt32 CallModuleFunction(char *moduleName, char *instanceName,
00053         UInt32 funcID, ...);
00054 
00056 ANetMemoryTag ANetGetGlobals();
00057 
00058 #endif
00059 

Generated on Sun Dec 23 15:20:37 2001 for ANet by doxygen 1.2.12 written by Dimitri van Heesch, © 1997-2001

SourceForge
Logo