FACT++  1.0
void FactGui::handleFscHumidity ( const DimData d)
inlineprivate

Definition at line 2219 of file FactGui.h.

References Time::RootTime(), DimData::size(), and time.

Referenced by infoHandler().

2220  {
2221  const bool enable = d.size()>0 && CheckSize(d, 5*sizeof(float));
2222 
2223  SetFscValue(fHumidity1, d, 0, enable);
2224  SetFscValue(fHumidity2, d, 1, enable);
2225  SetFscValue(fHumidity3, d, 2, enable);
2226  SetFscValue(fHumidity4, d, 3, enable);
2227  }
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition: FactGui.h:639
void SetFscValue(QDoubleSpinBox *box, const DimData &d, int idx, bool enable)
Definition: FactGui.h:2103
size_t size() const
Definition: DimData.h:39

+ Here is the call graph for this function:

+ Here is the caller graph for this function: