◆ AddParameterVariableDates()
Add a parameter that is variable at specific dates.
- Parameters
-
parameter | pointer to the parameter variable dates. |
◆ AddParameterVariableMonthly()
Add a parameter that is variable on a monthly basis.
- Parameters
-
parameter | pointer to the parameter variable monthly. |
◆ AddParameterVariableYearly()
Add a parameter that is variable on a yearly basis.
- Parameters
-
parameter | pointer to the parameter variable yearly. |
◆ ChangingDate()
void ParametersUpdater::ChangingDate |
( |
double | date | ) |
|
|
protected |
Update the parameters for the new date.
- Parameters
-
date | new date in MJD format. |
◆ ChangingMonth()
void ParametersUpdater::ChangingMonth |
( |
int | month | ) |
|
|
protected |
Update the parameters for the new month.
- Parameters
-
◆ ChangingYear()
void ParametersUpdater::ChangingYear |
( |
int | year | ) |
|
|
protected |
Update the parameters for the new year.
- Parameters
-
◆ DateUpdate()
void ParametersUpdater::DateUpdate |
( |
double | date | ) |
|
Update the parameters based on the current date.
- Parameters
-
date | current date in MJD format. |
◆ GetPreviousDate()
double ParametersUpdater::GetPreviousDate |
( |
| ) |
|
|
inline |
Get the previous date used for updating parameters.
- Returns
- previous date in MJD format.
The documentation for this class was generated from the following files:
- /github/workspace/core/src/base/ParametersUpdater.h
- /github/workspace/core/src/base/ParametersUpdater.cpp