Changeset 11262
- Timestamp:
- 07/06/11 13:49:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDim.h
r11063 r11262 69 69 int Write(const Time &time, const std::string &txt, int qos); 70 70 71 EventImp *CreateEvent(int targetstate, const char *name, const char *fmt); 72 73 protected: 71 74 /// This is an internal function to do some action in case of 72 75 /// a state change, like updating the corresponding service. 73 76 std::string SetCurrentState(int state, const char *txt="", const std::string &cmd=""); 74 75 EventImp *CreateEvent(int targetstate, const char *name, const char *fmt);76 77 77 78 public:
Note:
See TracChangeset
for help on using the changeset viewer.