OSFEG-C++  1.4.6
OpenSF Error Generation Library
BinaryOperations.h
1 /*
2  * openSF Error Generation Libraries (OSFEG)
3  * Deimos Space, S.L.U.
4  *
5  * This file is part of OSFEG. OSFEG 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  */
13 
14 #ifndef BINARYOPERATIONS_H_
15 #define BINARYOPERATIONS_H_
16 
17 #include "Analytical.h"
18 #include <cmath>
19 
35 private:
36 
43  double getAddition(double time);
44 
52  double getSubtraction(double time);
53 
60  double getMultiplication(double time);
61 
69  double getDivision(double time);
70 
78  double getExponentiation(double time);
79 
86  double getRoot(double time);
87 
88 public:
89 
97  double getValue(double time);
98 
105 };
106 
107 #endif /* BINARYOPERATIONS_H_ */
Definition: Analytical.h:30
string type
Type of value (currently only "Float")
Definition: Analytical.h:33
Definition: BinaryOperations.h:34
BinaryOperations(string type)
double getValue(double time)