VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtConfigurableDebugProcess Struct Reference

Detailed Description

Contains the necessary information to configure and identify a debug process within the VREngage debug system.

#include <debugManager.h>

Public Types

enum class  Process { VRE_APP = 0 , VRF_APP , VRE_SIM , VRF_SIM }
 

Public Attributes

std::string displayName
 
std::string debugType
 
std::string menuSection
 
Process process
 
DtSimulationAddress address
 
bool enabled
 
bool showInTable
 
DtAttributeHandle extraData
 

Member Enumeration Documentation

◆ Process

Enumeration of process types that can be debugged.

Enumerator
VRE_APP 

VREngage application process.

VRF_APP 

VRForces application process.

VRE_SIM 

VREngage simulation process.

VRF_SIM 

VRForces simulation process.

Member Data Documentation

◆ displayName

std::string makVre::DtConfigurableDebugProcess::displayName

Display name of the debug process.

◆ debugType

std::string makVre::DtConfigurableDebugProcess::debugType

Type identifier for the debug process.

◆ menuSection

std::string makVre::DtConfigurableDebugProcess::menuSection

Menu section where this process should appear.

◆ process

Process makVre::DtConfigurableDebugProcess::process

Type of process (VREngage or VRForces, app or sim)

◆ address

DtSimulationAddress makVre::DtConfigurableDebugProcess::address

Simulation address for this debug process.

◆ enabled

bool makVre::DtConfigurableDebugProcess::enabled

Whether the debug process is enabled.

◆ showInTable

bool makVre::DtConfigurableDebugProcess::showInTable

Whether to show this process in the debug table.

◆ extraData

DtAttributeHandle makVre::DtConfigurableDebugProcess::extraData

Additional data associated with this debug process.


The documentation for this struct was generated from the following file: