SRS-control
0.1.4
Loading...
Searching...
No Matches
Controller.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
srs
4
{
5
6
class
Controller
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
srs::Controller::read_data
void read_data()
srs::Controller::switch_on
void switch_on()
srs::Controller::switch_off
void switch_off()
srs::Controller::Controller
Controller()=default
srs
Definition
Application.cpp:11
backend
srs
control
Controller.hpp
Impressum
Datenschutzerklärung
Generated by
1.13.2