FACT++  1.0
virtual void ConnectionDimWeather::UpdateDust ( const Time t,
const float &  dust 
)
inlineprivatevirtual

Reimplemented from ConnectionWeather.

Definition at line 398 of file tngweather.cc.

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

399  {
400  fDimAtmosphere.setData(&dust, sizeof(float));
402  }
DimDescribedService fDimAtmosphere
Definition: tngweather.cc:389
void setData(const void *ptr, size_t sz)

+ Here is the call graph for this function: