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

Definition at line 2412 of file FactGui.h.

References DimData::get(), and DimData::ptr().

Referenced by infoHandler().

2413  {
2414  if (!CheckSize(d, 206*sizeof(float)))
2415  return;
2416 
2417  UpdateRateScan(d.get<uint32_t>(8), d.ptr<float>(20));
2418  }
void UpdateRateScan(uint32_t th, const float *rates)
Definition: FactGui.h:2331
bool CheckSize(const DimData &d, size_t sz, bool print=true) const
Definition: FactGui.h:639
T get(uint32_t offset=0) const
Definition: DimData.h:29
const T * ptr(uint32_t offset=0) const
Definition: DimData.h:32

+ Here is the call graph for this function:

+ Here is the caller graph for this function: