Lodestar
An integrated real-time control package in C++
SystemStateful.hpp
1 //
2 // Created by Hamza El-Kebir on 4/21/21.
3 //
4 
5 #ifndef LODESTAR_SYSTEMSTATEFUL_HPP
6 #define LODESTAR_SYSTEMSTATEFUL_HPP
7 
8 #include "SystemStateless.hpp"
9 
10 namespace ls { namespace systems {
12  public:
13 
14  };
15 } }
16 
17 #endif //LODESTAR_SYSTEMSTATEFUL_HPP
ls
Main Lodestar code.
Definition: BilinearTransformation.hpp:12
ls::systems::SystemStateful
Definition: SystemStateful.hpp:11
ls::systems::SystemStateless
Definition: SystemStateless.hpp:9