OSFI-C++  3.10.0
OpenSF Integration Library
OSFI.h
Go to the documentation of this file.
1 /*
2  * openSF Integration Libraries (OSFI)
3  * Deimos Space, S.L.U.
4  *
5  * This file is part of OSFI. OSFI is free software; you can redistribute it
6  * and/or modify it under the terms of the 'ESA Software Community Licence Permissive' as
7  * published by the European Space Agency; either version 2.4 of the License,
8  * or (at your option) any later version. You should have received a
9  * copy of the 'ESA Software Community Licence Permissive - v2.4' along with this program
10  * or one can be found at <http://eop-cfi.esa.int/index.php/docs-and-mission-data/licensing-documents>.
11  */
12 
17 #ifndef OSFI_H
18 #define OSFI_H
19 
20 #include "EHLog/Logger.h"
21 #include "CLP/CLP.h"
22 #include "ConFM/ParamReader.h"
23 #include "ConFM/Parameter.h" // Includes DynamicArray and ArrayNode
24 
25 #endif
OSFI-C++ header that provides the command line parser (CLP) class.
OSFI-C++ header that provides formatted logging facilities.
OSFI-C++ header that provides class that reads configuration files.
OSFI-C++ header that declares the class that represents parameters in a configuration file.