MBDyn-1.7.3
|
#include <px.h>
Public Member Functions | |
PersistentExcitation (int i) | |
virtual | ~PersistentExcitation (void) |
virtual int | iGetNumDrives (void) const |
virtual void | AddInput (doublereal *pd) const =0 |
Protected Attributes | |
int | iNumDrives |
PersistentExcitation::PersistentExcitation | ( | int | i | ) |
|
virtual |
|
pure virtual |
Implemented in VectorPX, ScalarPX, and NullPX.
Referenced by DiscreteIdentProcess_Debug::GetInput(), and DAC_Process_Debug::GetInput().
|
virtual |
Definition at line 52 of file px.cc.
References iNumDrives.
|
protected |
Definition at line 39 of file px.h.
Referenced by VectorPX::AddInput(), iGetNumDrives(), VectorPX::VectorPX(), and VectorPX::~VectorPX().