/api-examples

Primary LanguageC++GNU General Public License v3.0GPL-3.0

api-examples

  • E1 reading a config file
  • E2 using sls::Result
  • E3 Setting and getting exposure time
  • E4 Receiver callbacks
  • E5 Client callback in acquire

Compilation

  • 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