14 #include "IErrorSources.h"
20 #include "stl_tree/Composite.h"
22 #if __cplusplus >= 201402L
23 # define OSFEG_DEPRECATED(why) [[deprecated(why)]]
25 # define OSFEG_DEPRECATED(why)
29 using errorsMap OSFEG_DEPRECATED(
"Internal alias, will be removed") = std::map<std::string, Composite*>;
60 double getError(
const std::string& paramName,
const double time)
override;
64 std::map<std::string,std::unique_ptr<Composite>> errors;
Definition: ErrorSources.h:35
double getError(const std::string ¶mName, const double time) override
ErrorSources(const std::string &errorFileName)
Definition: IErrorSources.h:22