FACT++  1.0
template<class T , class S >
int StateMachineWeather< T, S >::Execute ( )
inlineprivatevirtual

Implements StateMachineAsio< T >.

Definition at line 488 of file tngweather.cc.

489  {
490  return fWeather.GetState();
491  }