VR-Engage  2.2
Loading...
Searching...
No Matches
vrePilotFrontend.h
Go to the documentation of this file.
1/*******************************************************************************
2** Copyright (c) 2025 MAK Technologies
3** All rights reserved.
4*******************************************************************************/
5
6//! \file vrePilotFrontend.h
7//! \brief Main header for the VREngage pilot frontend module
8//! \ingroup vrePilotFrontend
9
10#pragma once
11
13
14namespace makVrv
15{
16//! \brief Forward declaration of the display element class
17class DtDe;
18} // namespace makVrv
19
20namespace makVre
21{
22//! \brief Namespace containing functionality for the pilot frontend module
24{
25//! \brief Initializes the pilot frontend module
26//! \param de Reference to the display element to use
27//!
28//! Initializes all required components and systems for the pilot frontend module
29//! to function properly within the VREngage framework.
30void PILOT_DLL init(makVrv::DtDe& de);
31} // namespace vrePilotFrontend
32} // namespace makVre
Defines export/import macros for the Pilot Frontend library.
#define PILOT_DLL
Definition export.h:19
Namespace containing functionality for the pilot frontend module.
Definition vrePilotFrontend.h:24
void PILOT_DLL init(makVrv::DtDe &de)
Initializes the pilot frontend module.
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
Definition appLauncherComponent.h:28
makVrv::DtDe * de()
Gets the display element pointer used by the plugin.