Skip to content

V3.0 Release

Choose a tag to compare

@brichards64 brichards64 released this 06 Mar 14:58
· 20 commits to main since this release

What's Changed

  • V3.0 by @brichards64 in #20
  • add .gitignore by @marc1uk in #22
  • Implement plotting of non-time based data by @jini-zh in #23
  • Application/Makefile: recompile UserTools/Factory/Factory.o when a tool header changes by @jini-zh in #27
  • Makefile: rearrange the order of libraries to make the Ubuntu linker happy by @jini-zh in #24
  • update Services to rename GetConfig/SendConfig to GetDeviceConfig and… by @marc1uk in #28
  • updates to Services.cpp for configurations stuff by @marc1uk in #30
  • Dontcheckversion by @marc1uk in #31
  • bugfix to SlowControlCollection.cpp by @marc1uk in #34
  • Update Services.cpp by @marc1uk in #33
  • Replace generic plots with Plotly specific plots by @jini-zh in #32
  • Update Services.cpp by @marc1uk in #41
  • important safety check in SlowControlCollection.h by @marc1uk in #40
  • add try/catch around zmq poll in ServiceDiscovery, and bugfix in Services by @marc1uk in #44
  • change servicesbackend background thread loop rate by @marc1uk in #43
  • Backend improvements by @marc1uk in #37
  • Speed up connection to middleman by @marc1uk in #35
  • Remove startup delay in Services constructor by @marc1uk in #36
  • Return vals in SlowControlCollection by @marc1uk in #38
  • Comment unused boost headers by @guiguem in #39
  • add linger setting to zmq sockets in ServicesBackend.cpp by @marc1uk in #42
  • add subject to monitoring messages, split logging and monitoring across different ports by @marc1uk in #45

New Contributors

Full Changelog: v2.3.0...v.3.0.0