Moving headers into include/sls (#212)

This commit is contained in:
Erik Fröjdh
2020-11-02 16:05:28 +01:00
committed by GitHub
parent a57bbc084c
commit a15d8dd30a
199 changed files with 417 additions and 413 deletions

View File

@ -36,7 +36,7 @@ Running a config file [e1]
.. code-block:: cpp
#include "Detector.h"
#include "sls/Detector.h"
...
sls::Detector det;
det.loadConfig("path/to/config/file.config");
@ -105,7 +105,7 @@ as converting to floating point.
.. code-block:: cpp
#include "Detector.h"
#include "sls/Detector.h"
#include <chrono>
...
std::chrono::microseconds t0{500};