SRS-control 0.1.4
 
Loading...
Searching...
No Matches
Controller.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace srs
4{
5
7 {
8
9 public:
10 Controller() = default;
11 void switch_on();
12 void switch_off();
13 void read_data();
14
15 private:
16 };
17
18} // namespace srs
Controller()=default