Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
MessageQueue.ccGo to the documentation of this file.00001 #ifndef PLATFORM_APERIOS 00002 #include "MessageQueue.h" 00003 00004 SemaphoreManager* MessageQueueBase::semgr=NULL; 00005 00006 /*! @file 00007 * @brief Defines MessageQueue, which provides mechanisms for sending shared memory regions between processes 00008 * @author ejt (Creator) 00009 * 00010 * $Author: ejt $ 00011 * $Name: tekkotsu-4_0 $ 00012 * $Revision: 1.2 $ 00013 * $State: Exp $ 00014 * $Date: 2006/03/09 18:28:08 $ 00015 */ 00016 00017 #endif |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:54:54 2007 by Doxygen 1.5.4 |