Ignore:
Timestamp:
11/05/12 12:02:02 (12 years ago)
Author:
tbretz
Message:
Slight modification to addining new states; updating states is now allowed, added a return value, compile the string which is send as description each time again.
File:
1 edited

Legend:

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

    r14070 r14558  
    8787    int Write(const Time &time, const std::string &txt, int qos=kMessage);
    8888
    89     void AddStateName(const int state, const std::string &name, const std::string &doc="");
     89    bool AddStateName(const int state, const std::string &name, const std::string &doc="");
    9090};
    9191
Note: See TracChangeset for help on using the changeset viewer.