34 std::unique_lock lock(historyMutex);
36 if (dataHistory.size() == 0)
45 return new Variant(CalcMax<float>(dataHistory));
49 return new Variant(CalcMax<double>(dataHistory));
53 return new Variant(CalcMax<int>(dataHistory));
57 return new Variant(CalcMax<long>(dataHistory));
65 ParameterTypeList result;