- E1 reading a config file
- E2 using sls::Result
- E3 Setting and getting exposure time
- E4 Receiver callbacks
- E5 Client callback in acquire
-
Refer to software wiki on installation instructions for the slsDetectorPackage
-
Compile
# outside api-examples folder
mkdir build && cd build
# configure & generate Makefiles
cmake ../api-examples -DCMAKE_PREFIX_PATH=/path/to/sls/install
# compile
make -j12