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