Changeset 11397


Ignore:
Timestamp:
07/14/11 08:58:04 (13 years ago)
Author:
tbretz
Message:
Made write public to be accessed from Main.h
File:
1 edited

Legend:

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

    r11280 r11397  
    3636    {
    3737        DimServer::start(name.c_str());
     38        sleep(1);
    3839    }
    3940    ~DimStart()
     
    6667    void commandHandler();       /// Overwritten DimCommand::commandHandler
    6768
    68     /// Redirect our own logging to fLog
    69     int Write(const Time &time, const std::string &txt, int qos);
    70 
    7169    EventImp *CreateEvent(int targetstate, const char *name, const char *fmt);
    7270
     
    8280    StateMachineDim(std::ostream &out=std::cout, const std::string &name="DEFAULT");
    8381
     82    /// Redirect our own logging to fLog
     83    int Write(const Time &time, const std::string &txt, int qos=kMessage);
     84
    8485    void AddStateName(const int state, const std::string &name, const std::string &doc="");
    8586};
Note: See TracChangeset for help on using the changeset viewer.