More work in integrating the fixed_size_vector into the epics sequencer.
The sequencer now builds for both regular models and slow controls sdf. Added a simple_range abstraction (a container for a begin/end iterator pair) as a view over the fixed_size_vectors.
parent
c932dbe7
No related branches found
No related tags found
Showing
- src/epics/seq/CMakeLists.txt 1 addition, 0 deletionssrc/epics/seq/CMakeLists.txt
- src/epics/seq/fixed_size_vector.hh 25 additions, 1 deletionsrc/epics/seq/fixed_size_vector.hh
- src/epics/seq/main.cc 445 additions, 391 deletionssrc/epics/seq/main.cc
- src/epics/seq/simple_range.hh 78 additions, 0 deletionssrc/epics/seq/simple_range.hh
- src/epics/seq/test/test_fixed_size_vector.cc 25 additions, 0 deletionssrc/epics/seq/test/test_fixed_size_vector.cc
- src/epics/seq/test/test_simple_range.cc 18 additions, 0 deletionssrc/epics/seq/test/test_simple_range.cc
Loading
Please register or sign in to comment