FACT++  1.0
template<class T >
int AutoScheduler< T >::Transition ( const Event evt)
inline

Definition at line 681 of file scheduler.cc.

References Event::GetSize(), and EventImp::GetText().

682  {
683  switch (evt.GetTargetState())
684  {
685  case kSM_Scheduling:
686  if (evt.GetSize()>0)
687  fDBName = evt.GetText();
688  break;
689  }
690 
691  return evt.GetTargetState();
692  }
const char * GetText() const
Definition: EventImp.h:88
size_t GetSize() const
Return the size of the data.
Definition: Event.h:38
string fDBName
Definition: scheduler.cc:146

+ Here is the call graph for this function: