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) | |
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.
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.
| _const char* kogmo_rtdb_connect_info_t::dbhost |
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.
| uint32_t kogmo_rtdb_connect_info_t::flags |
normally 0
Definition at line 311 of file kogmo_rtdb_types.h.
| _const char* kogmo_rtdb_connect_info_t::procname |
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.
| uint32_t kogmo_rtdb_connect_info_t::version |
your version identification (SVN revision or similar)
Definition at line 316 of file kogmo_rtdb_types.h.