Changeset 14489
- Timestamp:
- 10/18/12 14:59:12 (12 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageDim.cc
r14006 r14489 35 35 // 36 36 MessageDimTX::MessageDimTX(const std::string &name, std::ostream &out) 37 : DimDescribedService(name + "/MESSAGE", const_cast<char*>(" "),37 : DimDescribedService(name + "/MESSAGE", const_cast<char*>("C"), 38 38 "A general logging service providing a quality of service (severity)" 39 39 "|Message[string]:The message"), -
trunk/FACT++/src/StateMachineDim.cc
r14019 r14489 63 63 StateMachineDim::StateMachineDim(ostream &out, const std::string &name) 64 64 : DimLog(out, name), DimStart(name, DimLog::fLog), StateMachineImp(out, name), 65 fDescriptionStates(name+"/STATE_LIST", " ",65 fDescriptionStates(name+"/STATE_LIST", "C", 66 66 "Provides a list with descriptions for each service." 67 67 "|StateList[string]:A \\n separated list of the form id:name=description"), 68 fSrvState(name+"/STATE", " ",68 fSrvState(name+"/STATE", "C", 69 69 "Provides the state of the state machine as quality of service." 70 70 "|Text[string]:A human readable string sent by the last state change.")
Note:
See TracChangeset
for help on using the changeset viewer.