Skip to content

Changes

Summary

  1. Add clocked variables in DAE-chapter. (details)
  2. Allow end for non-integer indexing. (details)
  3. Define that disabled conditional components are ignored. (details)
  4. Add test-case annotation. (#2764) (details)
  5. Simplify description of input/output for functions. (details)
  6. Add exception for encapsulated short class lookup (#2759) (details)
  7. Clarify that a clock cannot be input to hold. (#2773) (details)
  8. Specify Evaluate for hierarchical components. (#2771) (details)
  9. Clarify heterogenous array of records. (#2769) (details)
  10. Improve formulation of rational clock. (#2763) (details)
  11. Change input points to const for C. (#2767) (details)
  12. State that external object class is a class. (#2760) (details)
  13. Fix link to undefined label 'array' (details)
Commit 415a592cd6dc0d6f41dfb9b5f1674fd51e9fa8db by Hans.Olsson
Add clocked variables in DAE-chapter.
Just the minimal so that they don't look totally forgotten.
Closes #2286
The file was modified chapters/dae.tex (diff)
Commit ab856a8740b03f9f2cf47edea49b7df54a587e81 by Hans.Olsson
Allow end for non-integer indexing.
Closes #2204
The file was modified chapters/arrays.tex (diff)
Commit 2ecaa6accb88442b2ba49da09d2ca647debe0f28 by Hans.Olsson
Define that disabled conditional components are ignored.
Closes #2499
The file was modified chapters/scoping.tex (diff)
Commit db20782c2604723c6b396cc3377464419d86843b by noreply
Add test-case annotation. (#2764)

* Add test-case annotation.
Was a bit unclear how to include it, but think adding it close to experiment was best and with minimal impact on index.
Closes #2340
* Apply suggestions from code review
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/annotations.tex (diff)
Commit bae1405a2bbed9b1b5fde2cc20fd0ca12669cb75 by Hans.Olsson
Simplify description of input/output for functions.
Closes #2730
The file was modified chapters/functions.tex (diff)
Commit abab7455a83b2369bc0071b344e98235486b9e2f by noreply
Add exception for encapsulated short class lookup (#2759)

* Add exception for encapsulated short class lookup, and example demonstrating it.
Closes #2743
The file was modified chapters/classes.tex (diff)
Commit c84e8d12a5452b23d96cb32d2dbf6aaf6b5b43fe by noreply
Clarify that a clock cannot be input to hold. (#2773)

Closes #2174
The file was modified chapters/synchronous.tex (diff)
Commit 54de6bbd9448ec1b4ea8e048b89576cc1cad349f by noreply
Specify Evaluate for hierarchical components. (#2771)

* Specify Evaluate for hierarchical components.
Closes #2288
The file was modified chapters/annotations.tex (diff)
Commit 0c684e4eae38e6a6810f6a327c5809f9975abfd9 by noreply
Clarify heterogenous array of records. (#2769)

* Clarify heterogenous array of records.
Closes #2282
The file was modified chapters/arrays.tex (diff)
The file was modified chapters/interface.tex (diff)
Commit 914dc1b25a79bd2f52b0740d1486e843102709ce by noreply
Improve formulation of rational clock. (#2763)

* Improve formulation of rational clock.
It might be that we should have a clearer separator for the =0 case.
Closes #2386
The file was modified chapters/synchronous.tex (diff)
Commit 3875c08b2281073fd1b205765bf5a9f5df3e3f80 by noreply
Change input points to const for C. (#2767)

* Change input points to const for C.
Closes #1955
The file was modified chapters/functions.tex (diff)
Commit 23e1c576b0ead82a1d56169f50e539e123db0dbb by noreply
State that external object class is a class. (#2760)

* State that external object class is a class.
Closes #2705
The file was modified chapters/functions.tex (diff)
Commit 812ec164d210a3462c39a431081ec0fe688f1ff2 by Tidefelt Henrik
Fix link to undefined label 'array'
The file was modified chapters/interface.tex (diff)