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 00011 #endif |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:44 2016 by Doxygen 1.6.3 |