ddt  0.1
ddtDataPublisherApplication.hpp
Go to the documentation of this file.
1 // @copyright
2 // (c) Copyright ESO 2020
3 // All Rights Reserved
4 // ESO (eso.org) is an Intergovernmental Organization, and therefore special
5 // legal conditions apply.
6 //
7 // @file ddtPublisherApplication.hpp
8 // @brief Simulator for sending data.
9 //
10 // This is a base class for data publisher applications
11 //
12 // @author Carsten Mannel, CGI
13 // @since 2020/09/25
14 //
15 
16 #ifndef DDTDATAPUBLISHERAPPLICATION_HPP_
17 #define DDTDATAPUBLISHERAPPLICATION_HPP_
18 
19 namespace ddt {
20 
26  public:
31 
35  virtual ~DdtDataPublisherApplication() = default;
36 
40  virtual int Run() = 0;
41 };
42 
43 } // namespace ddt
44 
45 #endif /* DDTDATAPUBLISHERAPPLICATION_HPP_ */
ddt::DdtDataPublisherApplication::~DdtDataPublisherApplication
virtual ~DdtDataPublisherApplication()=default
ddt
Definition: ddtClient.hpp:36
ddt::DdtDataPublisherApplication::DdtDataPublisherApplication
DdtDataPublisherApplication()=default
ddt::DdtDataPublisherApplication
Definition: ddtDataPublisherApplication.hpp:25
ddt::DdtDataPublisherApplication::Run
virtual int Run()=0