tomlankhorst/control
include
control
system
type.h
1
5
#pragma once
6
7
namespace
control::system
{
8
15
template
<
typename
T>
16
class
SISO
{
17
public
:
24
virtual
T
step
(T) = 0;
25
};
26
27
}
control::system::SISO
Definition:
type.h:16
control::system
Definition:
ss.h:9
control::system::SISO::step
virtual T step(T)=0
Generated by
1.8.13