![]() |
An open-source, flexible 3D physical simulation framework
|
Files | |
file | CFGClient.h [code] |
'CFGClient' is a interface to register to a value | |
file | CFGDefs.h [code] |
This file stores types and structs for the CFG class. | |
file | CFGManager.cpp [code] |
CFGManager is a class to handle the config file. | |
file | CFGManager.h [code] |
CFGManager is a class to handle YAML-config file. | |
file | CFGManagerInterface.h [code] |
'CFGManager' is a class to handle the config file and to update values stored in MARS | |
file | CFGParam.cpp [code] |
CFGParam is the root class for param objects. | |
file | CFGParam.h [code] |
CFGParam is the root class for param objects. | |
file | CFGParamBool.cpp [code] |
CFGParamBool is a class derived from CFGParam to store values of the type bool. | |
file | CFGParamBool.h [code] |
CFGParamBool is a class derived from CFGParam to store values of the type bool. | |
file | CFGParamDouble.cpp [code] |
CFGParamDouble is a class derived from CFGParam to store values of the type double. | |
file | CFGParamDouble.h [code] |
CFGParamDouble is a class derived from CFGParam to store values of the type double. | |
file | CFGParamInt.cpp [code] |
CFGParamInt is a class derived from CFGParam to store values of the type int. | |
file | CFGParamInt.h [code] |
CFGParamInt is a class derived from CFGParam to store values of the type int. | |
file | CFGParamString.cpp [code] |
CFGParamString is a class derived from CFGParam to store values of the type string. | |
file | CFGParamString.h [code] |
CFGParamString is a class derived from CFGParam to store values of the type string. | |
file | CFGProperty.cpp [code] |
CFGProperty holds the value for one property of a CFGParam. | |
file | CFGProperty.h [code] |
CFGProperty holds the value for one property of a CFGParam. | |