852 fFadRefClockMin->setEnabled(
false);
853 fFadRefClockMax->setEnabled(
false);
858 if (!
CheckSize(d,
sizeof(uint16_t)+40*
sizeof(
float)))
861 const float *ptr = d.
ptr<
float>(2);
863 fFadRefClockMin->setEnabled(
true);
864 fFadRefClockMax->setEnabled(
true);
867 float max = -FLT_MAX;
868 for (
int i=0;
i<40;
i++)
879 fFadRefClockMin->setValue(min);
880 fFadRefClockMax->setValue(max);
882 const int64_t diff = int64_t(max) - int64_t(min);
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