v1.0
PController.h
Go to the documentation of this file.
1
//
2
// Created by reza on 11-01-21.
3
//
4
5
#ifndef MERCURYDPM_PCONTROLLER_H
6
#define MERCURYDPM_PCONTROLLER_H
7
#include "
Math/ExtendedMath.h
"
8
9
class
PController
{
10
Mdouble
pGain
;
11
public
:
12
13
PController
(
Mdouble
pGain
);
14
15
Mdouble
apply
(
Mdouble
stressError,
Mdouble
timeStep);
16
};
17
18
19
#endif
//MERCURYDPM_PCONTROLLER_H
ExtendedMath.h
PController
Definition:
PController.h:9
PController::PController
PController(Mdouble pGain)
Definition:
PController.cc:6
PController::pGain
Mdouble pGain
Definition:
PController.h:10
PController::apply
Mdouble apply(Mdouble stressError, Mdouble timeStep)
Definition:
PController.cc:10
double
Kernel
Controllers
PController.h
Generated on Fri Jul 21 2023 15:03:34 for MercuryDPM by
1.9.1