Privacy
An open-source, flexible 3D physical simulation framework
mars::cfg_manager::cfgPropertyStruct Struct Reference

#include <CFGDefs.h>

Public Attributes

cfgParamId paramId
 
unsigned int propertyIndex
 
cfgPropertyType propertyType
 
int iValue
 
bool bValue
 
double dValue
 
std::string sValue
 
unsigned int propertyState
 

Detailed Description

Definition at line 84 of file CFGDefs.h.

Member Data Documentation

◆ bValue

bool mars::cfg_manager::cfgPropertyStruct::bValue

Definition at line 90 of file CFGDefs.h.

◆ dValue

double mars::cfg_manager::cfgPropertyStruct::dValue

Definition at line 91 of file CFGDefs.h.

◆ iValue

int mars::cfg_manager::cfgPropertyStruct::iValue

Definition at line 89 of file CFGDefs.h.

◆ paramId

cfgParamId mars::cfg_manager::cfgPropertyStruct::paramId

Definition at line 85 of file CFGDefs.h.

◆ propertyIndex

unsigned int mars::cfg_manager::cfgPropertyStruct::propertyIndex

Definition at line 86 of file CFGDefs.h.

◆ propertyState

unsigned int mars::cfg_manager::cfgPropertyStruct::propertyState

Definition at line 94 of file CFGDefs.h.

◆ propertyType

cfgPropertyType mars::cfg_manager::cfgPropertyStruct::propertyType

Definition at line 87 of file CFGDefs.h.

◆ sValue

std::string mars::cfg_manager::cfgPropertyStruct::sValue

Definition at line 92 of file CFGDefs.h.


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