|
VR-Engage
2.2
|
Go to the source code of this file.
Namespaces | |
| namespace | makRadioQt |
Macros | |
| #define | VRVRADIOQT_DLL |
| #define | DT_DE_PLUGIN_EXPORT_MACRO VRVRADIOQT_DLL |
Functions | |
| void | makRadioQt::init (makVrv::DtDe &de) |
This file defines the initialization function for the MAK Radio Qt module, which provides radio communication functionality to the VREngage environment through Qt-based user interface components.
| #define VRVRADIOQT_DLL |
Platform-specific DLL export/import declaration.
This macro defines the appropriate export/import declaration for Windows DLLs and establishes proper visibility for shared libraries on other platforms. It is used to properly export classes and functions from the vrfMakRadioQt library.
| #define DT_DE_PLUGIN_EXPORT_MACRO VRVRADIOQT_DLL |
Setup proper plugin export symbol.
Defines the export macro for the plugin's functions.