OSFI-C++
3.9.2
OpenSF Integration Library
OSFI.h
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
* @file
13
* @brief Main OSFI-C++ public API header. This file includes the most relevant parts of OSFI.
14
*/
15
16
#ifndef _OSFI_H_
17
#define _OSFI_H_
18
19
#include "EHLog/Logger.h"
20
#include "
CLP/CLP.h
"
21
#include "ConFM/ParamReader.h"
22
#include "ConFM/Parameter.h"
// Includes DynamicArray and ArrayNode
23
24
#endif
CLP.h
OSFI-C++ header that provides the command line parser (CLP) class.
include
cpp
OSFI.h
Generated by
1.8.17