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
16
17namespace 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.
26bool RTD_VRF_BACKEND_PLUGIN_EXPORT readConfigFile();
27
28} // namespace vreRtd
Definition vreRtdConfigFileReader.h:18
bool RTD_VRF_BACKEND_PLUGIN_EXPORT readConfigFile()
Reads the RTD configuration file.
Common definitions for the RTD backend library.