- Jan 22, 2025
-
-
Diego Gruyer authored
-
- Dec 16, 2024
-
-
John Frankland authored
-
- Nov 20, 2024
-
-
John Frankland authored
-
- Nov 14, 2024
-
-
John Frankland authored
-
- Oct 01, 2024
-
-
John Frankland authored
* cannot use -DENABLE_RECEIVER_TRANSMITTER=ON as this implies building the mesytec-mvlc submodule, which with only 1 core & a maximum job time of 4 hours is not possible * Ubuntu20.04 can no longer be used as CMake >= 3.18 is required. Replaced with Ubuntu22.04 alongside 'latest' Ubuntu
-
John Frankland authored
-
John Frankland authored
-
John Frankland authored
-
John Frankland authored
also: show name of scaler module in module::ls()
-
John Frankland authored
-
John Frankland authored
-
John Frankland authored
subrepo: subdir: "externals/cmake/FindZeroMQ" merged: "245f9a7" upstream: origin: "git@gitlab.in2p3.fr:jdfcode/cmake/findzeromq.git" branch: "main" commit: "245f9a7" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
-
John Frankland authored
git subrepo clone --force https://gitlab.in2p3.fr/jdfcode/cmake/findpackageadddependency.git externals/cmake/FindPackageAddDependency subrepo: subdir: "externals/cmake/FindPackageAddDependency" merged: "7843670" upstream: origin: "https://gitlab.in2p3.fr/jdfcode/cmake/findpackageadddependency.git" branch: "main" commit: "7843670" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
-
- Sep 12, 2024
-
-
John Frankland authored
-
John Frankland authored
-
- Jul 12, 2024
-
-
John Frankland authored
-
- Jun 25, 2024
-
-
John Frankland authored
..not uint8_t, nor uint16_t (why ???)
-
- Jun 21, 2024
-
-
John Frankland authored
-
John Frankland authored
subrepo: subdir: "externals/cmake/CMakeListsUtilities" merged: "865eae9" upstream: origin: "git@gitlab.in2p3.fr:jdfcode/cmake/cmakelistsutilities.git" branch: "main" commit: "865eae9" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb"
-
John Frankland authored
-
- Jun 18, 2024
-
-
John Frankland authored
-
John Frankland authored
trying to understand why CI jobs are killed after a few minutes when timeout is 4h (asked for 8, but it doesn't increase)
-
John Frankland authored
-
- Jun 17, 2024
-
-
John Frankland authored
* no arguments are obligatory, it is possible to launch without any arguments, if required files are in the working directory. * usage: Optional arguments: -c [ --config_dir ] arg (=.) directory in which to look for config files --config_file arg (=transceiver.cfg) file with default argument values (in config_dir) -h [ --mvme_host ] arg (=localhost) url of host where mvme-zmq is runnning -m [ --crate_map ] arg (=crate_map.dat) name of file containing crate map -y [ --mvlc_config ] arg (=mvlc_crateconfig.yaml) yaml file with exported MVLC config -s [ --data_source ] arg (=0) data source id [0-255] for MFM frame headers -p [ --mvme_port ] arg (=5575) port number of mvme-zmq host -z [ --zmq_port ] arg (=9097) port on which to publish MFM data -b [ --buffer_size ] arg (=64) buffer size to use (in kilobytes) -t [ --timeout ] arg (=1000) timeout for buffer flush (in milliseconds) * mvme_host is now 'localhost' by default * non-default names for 'crate_map' and 'mvlc_config' file can be used * it is possible to run just by giving the --config_dir argument, if this directory contains a transceiver.cfg file with all required arguments and the 'crate_map' and 'mvlc_config' files * when TGV timestamps are incorrect (bad status), we no longer print a warning for every event; the 'bad rate' is shown as the percentage of all events since the last status update which had bad timestamps * PLUS: now in living colour...!
-
- Mar 21, 2024
-
-
John Frankland authored
-
John Frankland authored
-
- Mar 13, 2024
-
-
John Frankland authored
-
- Feb 23, 2024
-
-
John Frankland authored
-
- Feb 10, 2024
-
-
John Frankland authored
format of file: mvme_host=gansacq6 #mvme_port= data_source=8 #zmq_port= timeout=500 buffer_size=128
-
- Feb 09, 2024
-
-
John Frankland authored
* use option '-s' or '--data_source' with value between 0 & 255 (anything else is ignored) * default value (as before) is 0
-
- Feb 02, 2024
-
-
uvamos authored
* also reimplements 'status' printout in main as a thread with a 5s timeout
- Feb 01, 2024
-
-
John Frankland authored
* and change version in CMakeLists.txt!
-
John Frankland authored
-
John Frankland authored
-
John Frankland authored
-
- Jan 15, 2024
-
-
John Frankland authored
-
John Frankland authored
* also install boost::program_options before builds
-
John Frankland authored
* this is a minimum fix: ensure consumers can still link to mesytec_data::mesytec_data target to compile & build their own code * we just include the dependency of the target on mesytec-mvlc::mesytec-mvlc, which we set up as an imported target * only code which uses just the mesytec_data library can be compiled, we do not install any of the headers for mesytec-mvlc
-
John Frankland authored
-