CFx SDK Documentation
2023 SP0
|
#include <RxDynamicModule.h>
Public Member Functions | |
void * | sysData () |
void | deleteModule () |
OdString | moduleName () const |
Static Public Member Functions | |
static OdRxModule * | createModule (const OdString &name) |
<group OdRx_Classes>
This template class provides the implementation of static rx-modules in multi-threaded (MT) mode.
Definition at line 45 of file RxDynamicModule.h.
|
inlinestatic |
Creates a new static rx-module instance with the specified module name and returns a raw pointer to it.
name | [in] module name as a non-empty string value. |
Definition at line 81 of file RxDynamicModule.h.
|
inline |
Deletes this static rx-module object.
Definition at line 89 of file RxDynamicModule.h.
|
inline |
Returns the module name for the static rx-module instance.
Definition at line 94 of file RxDynamicModule.h.
|
inline |
Returns the system data for the existing static rx-module instance.
Definition at line 73 of file RxDynamicModule.h.