Changeset 10379 for trunk/FACT++/src/StateMachineDim.h
- Timestamp:
- 04/18/11 10:56:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDim.h
r10373 r10379 33 33 static const int fVersion; /// Version number 34 34 35 DimService fSrvState; /// DimService offering fCurrentState 36 DimService fSrvVersion; /// DimService offering fVersion 35 DimService fSrvState; /// DimService offering fCurrentState 36 DimService fSrvVersion; /// DimService offering fVersion 37 38 DimService fDescriptionStates; /// DimService propagating the state descriptions 37 39 38 40 void exitHandler(int code); /// Overwritten DimCommand::exitHandler. … … 50 52 public: 51 53 StateMachineDim(std::ostream &out=std::cout, const std::string &name="DEFAULT"); 54 55 void AddStateName(const int state, const std::string &name, const std::string &doc=""); 56 void DistStateName(const int state, const std::string &name, const std::string &doc=""); 52 57 }; 53 58
Note:
See TracChangeset
for help on using the changeset viewer.