API Reference > OdRx Classes > OdRxModule Class
OdRxModule Class
OdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModuleOdRxModule
Syntax
C++
class OdRxModule : public OdRxObject;

RxModule.h

 

This class provides the base implementation of custom applications (TX modules). 

Corresponding C++ library: TD_Db

Creating Custom Applications 

OdRxStaticModule, OdRxPseudoStaticModule, OdRxMacModule, OdRxUnixModule, OdRxWin32Module classes

 
Name 
Description 
 
Declares the method deleting (unloading) the rx-module. 
 
Declares the notification method being called at the start of the client application. 
 
Declares the method returning the module name for the rx-module instance. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxModule. 
 
Declares the method returning the system data for the rx-module instance. 
 
Declares the notification method being called at the end of the client application. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.