PDController
Loading...
Searching...
No Matches
Calculations.hpp
Go to the documentation of this file.
1
6
7
#ifndef Calculations_h
8
#define Calculations_h
9
10
#include <vector>
11
12
#include "
Constants.hpp
"
13
#include "
ODE.hpp
"
14
#include "
Populate.hpp
"
15
16
using
std::vector;
17
26
vector<vector<double>>
func_y_t
(
double
K_d,
double
K_p,
double
r_t,
double
t_sim,
double
t_step);
27
28
#endif
func_y_t
vector< vector< double > > func_y_t(double K_d, double K_p, double r_t, double t_sim, double t_step)
Calculates Process Variable.
Constants.hpp
Provides the structure for holding constant values.
ODE.hpp
Class representing an ODE system.
Populate.hpp
Class for populating a list during an ODE solution process.
Generated by
1.15.0