UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
isupervisemaster.h File Reference

Interface against a supervise master. More...

#include <memory>
#include <string>
#include <algorithm>
#include <vector>
#include "util/isuperviseapplication.h"
Include dependency graph for isupervisemaster.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Interface against a supervise master. The master is mainly a list supervise applications. The master is setup by an XML configuration file.

Enumeration Type Documentation

◆ TypeOfSuperviseMaster

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.