#include <invertmotorbigmodel.h>
Collaboration diagram for InvertMotorBigModelConf:
Public Attributes | |
int | buffersize |
buffersize size of the time-buffer for x,y,eta | |
double | cInit |
cInit size of the C matrix to initialised with. | |
double | cNonDiag |
cNonDiag is the size of the nondiagonal elements in respect to the diagonal (cInit) ones | |
bool | modelInit |
size of the unit-map strenght of the model | |
bool | someInternalParams |
someInternalParams if true only some internal parameters are exported, otherwise all | |
bool | useTeaching |
if true, the controller honors the teaching signal | |
InvertableModel * | model |
model used as world model |
|
buffersize size of the time-buffer for x,y,eta
|
|
cInit size of the C matrix to initialised with.
|
|
cNonDiag is the size of the nondiagonal elements in respect to the diagonal (cInit) ones
|
|
model used as world model
|
|
size of the unit-map strenght of the model
|
|
someInternalParams if true only some internal parameters are exported, otherwise all
|
|
if true, the controller honors the teaching signal
|