FACT++  1.0
int DimDescribedState::HandleDesc ( const EventImp evt)
inline

Definition at line 147 of file DimState.h.

References EventImp::GetSize(), EventImp::GetString(), DimState::kOffline, StateMachineImp::kSM_KeepState, and State::SplitStates().

Referenced by Subscribe().

148  {
149  if (evt.GetSize()>0)
150  {
152  states.emplace_back(kOffline, "Offline");
153 
154  CallbackStates();
155  }
156 
158  }
std::vector< State > states
Definition: DimState.h:132
std::string GetString() const
Definition: EventImp.cc:194
virtual void CallbackStates()
Definition: DimState.h:120
static std::vector< State > SplitStates(const std::string &buffer)
Time of state change.
Definition: State.cc:58
virtual size_t GetSize() const
Definition: EventImp.h:55

+ Here is the call graph for this function:

+ Here is the caller graph for this function: