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