Skip to content
Snippets Groups Projects
  1. Nov 08, 2022
  2. Aug 26, 2022
  3. Sep 08, 2021
  4. Jun 16, 2021
  5. Jul 29, 2020
    • Martin Killenberg's avatar
      Made 'example' compile again. · 5a7b5e56
      Martin Killenberg authored
      - TimerDummyDevice is compiling again. The implementation is completely broken and not according to spec.
      - Due to bugs in the AC implementation it would not work anyway, so there is no point fixing it right now.
      - Needs ticket #176 to be implemented to work correctly.
      5a7b5e56
  6. May 27, 2020
  7. Jan 27, 2020
  8. Sep 30, 2019
  9. Jul 03, 2019
  10. Jun 26, 2019
  11. Mar 18, 2019
    • Martin Christoph Hierholzer's avatar
      - INTERFACE CHANGE: · ba496feb
      Martin Christoph Hierholzer authored
        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.
      ba496feb
  12. Feb 22, 2019
  13. Feb 21, 2019
  14. Jan 23, 2019
  15. Sep 05, 2018
  16. Jul 04, 2018
  17. Jun 20, 2018
  18. Jun 07, 2018
  19. Dec 15, 2017
  20. Nov 28, 2017
  21. Nov 24, 2017
  22. Sep 21, 2017
  23. May 05, 2017
  24. Apr 19, 2017
  25. Apr 05, 2017
  26. Dec 07, 2016
  27. Dec 02, 2016
  28. Nov 15, 2016
  29. Nov 14, 2016
    • Martin Christoph Hierholzer's avatar
      Read all application inputs once before starting the module threads, so the... · 468f8c48
      Martin Christoph Hierholzer authored
      Read all application inputs once before starting the module threads, so the initial values are correctly present.
      
      For this purpose, additional changes were necessary:
      - Added support for constant values as feeders and consumers (just ignore the writes)
      - Connect all unconnected application accessors to constants after defining the connections and before creating the implementations
      - Renamed the user-overridden function "initialise()" into "defineConnections()", since more actions are now necessary during initialise().
      - The connections are now made (i.e. the implementations are created) during the initialisation phase
      468f8c48
  30. Nov 10, 2016
Loading