#include <assert.h>#include "util/h/stringPool.h"#include "util/h/list.h"Go to the source code of this file.
Data Structures | |
| class | tunableConstant |
| class | tunableBooleanConstant |
| class | tunableFloatConstant |
Typedefs | |
| typedef bool(* | isValidFunc )(float newVal) |
| typedef void(* | booleanChangeValCallBackFunc )(bool value) |
| typedef void(* | floatChangeValCallBackFunc )(float value) |
Enumerations | |
| enum | tunableUse { developerConstant, userConstant } |
| enum | tunableType { tunableBoolean, tunableFloat } |
| typedef void(* booleanChangeValCallBackFunc)(bool value) |
Definition at line 142 of file tunableConst.h.
| typedef void(* floatChangeValCallBackFunc)(float value) |
Definition at line 143 of file tunableConst.h.
| typedef bool(* isValidFunc)(float newVal) |
Definition at line 141 of file tunableConst.h.
| enum tunableType |
Definition at line 83 of file tunableConst.h.
| enum tunableUse |
Definition at line 82 of file tunableConst.h.
1.6.1