OSFEG-C++
1.4.6
OpenSF Error Generation Library
Step.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 Step_H
15
#define Step_H
16
17
#include "Analytical.h"
18
24
class
Step
:
public
Analytical
25
{
26
private
:
28
// public operations
30
42
double
getStep(
double
time);
43
44
public
:
52
double
getValue
(
double
time);
53
57
Step
();
58
59
};
60
61
#endif
// Step_H
62
Analytical
Definition:
Analytical.h:30
Step
Definition:
Step.h:25
Step::Step
Step()
Step::getValue
double getValue(double time)
include
Step.h
Generated by
1.9.1