Updating simple_pv to allow for more int types.
* Reworking the simpleIntPv and simpleIntAttribute interface to be templates to allow for semi-arbitrary int PV types. * Done to support int, uint, ushort types in the epics sequencer.
parent
8b26b1db
No related branches found
No related tags found
Showing
- src/simple_pv/CMakeLists.txt 2 additions, 1 deletionsrc/simple_pv/CMakeLists.txt
- src/simple_pv/private/simple_pv_int.hh 284 additions, 0 deletionssrc/simple_pv/private/simple_pv_int.hh
- src/simple_pv/private/simple_pv_internal.hh 4 additions, 79 deletionssrc/simple_pv/private/simple_pv_internal.hh
- src/simple_pv/private/simple_pv_types.hh 77 additions, 0 deletionssrc/simple_pv/private/simple_pv_types.hh
- src/simple_pv/simple_epics.cc 37 additions, 1 deletionsrc/simple_pv/simple_epics.cc
- src/simple_pv/simple_epics.hh 31 additions, 17 deletionssrc/simple_pv/simple_epics.hh
- src/simple_pv/simple_pv.cc 5 additions, 8 deletionssrc/simple_pv/simple_pv.cc
- src/simple_pv/simple_pv_internal.cc 2 additions, 221 deletionssrc/simple_pv/simple_pv_internal.cc
- src/simple_pv/tests/test_rw_cas.cc 23 additions, 12 deletionssrc/simple_pv/tests/test_rw_cas.cc
src/simple_pv/private/simple_pv_int.hh
0 → 100644
src/simple_pv/private/simple_pv_types.hh
0 → 100644
Please register or sign in to comment