MBDyn-1.7.3
|
#include <gpc.h>
Public Member Functions | |
GPCDesigner (integer iNumOut, integer iNumIn, integer iOrdA, integer iOrdB, integer iPredS, integer iContrS, integer iPredH, integer iContrH, doublereal dPF) | |
virtual | ~GPCDesigner (void) |
virtual void | DesignControl (const doublereal *, doublereal **ppda=NULL, doublereal **ppdb=NULL, doublereal **ppdm=NULL, doublereal **ppdc=NULL) |
doublereal * | pdGetAc (void) const |
doublereal * | pdGetBc (void) const |
doublereal * | pdGetMd (void) const |
doublereal * | pdGetCc (void) const |
integer | iGetPredStep (void) const |
integer | iGetContrStep (void) const |
integer | iGetPredHor (void) const |
integer | iGetContrHor (void) const |
Protected Attributes | |
integer | iNumOutputs |
integer | iNumInputs |
integer | iOrderA |
integer | iOrderB |
integer | iPredStep |
integer | iContrStep |
integer | iPredHor |
integer | iContrHor |
doublereal | dPeriodicFactor |
doublereal * | pdBase |
doublereal * | pdA |
doublereal * | pdB |
doublereal * | pdP |
doublereal * | pdC |
doublereal * | pdac |
doublereal * | pdbc |
doublereal * | pdmd |
doublereal * | pdcc |
GPCDesigner::GPCDesigner | ( | integer | iNumOut, |
integer | iNumIn, | ||
integer | iOrdA, | ||
integer | iOrdB, | ||
integer | iPredS, | ||
integer | iContrS, | ||
integer | iPredH, | ||
integer | iContrH, | ||
doublereal | dPF | ||
) |
Definition at line 781 of file gpc.cc.
References ASSERT, iContrStep, iNumInputs, iNumOutputs, and iPredStep.
|
virtual |
|
virtual |
|
inline |
|
inline |
Definition at line 213 of file gpc.h.
References iContrStep.
|
inline |
Definition at line 219 of file gpc.h.
References iPredHor.
Referenced by DAC_Process_Debug::DAC_Process_Debug().
|
inline |
Definition at line 207 of file gpc.h.
References iPredStep.
Referenced by DAC_Process_Debug::DAC_Process_Debug().
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
Definition at line 140 of file gpc.h.
Referenced by iGetContrHor().
|
protected |
Definition at line 138 of file gpc.h.
Referenced by GPCDesigner(), and iGetContrStep().
|
protected |
Definition at line 133 of file gpc.h.
Referenced by GPCDesigner().
|
protected |
Definition at line 132 of file gpc.h.
Referenced by GPCDesigner().
|
protected |
Definition at line 139 of file gpc.h.
Referenced by iGetPredHor().
|
protected |
Definition at line 137 of file gpc.h.
Referenced by GPCDesigner(), and iGetPredStep().
|
protected |
|
protected |
Definition at line 151 of file gpc.h.
Referenced by DesignControl(), and pdGetAc().
|
protected |
|
protected |
Definition at line 144 of file gpc.h.
Referenced by ~GPCDesigner().
|
protected |
Definition at line 152 of file gpc.h.
Referenced by DesignControl(), and pdGetBc().
|
protected |
|
protected |
Definition at line 154 of file gpc.h.
Referenced by DesignControl(), and pdGetCc().
|
protected |
Definition at line 153 of file gpc.h.
Referenced by DesignControl(), and pdGetMd().
|
protected |