Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
  2. Feb 03, 2020
  3. Jan 23, 2020
  4. Jan 22, 2020
  5. Jan 20, 2020
  6. Jan 17, 2020
  7. Sep 24, 2019
  8. 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
  9. Feb 22, 2019
  10. Feb 21, 2019
  11. Sep 05, 2018
  12. Nov 20, 2017
  13. Nov 15, 2017
  14. Sep 25, 2017
  15. Apr 19, 2017
  16. Apr 05, 2017
  17. Feb 16, 2017
  18. Dec 02, 2016
  19. Nov 16, 2016
  20. Nov 15, 2016
  21. 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
  22. Nov 10, 2016
  23. Nov 09, 2016
  24. Nov 04, 2016
  25. Jul 06, 2016
  26. Jun 30, 2016
  27. Jun 29, 2016
  28. Jun 22, 2016
Loading