services.h

Go to the documentation of this file.
00001 #ifndef __OE_LIB_SERVICES_H__
00002 #define __OE_LIB_SERVICES_H__
00003 
00011 #include "common/common.h"
00012 #include "services/console.h"
00013 
00021 class OE_SERVICES {
00022 public:
00023     OE_CONSOLE          default_console;
00024     OE_FIFO<OE_MESSAGE> message_queue;
00025 };
00026 
00027 #include "services/layer3.h"
00028 #include "services/layer2.h"
00029 #include "services/layer1.h"
00030 #endif

Generated on Sat Sep 9 03:50:44 2006 for Openem APIs by  doxygen 1.4.7