C++ / Beginner, Advanced / Basic functionality / Android, iOS, macOS, Linux, Windows
Source Code Location:
Kernel/Examples/Common
Description
Common files used by ODA Kernel SDK sample applications include:
ExDynamicModule.h — Contains declarations of several useful macros,
for example a macro for defining a custom command class with the default implementation.
ExtDbModule.h — Contains declaration of an abstract class OdExtDbModule inherited from the
OdRxModule class. The class OdExtDbModule provides an interface for platform specific functionality.
This module also includes implementation of several inline functions for getting additional information about the OdExtDbModule
class instance.
ExtDbUtils.h — Contains declarations for supported database types,
and functions for determining the type of database and the database product.