summaryrefslogtreecommitdiffstats
path: root/c-user/clock/directives.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* c-user: Generate API type documentationSebastian Huber2023-05-091-3/+3
| | | | Close #4901.
* c-user: Adjust URL for struct timespecSebastian Huber2022-11-081-5/+4
|
* c-user/clock: Fix typoMatt Joyce2022-11-081-1/+1
|
* c-user: Fix Clock Manager parameter descriptionsSebastian Huber2021-12-161-17/+21
| | | | Update #4572.
* c-user: Replace "precision" with "resolution"Sebastian Huber2021-11-231-27/+27
| | | | Resolution is the right term for the documented property.
* c-user: Document new clock manager directivesSebastian Huber2021-11-191-0/+835
| | | | | | | Add new clock manager directives to get all times provided by the timehands. Close #4527.
* c-user: Document time of day constraintsSebastian Huber2021-09-061-4/+15
| | | | Close #4338.
* c-user: Use a common phrase for pointer parametersSebastian Huber2021-06-151-20/+24
| | | | | | | Mention the type of the pointer in the parameter description. Use the more general term "object" instead of "variable". Update #3993.
* c-user: Clarify constraintsSebastian Huber2021-04-281-3/+4
|
* c-user: Generate clock manager documentationSebastian Huber2021-02-171-382/+492
| | | | | | | | | The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993.
* c-user: Split up clock managerSebastian Huber2020-09-021-0/+549
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.