Fixed issue that Counter in Measure=Calc is case-sensitive. Added MeasureName2 as an alternative to SecondaryMeasureName in Meter=Histogram.

This commit is contained in:
Birunthan Mohanathas
2010-08-10 15:37:35 +00:00
parent bfa3bdc508
commit 237043352d
3 changed files with 17 additions and 7 deletions

View File

@ -34,7 +34,7 @@ public:
static void UpdateVariableMap(CMeterWindow& meterWindow);
private:
void RandomFormulaReplace();
void FormulaReplace();
std::wstring m_Formula;
std::wstring m_FormulaHolder;
hqMathParser* m_Parser;