Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxDynamicLinker Class
Syntax
C++
class OdRxDynamicLinker : public OdRxObject;

This class implements Dynamic Linker services for ODA Xtension(TX) applications: 

The following services are implemented:

  • Loading applications by specified by application name.
  • Loading and unloading modules specified by filename.
  • Addition and removal of reactors from the dynamic linker reactor chain.

There is exactly one OdRxDynamicLinker class object. It is global to the ODA Platform and thus is non-instantiable for client applications. 

A pointer to the OdRxDynamicLinker object will be returned by the global odrxDynamicLinker() function. 

 

OdRxDynamicLinkerOdRxDynamicLinker

File: DynamicLinker.h 

Module: API Reference 

Show:
No members matching the current filter
Show:
No members matching the current filter
Copyright © 2002-2022. Open Design Alliance All rights reserved.