EPICS Sequencer - Rework BURT parseLine in terms of fixed vectors and strings.
* Remove the possibility to have variable string lengths passed in. * Work with an out parameter that knows its size and can assert it to the caller.
parent
036a6c87
No related branches found
No related tags found
Showing
- src/epics/seq/burt_file.hh 111 additions, 103 deletionssrc/epics/seq/burt_file.hh
- src/epics/seq/fixed_size_string.hh 13 additions, 0 deletionssrc/epics/seq/fixed_size_string.hh
- src/epics/seq/main.cc 29 additions, 35 deletionssrc/epics/seq/main.cc
- src/epics/seq/test/test_burtfile.cc 8 additions, 20 deletionssrc/epics/seq/test/test_burtfile.cc
- src/epics/seq/test/test_fixed_size_string.cc 14 additions, 0 deletionssrc/epics/seq/test/test_fixed_size_string.cc
Loading
Please register or sign in to comment