Skip to content

Commit

Permalink
Generated HTML for Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonia Mathew committed May 9, 2024
1 parent 0238c32 commit 3d1503d
Show file tree
Hide file tree
Showing 231 changed files with 13,011 additions and 1,917 deletions.
48 changes: 48 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@








Expand Down Expand Up @@ -626,6 +628,8 @@








Expand Down Expand Up @@ -659,6 +663,20 @@



<li class="md-nav__item">
<a href="/code-realtime/target-rts/timers/" class="md-nav__link">
Timers
</a>
</li>









<li class="md-nav__item">
<a href="/code-realtime/target-rts/threads/" class="md-nav__link">
Threads
Expand Down Expand Up @@ -800,6 +818,8 @@








Expand Down Expand Up @@ -841,6 +861,20 @@



<li class="md-nav__item">
<a href="/code-realtime/building/build-cpp-files/" class="md-nav__link">
C++ Source Files
</a>
</li>









<li class="md-nav__item">
<a href="/code-realtime/building/launch-configurations/" class="md-nav__link">
Launch Configurations
Expand Down Expand Up @@ -957,6 +991,20 @@








<li class="md-nav__item">
<a href="/code-realtime/contributing/" class="md-nav__link">
Contributing
</a>
</li>




</ul>
</nav>
</li>
Expand Down
48 changes: 48 additions & 0 deletions docs/art-lang/cpp-extensions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@








Expand Down Expand Up @@ -734,6 +736,8 @@








Expand Down Expand Up @@ -767,6 +771,20 @@



<li class="md-nav__item">
<a href="../../target-rts/timers/" class="md-nav__link">
Timers
</a>
</li>









<li class="md-nav__item">
<a href="../../target-rts/threads/" class="md-nav__link">
Threads
Expand Down Expand Up @@ -908,6 +926,8 @@








Expand Down Expand Up @@ -949,6 +969,20 @@



<li class="md-nav__item">
<a href="../../building/build-cpp-files/" class="md-nav__link">
C++ Source Files
</a>
</li>









<li class="md-nav__item">
<a href="../../building/launch-configurations/" class="md-nav__link">
Launch Configurations
Expand Down Expand Up @@ -1065,6 +1099,20 @@








<li class="md-nav__item">
<a href="../../contributing/" class="md-nav__link">
Contributing
</a>
</li>




</ul>
</nav>
</li>
Expand Down
54 changes: 53 additions & 1 deletion docs/art-lang/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@








Expand Down Expand Up @@ -643,6 +645,8 @@








Expand Down Expand Up @@ -676,6 +680,20 @@



<li class="md-nav__item">
<a href="../target-rts/timers/" class="md-nav__link">
Timers
</a>
</li>









<li class="md-nav__item">
<a href="../target-rts/threads/" class="md-nav__link">
Threads
Expand Down Expand Up @@ -817,6 +835,8 @@








Expand Down Expand Up @@ -858,6 +878,20 @@



<li class="md-nav__item">
<a href="../building/build-cpp-files/" class="md-nav__link">
C++ Source Files
</a>
</li>









<li class="md-nav__item">
<a href="../building/launch-configurations/" class="md-nav__link">
Launch Configurations
Expand Down Expand Up @@ -974,6 +1008,20 @@








<li class="md-nav__item">
<a href="../contributing/" class="md-nav__link">
Contributing
</a>
</li>




</ul>
</nav>
</li>
Expand Down Expand Up @@ -1592,7 +1640,11 @@ <h2 id="embedded-c-code">Embedded C++ Code</h2>
// ...
};
</code></pre>
<p>Here an rt::header_preface code snippet is used for making the generated capsule and protocol header files include <code>sample.art.h</code> while an rt::decl code snippet is used for declaring a member variable <code>m_ptr</code> for the capsule. See the documentation of the different Art elements below to learn about what code snippets that are available for each kind of Art element.</p>
<p>Here an <code>rt::header_preface</code> code snippet is used for making the generated capsule and protocol header files include <code>sample.art.h</code> while an rt::decl code snippet is used for declaring a member variable <code>m_ptr</code> for the capsule. See the documentation of the different Art elements below to learn about what code snippets that are available for each kind of Art element.</p>
<div class="admonition hint">
<p class="admonition-title">Hint</p>
<p>As an alternative to placing common C++ code in an Art file you can also use regular C++ files and then include these into the build. See <a href="../building/build-cpp-files/">Non-Generated C++ Files</a> for more information.</p>
</div>
<h2 id="art-files-and-folders-and-reference-binding">Art Files and Folders and Reference Binding</h2>
<p>Any but the simplest of applications will consist of multiple Art files organized into folders. You can create as many Art files as you like, and every Art file may contain one or several Art elements. Art files containing Art elements that are related to each other should be grouped in a folder. For example, if you build a library from certain Art elements it makes sense to put the Art files with those elements in their own folder. </p>
<p>Folders with Art files should be added as workspace folders, either using the command <strong>File - Add Folder to Workspace</strong> (to add a folder to an existing workspace), or using the command <strong>File - Open Workspace from File</strong> (to open an existing workspace from a file that defines the workspace folders). If your application consists of more than a couple of workspace folders use of a workspace file is recommended as it makes it quick and easy to add all workspace folders in one go with a single command.</p>
Expand Down
48 changes: 48 additions & 0 deletions docs/building/art-compiler/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@








Expand Down Expand Up @@ -641,6 +643,8 @@








Expand Down Expand Up @@ -674,6 +678,20 @@



<li class="md-nav__item">
<a href="../../target-rts/timers/" class="md-nav__link">
Timers
</a>
</li>









<li class="md-nav__item">
<a href="../../target-rts/threads/" class="md-nav__link">
Threads
Expand Down Expand Up @@ -817,6 +835,8 @@








Expand Down Expand Up @@ -858,6 +878,20 @@



<li class="md-nav__item">
<a href="../build-cpp-files/" class="md-nav__link">
C++ Source Files
</a>
</li>









<li class="md-nav__item">
<a href="../launch-configurations/" class="md-nav__link">
Launch Configurations
Expand Down Expand Up @@ -1108,6 +1142,20 @@








<li class="md-nav__item">
<a href="../../contributing/" class="md-nav__link">
Contributing
</a>
</li>




</ul>
</nav>
</li>
Expand Down
Loading

0 comments on commit 3d1503d

Please sign in to comment.