Public Methods
-
Lag()
-
~Lag()
-
void SetName(const string &n)
-
void SetA(const double &a)
-
void SetPrevDevice(const int &d)
-
void Set(const string &n, const int &pd, const double &a, const double &dt)
- Method for complete initialization of this device.
-
void ComputeCs(double dt)
-
void SetInitState(const double &y_0)
- compute the constants c_1, c_2.
-
void Run(const double &i)
- compute first output given first input (first running)
-
double GetOutput(void) const
- get current output value
-
void Out(char*c) const
- Print characteristics/state to default output
Private Fields
-
string name
-
int pdev
-
double A
- previous device index to connect with
-
double c1
-
double c2
-
double x
-
double x0
-
double y
-
double y0
Documentation
- Lag()
- ~Lag()
- void SetName(const string &n)
- void SetA(const double &a)
- void SetPrevDevice(const int &d)
- void Set(const string &n, const int &pd, const double &a, const double &dt)
- Method for complete initialization of this device.
- void ComputeCs(double dt)
- void SetInitState(const double &y_0)
- compute the constants c_1, c_2. , based on step dt.Really only needed if dt changues.
- void Run(const double &i)
- compute first output given first input (first running)
- double GetOutput(void) const
- get current output value
- void Out(char*c) const
- Print characteristics/state to default output
- string name
- int pdev
- double A
- previous device index to connect with
- double c1
- double c2
- double x
- double x0
- double y
- double y0
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.