Skip to content
Snippets Groups Projects
  1. Feb 13, 2017
  2. Feb 10, 2017
  3. Feb 09, 2017
  4. Feb 08, 2017
  5. Feb 03, 2017
  6. Jan 24, 2017
  7. Dec 23, 2016
  8. Dec 07, 2016
  9. Dec 02, 2016
  10. Dec 01, 2016
  11. Nov 29, 2016
  12. Nov 25, 2016
  13. Nov 23, 2016
  14. Nov 18, 2016
  15. Nov 16, 2016
  16. Nov 15, 2016
  17. 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
  18. Nov 11, 2016
Loading