Ignore:
Timestamp:
04/28/11 11:07:25 (14 years ago)
Author:
tbretz
Message:
Changed the services to described services.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDim.cc

    r10436 r10476  
    6767//
    6868StateMachineDim::StateMachineDim(ostream &out, const std::string &name)
    69 : StateMachine(out, name), DimStart(name, *this), fLog(name, out),
    70     fSrvState((name+"/STATE").c_str(), const_cast<char*>("")),
    71 //    fSrvVersion((name+"/VERSION").c_str(), const_cast<int&>(fVersion)),
    72     fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""))
     69    : StateMachine(out, name), DimStart(name, *this), fLog(name, out),
     70    fSrvState((name+"/STATE").c_str(), const_cast<char*>(""),
     71              "Provides the state of the state machine as quality of service."
     72              "|Text[string]:A human readable string sent by the last state change."),
     73    //    fSrvVersion((name+"/VERSION").c_str(), const_cast<int&>(fVersion)),
     74    fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""),
     75                       "Provides a list with descriptions for each service."
     76                       "|StateList[string]:A \\n separated list of the form id:name=description")
    7377{
    7478    // WARNING: This exit handler is GLOBAL!
Note: See TracChangeset for help on using the changeset viewer.