806 fFadTempMin->setEnabled(
false);
807 fFadTempMax->setEnabled(
false);
812 if (!
CheckSize(d,
sizeof(uint16_t)+160*
sizeof(
float)))
815 const float *ptr = d.
ptr<
float>(2);
817 fFadTempMin->setEnabled(
true);
818 fFadTempMax->setEnabled(
true);
821 float max = -FLT_MAX;
823 vector<float> mn(40, FLT_MAX);
824 vector<float> mx(40, -FLT_MAX);
825 for (
int i=0;
i<160;
i++)
841 fFadTempMin->setValue(min);
842 fFadTempMax->setValue(max);
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
void handleFadToolTip(const Time &time, QWidget *w, T *ptr)
void SetLedColor(QPushButton *button, LedColor_t col, const Time &t)
const T * ptr(uint32_t offset=0) const