VR-Engage  2.2
Loading...
Searching...
No Matches
makRadioQt.h File Reference
Include dependency graph for makRadioQt.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.

Macro Definition Documentation

◆ VRVRADIOQT_DLL

#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.

◆ DT_DE_PLUGIN_EXPORT_MACRO

#define DT_DE_PLUGIN_EXPORT_MACRO   VRVRADIOQT_DLL

Setup proper plugin export symbol.

Defines the export macro for the plugin's functions.