Skip to content

convert the sequencer to C++

Jonathan Hanks requested to merge jonathan-hanks/advligorts:epics_seq_cxx into master

goal:

  • increase abstraction and make code easier to read
  • take advantage of stronger type system
  • increase memory safety.
    • Move to bounded ranges
    • Move to strings that know their max capacity to avoid overflow.

Merge request reports