Ignore:
Timestamp:
10/30/12 12:53:07 (12 years ago)
Author:
tbretz
Message:
Added time to State so that the time of state reception is propagated.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDimControl.h

    r14132 r14541  
    1818    std::set<Service> fServiceList;
    1919    std::map<std::string, std::vector<std::string>> fCommandList;
    20     std::map<std::string, std::pair<int32_t,  std::string>> fCurrentStateList;
     20    std::map<std::string, State> fCurrentStateList;
    2121    std::map<std::pair<std::string, int32_t>, std::pair<std::string, std::string>> fStateDescriptionList;
    2222    std::map<std::string, std::vector<Description>> fServiceDescriptionList;
     
    5959    int PrintDescription(std::ostream &out, bool iscmd, const std::string &serv="", const std::string &service="");
    6060
    61     std::pair<int32_t, std::string> GetServerState(const std::string &server);
     61    State GetServerState(const std::string &server);
    6262
    6363    void SendDimCommand(const std::string &server, std::string str, std::ostream &lout);
Note: See TracChangeset for help on using the changeset viewer.