Kernel SDK Developer's Guide > Getting Started Using Kernel SDK > Using Kernel Sample Applications > Sample Applications Reusable Files
ODA Kernel SDK Sample Applications Reusable Files

Summary

ODA Product: ODA Kernel SDK
Sample Name: Common
Categories: 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.

See Also:

ODA Kernel SDK Sample Applications

Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.