LinearTransferSystem.
More...
#include <linear_transfer_system.h>
|
| LinearTransferSystem (const std::string &name="") |
|
virtual std::string | getType () const |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | calcxSize () |
|
void | init (InitStage stage) |
|
void | updateSignal () |
|
void | updatedx () |
|
void | updatexd () |
|
void | plot () |
|
void | setPID (double P_, double I_, double D_) |
|
void | setABCD (fmatvec::Mat A_, fmatvec::Mat B_, fmatvec::Mat C_, fmatvec::Mat D_) |
|
void | setBandwidth (double Hz_fg) |
|
void | setIntegrator (double OutputGain) |
|
void | setI2 (double OutputGain) |
|
void | setPT1 (double P, double T) |
|
void | setGain (double P) |
|
void | showABCD () |
|
void | setInputSignal (Signal *inputSignal_) |
|
int | getSignalSize () const |
|
| Signal (const std::string &name) |
|
void | init (InitStage stage) |
|
virtual void | updateg () |
|
virtual void | updategd () |
|
virtual void | updateWRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updateVRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updatehRef (const fmatvec::Vec &hRef, int i=0) |
|
virtual void | updatedhdqRef (const fmatvec::Mat &ref, int i=0) |
|
virtual void | updatedhduRef (const fmatvec::SqrMat &ref, int i=0) |
|
virtual void | updatedhdtRef (const fmatvec::Vec &ref, int i=0) |
|
virtual void | updaterRef (const fmatvec::Vec &ref, int i=0) |
|
virtual bool | isActive () const |
|
virtual bool | gActiveChanged () |
|
virtual bool | isSingleValued () const |
|
std::string | getType () const |
|
const fmatvec::VecV & | getSignal (bool check=true) |
|
const fmatvec::VecV & | evalSignal () |
|
void | resetUpToDate () |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|
|
fmatvec::VecV | outputMethodC () |
|
fmatvec::VecV | outputMethodD () |
|
fmatvec::VecV | outputMethodCD () |
|
| Atom (const Atom &src) |
|
LinearTransferSystem.
- Author
- Markus Schneider
The documentation for this class was generated from the following files:
- /home/mbsim/win64-dailyrelease/mbsim/modules/mbsimControl/mbsimControl/linear_transfer_system.h
- /home/mbsim/win64-dailyrelease/mbsim/modules/mbsimControl/mbsimControl/linear_transfer_system.cc