b40c8028b166c0bc1bec464b932e6dfd3950ccbc
Cobra and Comet Magnet Status
This repository contains the driver code and Midas frontend for the Cobra and Comet Magnet Status.
Requirements
Requires a Midas installation with the environment variables MIDASSYS and
MIDAS_PREFIX pointing to the source code and the built artifacts,
respectively.
Build
Clone this repository, enter the cloned directory, and then build via CMake.
cmake -S "$(pwd)" -B <directory-to-build-in>
cmake --build <directory-to-build-in> --clean-first -- -j8
Run
<directory-to-build-in>/strayfield -e flame
Description
Languages
C++
92.6%
CMake
6.2%
C
1.2%