winss
Classes | Namespaces | Enumerations
state_listener.hpp File Reference
#include <vector>
#include <queue>
#include "../control.hpp"
#include "state_file.hpp"
#include "supervise.hpp"
Include dependency graph for state_listener.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  winss::SuperviseStateListener
 A supervisor state listener which is race-condition free. More...
 

Namespaces

 winss
 

Enumerations

enum  winss::SuperviseStateListenerAction {
  winss::NO_WAIT, winss::WAIT_UP, winss::WAIT_DOWN, winss::WAIT_FINISHED,
  winss::WAIT_RESTART
}
 The actions which the listener can wait for. More...