Classes for a Real-time Database in Cognitive Automobiles. More...
Data Structures | |
| class | KogniMobil::DBError |
| class | KogniMobil::RTDBConn |
| Connection to Real-time Vehicle Database Instantiating this class opens a Connection to the Database. At present there is no handle, because the connection is associated with the process ID. More... | |
Defines | |
| #define | HAVE_DBC_SetStatus |
Functions | |
| int | KogniMobil::kogmo_rtdb_setstatus (kogmo_rtdb_handle_t *db_h, uint32_t status, _const char *msg, uint32_t flags) |
Variables | |
| const int | KogniMobil::RTDBConnFlag_NoWait = ( KOGMO_RTDB_CONNECT_FLAGS_TRYNOWAIT | KOGMO_RTDB_CONNECT_FLAGS_LIVEONERR ) |
Classes for a Real-time Database in Cognitive Automobiles.
| #define HAVE_DBC_SetStatus |
Definition at line 42 of file kogmo_rtdb_conn.hxx.
| int KogniMobil::kogmo_rtdb_setstatus | ( | kogmo_rtdb_handle_t * | db_h, | |
| uint32_t | status, | |||
| _const char * | msg, | |||
| uint32_t | flags | |||
| ) |
| const int KogniMobil::RTDBConnFlag_NoWait = ( KOGMO_RTDB_CONNECT_FLAGS_TRYNOWAIT | KOGMO_RTDB_CONNECT_FLAGS_LIVEONERR ) |
Definition at line 188 of file kogmo_rtdb_conn.hxx.