Base-Class that every Object has to inherit from (C++ Interface). More...
#include "kogmo_rtdb.hxx"Go to the source code of this file.
Data Structures | |
| class | KogniMobil::RTDBObj |
| Base-Classes for a Real-time Database Object. More... | |
| class | KogniMobil::RTDBObj_T< KOGMO_SUBSTRUCT, KOGMO_TYPE_ID, KOGMO_CLASS, size_add > |
Namespaces | |
| namespace | KogniMobil |
Defines | |
| #define | KOGMO_RTDB_DONT_INCLUDE_ALL_OBJECTS |
Typedefs | |
| typedef kogmo_rtdb_objid_t | KogniMobil::ObjID |
| typedef kogmo_rtdb_objtype_t | KogniMobil::ObjType |
| typedef kogmo_rtdb_objsize_t | KogniMobil::ObjSize |
Functions | |
| std::ostream & | KogniMobil::operator<< (std::ostream &out, const RTDBObj &O) |
Base-Class that every Object has to inherit from (C++ Interface).
Copyright (c) 2003-2006 Matthias Goebl <matthias.goebl*goebl.net> Lehrstuhl fuer Realzeit-Computersysteme (RCS) Technische Universitaet Muenchen (TUM)
Definition in file kogmo_rtdb_obj_base_classes.hxx.
| #define KOGMO_RTDB_DONT_INCLUDE_ALL_OBJECTS |
Definition at line 14 of file kogmo_rtdb_obj_base_classes.hxx.