35 std::unique_lock lock(historyMutex);
37 if (dataHistory.size() == 0)
46 return new Variant(CalcMax<float>(dataHistory));
50 return new Variant(CalcMax<double>(dataHistory));
54 return new Variant(CalcMax<int>(dataHistory));
58 return new Variant(CalcMax<long>(dataHistory));
64 armarx::ParameterTypeList
67 ParameterTypeList result;