VR-Engage
2.2
Loading...
Searching...
No Matches
vreRtdConfigFileReader.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2025 MAK Technologies
3
** All rights reserved.
4
*******************************************************************************/
5
6
//! \file vreRtdConfigFileReader.h
7
//! \ingroup vreVrfRtd
8
//! \brief Configuration file reader for VREngage RTD components
9
//!
10
//! This file provides utilities for reading configuration information for the
11
//! VREngage Real-Time Dynamics (RTD) components from external configuration files.
12
13
#pragma once
14
15
#include <
vreVrfRtd/vreRtdBackendLibCommon.h
>
16
17
namespace
vreRtd
18
{
19
//! \brief Reads the RTD configuration file
20
//! \return True if the configuration file was successfully read, false otherwise
21
//!
22
//! Reads and processes the configuration file for VREngage RTD components,
23
//! loading parameters and settings that control the real-time dynamics behavior.
24
//! This function should be called during application initialization before
25
//! creating any RTD components.
26
bool
RTD_VRF_BACKEND_PLUGIN_EXPORT
readConfigFile
();
27
28
}
// namespace vreRtd
vreRtd
Definition
vreRtdConfigFileReader.h:18
vreRtd::readConfigFile
bool RTD_VRF_BACKEND_PLUGIN_EXPORT readConfigFile()
Reads the RTD configuration file.
vreRtdBackendLibCommon.h
Common definitions for the RTD backend library.
Generated on 2026-01-13 from SVN revision 282860 - Copyright © 2005-2026 MAK Technologies. All Rights Reserved.