OSFEG-C++  1.4.5
OpenSF Error Generation Library
IErrorSources Class Referenceabstract

#include <IErrorSources.h>

Inheritance diagram for IErrorSources:
ErrorSources

Public Member Functions

virtual double getError (const std::string &paramName, const double time)=0
 

Detailed Description

Interface declaring needed functionality for error sources.

Member Function Documentation

◆ getError()

virtual double IErrorSources::getError ( const std::string &  paramName,
const double  time 
)
pure virtual

Returns the perturbation value at a given simulation time for an specified perturbation type.

Parameters
paramNamePerturbation name.
timeSimulation type.

Implemented in ErrorSources.


The documentation for this class was generated from the following file: