Skip to content
Snippets Groups Projects
Forked from asapo / asapo
2311 commits behind the upstream repository.
Carsten Patzke's avatar
Carsten Patzke authored
Merge branch 'feature/HIDRA2-13-access-detector-frames' of ssh://stash.desy.de:7999/hidra2/hidra2 into feature/HIDRA2-13-access-detector-frames
1d21ea45
History

hidra2

C++ Projects

  • /common/cpp

Library: Common library which get shared between the producer and receiver

  • /producer/producer-api

Library: ProducerImpl library which can send data to the receiver

  • /receiver

Executable: The receiver which can receive data from the producer

  • /producer/inotify-event-detector-cpp

Executable: Implementation of the producer api with inotify

Building

With documentation

Need Doxygen >= 1.8.10

  • mkdir build
  • cd build
  • cmake -DBUILD_DOCS=ON ..

With tests

Need googletest >= 1.8.0

  • mkdir build
  • cd build
  • cmake -DBUILD_TESTS=ON ..