Data Structures | Defines | Functions | Variables

C++ Class for Connection Handling

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 )

Detailed Description

Classes for a Real-time Database in Cognitive Automobiles.


Define Documentation

#define HAVE_DBC_SetStatus

Definition at line 42 of file kogmo_rtdb_conn.hxx.


Function Documentation

int KogniMobil::kogmo_rtdb_setstatus ( kogmo_rtdb_handle_t db_h,
uint32_t  status,
_const char *  msg,
uint32_t  flags 
)

Variable Documentation

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.


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