improve history module
* Use templated version to add a trigger. A trigger is needed for Poll type inputs. Still it can not be used for Devices. Here one has to call addSource manually. * No need to use a trigger. Fix connections by moving all to history. Trigger is only needed for DeviceModules. So in case of device addSource still needs to be used, because no tags are present for devices. * Add option to specify the directory where history will appear in CS. * Remove CS tag not needed any more. * Update documentation. * Update documentation of logging module. * Remove CS tag not needed any more. * Remove parameter not needed. AddSource for ConnectingDeviceModule. Docu.
Showing
- Modules/include/Logging.h 24 additions, 40 deletionsModules/include/Logging.h
- Modules/include/ServerHistory.h 51 additions, 45 deletionsModules/include/ServerHistory.h
- Modules/src/ServerHistory.cc 75 additions, 16 deletionsModules/src/ServerHistory.cc
- tests/executables_src/testHistory.cc 25 additions, 33 deletionstests/executables_src/testHistory.cc
Please register or sign in to comment