PidTuning constructor
PidTuning({})
Implementation
PidTuning({
required this.desired,
required this.achieved,
required this.ff,
required this.p,
required this.i,
required this.d,
required this.axis,
required this.srate,
required this.pdmod,
});