FACT++  1.0
virtual void ConnectionDimWeather::UpdateSeeing ( const Time t,
const DimSeeing see 
)
inlineprivatevirtual

Reimplemented from ConnectionWeather.

Definition at line 404 of file tngweather.cc.

References DimDescribedService::setData(), and DimDescribedService::Update().

405  {
406  fDimSeeing.setData(&see, sizeof(DimSeeing));
407  fDimSeeing.Update(t);
408  }
void setData(const void *ptr, size_t sz)
DimDescribedService fDimSeeing
Definition: tngweather.cc:390

+ Here is the call graph for this function: