MBDyn-1.7.3
|
#include <px.h>
Public Member Functions | |
VectorPX (int i, DriveCaller **p) | |
virtual | ~VectorPX (void) |
virtual void | AddInput (doublereal *pd) const |
Public Member Functions inherited from PersistentExcitation | |
PersistentExcitation (int i) | |
virtual | ~PersistentExcitation (void) |
virtual int | iGetNumDrives (void) const |
Protected Attributes | |
DriveOwner ** | pvDrives |
Protected Attributes inherited from PersistentExcitation | |
int | iNumDrives |
VectorPX::VectorPX | ( | int | i, |
DriveCaller ** | p | ||
) |
Definition at line 100 of file px.cc.
References ASSERT, PersistentExcitation::iNumDrives, pvDrives, SAFEDELETEARR, SAFENEWARR, and SAFENEWWITHCONSTRUCTOR.
|
virtual |
Definition at line 122 of file px.cc.
References PersistentExcitation::iNumDrives, pvDrives, SAFEDELETE, and SAFEDELETEARR.
|
virtual |
Implements PersistentExcitation.
Definition at line 131 of file px.cc.
References DriveOwner::dGet(), PersistentExcitation::iNumDrives, and pvDrives.
|
protected |
Definition at line 70 of file px.h.
Referenced by AddInput(), VectorPX(), and ~VectorPX().