#include <dercontroller.h>
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 | useS |
| useS decides whether to use the S matrix in addition to the A matrix | |
| bool | someInternalParams |
| someInternalParams if true only some internal parameters are exported, all otherwise | |
| bool | useTeaching |
| if true, the controller honors the teaching signal | |
| bool | useFantasy |
| if true fantasising is enabled | |
|
|
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
|
|
|
someInternalParams if true only some internal parameters are exported, all otherwise
|
|
|
if true fantasising is enabled
|
|
|
useS decides whether to use the S matrix in addition to the A matrix
|
|
|
if true, the controller honors the teaching signal
|
1.3.8