10 Commits

Author SHA1 Message Date
Sebastian Huber
0213597d46 c-user: Adjust URL for struct timespec 2022-11-08 07:39:06 +01:00
Matt Joyce
a382919ba6 c-user/clock: Fix typo 2022-11-08 06:59:24 +01:00
Sebastian Huber
732d8bca8f c-user: Fix Clock Manager parameter descriptions
Update #4572.
2021-12-16 07:44:49 +01:00
Sebastian Huber
838b78ad5c c-user: Replace "precision" with "resolution"
Resolution is the right term for the documented property.
2021-11-23 15:21:00 +01:00
Sebastian Huber
38ec48d292 c-user: Document new clock manager directives
Add new clock manager directives to get all times provided by the
timehands.

Close #4527.
2021-11-19 08:49:46 +01:00
Sebastian Huber
081ec5d5e9 c-user: Document time of day constraints
Close #4338.
2021-09-06 12:28:05 +02:00
Sebastian Huber
c70715baea c-user: Use a common phrase for pointer parameters
Mention the type of the pointer in the parameter description.  Use the
more general term "object" instead of "variable".

Update #3993.
2021-06-15 07:47:38 +02:00
Sebastian Huber
ad16b373f3 c-user: Clarify constraints 2021-04-28 09:03:49 +02:00
Sebastian Huber
a60c5b4b3e c-user: Generate clock manager documentation
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.
2021-02-17 18:34:58 +01:00
Sebastian Huber
86c39ef2c4 c-user: Split up clock manager
This makes it easier to automatically generate parts of the manager
documentation in the future.

Update #3993.
2020-09-02 17:53:57 +02:00