manual:simulation_program
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | manual:simulation_program [2018/02/07 08:49] (current) – created zenke | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Simulation program ===== | ||
| + | Each Auryn simulation is a fully qualified C++ program. However, to qualify as an Auryn simulation it must initialize instances of two specific Auryn classes. These classes must be made accessible through the following three global pointers declared in '' | ||
| + | |||
| + | System * sys; | ||
| + | Logger * logger; | ||
| + | |||
| + | '' | ||
manual/simulation_program.txt · Last modified: 2018/02/07 08:49 by zenke
