FACT++  1.0
EventImp * StateMachineDim::CreateEvent ( const std::string &  name,
const std::string &  fmt 
)
privatevirtual

Overwritten DimInfo::infoHandler.

Overwrite StateMachineImp::AddTransition to create a EventDim instead of an Event object. The event name propagated to the EventDim is fName+"/"+name.

For parameter description see StateMachineImp.

Implements StateMachineImp.

Definition at line 84 of file StateMachineDim.cc.

References StateMachineImp::GetName().

85 {
86  return new EventDim(GetName()+"/"+name, fmt, this);
87 }
const std::string & GetName() const
Concerete implementation of an EventImp as a DimCommand.
Definition: EventDim.h:24

+ Here is the call graph for this function: