DAVID4 SDK  1.8.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Client switching

Easy switching between different client implementations. More...

Typedefs

typedef ClientJsonRpc david::Client
 The Client class manages all modules and gives access to them via david::IModules interface implementation. More...
 

Detailed Description

Easy switching between different client implementations.

Typedef Documentation

typedef ClientJsonRpc david::Client

The Client class manages all modules and gives access to them via david::IModules interface implementation.

You can select between two different implementations of david::IModules:

  1. 'DAVID Enterprise Server' (default):
  2. 'DAVID Low Level Library':
Note
If you want to switch to 'DAVID Low Level Library', just define DAVID_SDK_USE_D4LIB in your project.

Definition at line 45 of file david.h.