News
Shop
Learn
Community
Ein Bild oder sowas
LUCIDAC Documentation
User Docs
Pybrid
Julia
C++
Firmware
REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
drivers.h
Go to the documentation of this file.
1
#include "run/run.h"
2
3
namespace
run
{
4
namespace
drivers {
5
6
class
DummyDemoRun
:
public
Run {
7
using
Run::Run;
8
void
run
()
override
;
9
};
10
11
class
SimulatedRun
:
public
Run {
12
using
Run::Run;
13
void
run
()
override
;
14
};
15
16
}
// ns drivers
17
}
// ns run
run::drivers::DummyDemoRun
Definition
drivers.h:6
run::drivers::SimulatedRun
Definition
drivers.h:11
run
Definition
drivers.h:3
lib
native
src
run
native
drivers.h
Generated by
1.12.0