-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(observers): more docstrings and rst for write_to_dataset_observer
- Loading branch information
1 parent
e6662fb
commit c885ac1
Showing
3 changed files
with
75 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
XXX Observer | ||
============ | ||
Template for Observer to Write To Dataset | ||
========================================= | ||
|
||
// TODO(CB) write doc | ||
Header file: ``<libs/observers/write_to_dataset_observer.hpp>`` | ||
`[source] <https://github.com/yoctoyotta1024/CLEO/blob/main/libs/observers/write_to_dataset_observer.hpp>`_ | ||
|
||
Header file: ``<libs/observers/XXX_observer.hpp>`` | ||
`[source] <https://github.com/yoctoyotta1024/CLEO/blob/main/libs/observers/XXX_observer.hpp>`_ | ||
|
||
.. doxygenstruct:: XXXObserver | ||
.. doxygenclass:: DoWriteToDataset | ||
:project: observers | ||
:private-members: | ||
:protected-members: | ||
:members: | ||
:undoc-members: | ||
|
||
.. doxygenfunction:: WriteToDatasetObserver(const unsigned int interval, ParallelWriteData parallel_write) | ||
:project: observers | ||
|
||
.. doxygenfunction:: WriteToDatasetObserver(const unsigned int interval, const Dataset<Store> &dataset, CollectData collect_data) | ||
:project: observers | ||
|
||
.. doxygenfunction:: WriteToDatasetObserver(const unsigned int interval, const Dataset<Store> &dataset, CollectData collect_data, RaggedCount ragged_count) | ||
:project: observers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters