UTILLib 2.0
Common C++ library with utilities.
|
Interface against a supervise master. More...
#include <memory>
#include <string>
#include <algorithm>
#include <vector>
#include "util/isuperviseapplication.h"
Go to the source code of this file.
Classes | |
class | util::supervise::ISuperviseMaster |
Interface against a supervise master. More... |
Namespaces | |
namespace | util |
Main namespace for the util library. |
Enumerations | |
enum class | util::supervise::TypeOfSuperviseMaster { SuperviseMasterType = 0 , ProcessMasterType = 1 } |
Type of master software. More... |
Interface against a supervise master. The master is mainly a list supervise applications. The master is setup by an XML configuration file.
|
strong |
Defines the type of master implementation. The supervise master type is used mainly for internal testing. The process master supervise an executable in Windows or Linux.