A DeviceModule now returns the same VariableNetworkNode when asked for the...
A DeviceModule now returns the same VariableNetworkNode when asked for the same register multiple times. This leads to a new restriction that registers can now only be either read or written. This restriction can be mitigated by using the logical name mapper to create an alias of the register. This has been implemented for the tests and the demo application.
Showing
- example/demoApp.cc 3 additions, 3 deletionsexample/demoApp.cc
- example/dummy.xlmap 14 additions, 14 deletionsexample/dummy.xlmap
- include/DeviceModule.h 4 additions, 0 deletionsinclude/DeviceModule.h
- src/DeviceModule.cc 4 additions, 1 deletionsrc/DeviceModule.cc
- tests/executables_src/testDeviceAccessors.cc 4 additions, 4 deletionstests/executables_src/testDeviceAccessors.cc
- tests/executables_src/testTrigger.cc 6 additions, 6 deletionstests/executables_src/testTrigger.cc
Please register or sign in to comment