Master-Header to access the Real-time Vehicle Database. More...
#include "kogmo_time.h"#include "kogmo_rtdb_types.h"#include "kogmo_rtdb_funcs.h"#include "kogmo_rtdb_obj_tids.h"#include "kogmo_rtdb_obj_base.h"#include "kogmo_rtdb_obj_base_funcs.h"Go to the source code of this file.
Defines | |
| #define | DEFINE_KOGMO_RTDB_OBJECT(Name, TypeID, Description, Definition) |
Master-Header to access the Real-time Vehicle Database.
Copyright (c) 2003-2006 Matthias Goebl <matthias.goebl*goebl.net> Lehrstuhl fuer Realzeit-Computersysteme (RCS) Technische Universitaet Muenchen (TUM)
Definition in file kogmo_rtdb.h.
| #define DEFINE_KOGMO_RTDB_OBJECT | ( | Name, | ||
| TypeID, | ||||
| Description, | ||||
| Definition | ||||
| ) |
/*! \brief Description */ \ typedef PACKED_struct { \ Definition \ } kogmo_rtdb_subobj_ ## Name ## _t; \ typedef PACKED_struct { \ kogmo_rtdb_subobj_base_t base; \ kogmo_rtdb_subobj_ ## Name ## _t data; \ } kogmo_rtdb_obj_ ## Name ## _t;
Definition at line 66 of file kogmo_rtdb.h.