VR-Engage  2.2
Loading...
Searching...
No Matches
mfsRwrVrvPluginInit.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (c) 2025 MAK Technologies
3 * All rights reserved.
4 ******************************************************************************/
5
6//! \file mfsRwrVrvPluginInit.h
7//! \brief Defines plugin initialization for the RadarWarningReceiver VRV plugin
8//! \ingroup vreGlsEventSignalerPlugin
9
10#pragma once
11
12//! \name Plugin Export Configuration
13//! @{
14
15//! \brief Include the plugin's export macros
16#include "mfsRwrVrvPlugin.h"
17
18//! \brief Define the display element plugin export symbol
19//!
20//! This macro is used by the exportPlugin.h system to properly
21//! export plugin entry points with the correct visibility
22#define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_MFSRWRVRVPLUGIN
23
24//! @}
25
26#include <vrvCore/exportPlugin.h>
Defines DLL export macros for the RadarWarningReceiver VRV plugin.