Data Fields

kogmo_rtdb_connect_info_t Struct Reference
[C-Functions for Connection Handling]

Data Block for requesting a Database-Connection This is used only once for establishing the Database Connection. By using a struct, we can add more fields later. More...

#include <kogmo_rtdb_types.h>

Data Fields

_const char * procname
 choosen name for the process that connects to the database; example: a2_roadtracker (should begin with subproject number)
float cycletime
 your internal cycle time (0 for system default); you must signal your vitality every cycle with kogmo_rtdb_cycle_done(); example: 0.033 seconds for a video-process with 30 frames/s
uint32_t flags
 normally 0
_const char * dbhost
 set to NULL or "" for default local database; (for future extendability, more local databases, network, etc.
uint32_t version
 your version identification (SVN revision or similar)

Detailed Description

Data Block for requesting a Database-Connection This is used only once for establishing the Database Connection. By using a struct, we can add more fields later.

Definition at line 301 of file kogmo_rtdb_types.h.


Field Documentation

your internal cycle time (0 for system default); you must signal your vitality every cycle with kogmo_rtdb_cycle_done(); example: 0.033 seconds for a video-process with 30 frames/s

Definition at line 307 of file kogmo_rtdb_types.h.

set to NULL or "" for default local database; (for future extendability, more local databases, network, etc.

)

Definition at line 313 of file kogmo_rtdb_types.h.

normally 0

Definition at line 311 of file kogmo_rtdb_types.h.

choosen name for the process that connects to the database; example: a2_roadtracker (should begin with subproject number)

Definition at line 304 of file kogmo_rtdb_types.h.

your version identification (SVN revision or similar)

Definition at line 316 of file kogmo_rtdb_types.h.


The documentation for this struct was generated from the following file:

Generated for KogMo-RTDB by Matthias.Goebl (mattias.goebl*kogmo-rtdb.de) - all rights reserved.