- INTERFACE CHANGE:
DeviceModule and ControlSystemModule now do not take the optional prefix argument in their constructors any more. Use the [] operator instead to get the submodule. - Add ExceptionHandlingDecorator and decorate all device variables with it.
Showing
- example/demoApp.cc 3 additions, 3 deletionsexample/demoApp.cc
- example2/demoApp2.cc 3 additions, 3 deletionsexample2/demoApp2.cc
- example2a/demoApp2a.cc 3 additions, 3 deletionsexample2a/demoApp2a.cc
- example3/demoApp3.cc 2 additions, 2 deletionsexample3/demoApp3.cc
- include/ControlSystemModule.h 8 additions, 6 deletionsinclude/ControlSystemModule.h
- include/DeviceModule.h 37 additions, 11 deletionsinclude/DeviceModule.h
- include/ExceptionHandlingDecorator.h 50 additions, 0 deletionsinclude/ExceptionHandlingDecorator.h
- src/Application.cc 14 additions, 3 deletionssrc/Application.cc
- src/ControlSystemModule.cc 6 additions, 3 deletionssrc/ControlSystemModule.cc
- src/DeviceModule.cc 63 additions, 24 deletionssrc/DeviceModule.cc
- src/ExceptionHandlingDecorator.cc 116 additions, 0 deletionssrc/ExceptionHandlingDecorator.cc
- tests/executables_src/testControlSystemAccessors.cc 1 addition, 6 deletionstests/executables_src/testControlSystemAccessors.cc
- tests/executables_src/testDeviceAccessors.cc 13 additions, 13 deletionstests/executables_src/testDeviceAccessors.cc
- tests/executables_src/testDirectDeviceToCS.cc 2 additions, 2 deletionstests/executables_src/testDirectDeviceToCS.cc
- tests/executables_src/testExceptionTest.cc 2 additions, 5 deletionstests/executables_src/testExceptionTest.cc
- tests/executables_src/testIllegalNetworks.cc 1 addition, 1 deletiontests/executables_src/testIllegalNetworks.cc
- tests/executables_src/testTestFacilities.cc 4 additions, 4 deletionstests/executables_src/testTestFacilities.cc
- tests/executables_src/testTrigger.cc 9 additions, 6 deletionstests/executables_src/testTrigger.cc
Loading
Please register or sign in to comment