WIP on minor cleanups in main.cc of the sequencer.
* Added test builds of the sequencer to the cmake to facilitate building and debugging (non-functional as it does not build the dbd file, cmd file, ... * Wrap the local EPICS variables in a new type to promote type safe read/write of data, plus give us a point to allow mocking the interface out. * the casdf sequencer does not build right now.
parent
28a577fb
No related branches found
No related tags found
Showing
- src/epics/seq/CMakeLists.txt 10 additions, 0 deletionssrc/epics/seq/CMakeLists.txt
- src/epics/seq/epics_channel.hh 134 additions, 0 deletionssrc/epics/seq/epics_channel.hh
- src/epics/seq/fixed_size_string.hh 5 additions, 0 deletionssrc/epics/seq/fixed_size_string.hh
- src/epics/seq/main.cc 296 additions, 389 deletionssrc/epics/seq/main.cc
src/epics/seq/epics_channel.hh
0 → 100644
This diff is collapsed.
Please register or sign in to comment