Skip to content

Commit ed54557

Browse files
authored
Merge pull request #4 from sykwer/point-to-main
point to main branch for api reference
2 parents faf8776 + 1c66d20 commit ed54557

7 files changed

Lines changed: 414 additions & 25 deletions

File tree

Doxyfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ INPUT = ../agnocast/src/agnocastlib/include/agnocast/agnocast.h
2626
../agnocast/src/agnocastlib/include/agnocast/node/agnocast_only_multi_threaded_executor.hpp \
2727
../agnocast/src/agnocastlib/include/agnocast/node/agnocast_only_callback_isolated_executor.hpp \
2828
../agnocast/src/agnocastlib/include/agnocast/node/agnocast_context.hpp \
29+
../agnocast/src/agnocastlib/include/agnocast/message_filters/message_event.hpp \
30+
../agnocast/src/agnocastlib/include/agnocast/message_filters/simple_filter.hpp \
2931
../agnocast/src/agnocastlib/include/agnocast/message_filters/subscriber.hpp \
3032
../agnocast/src/agnocastlib/include/agnocast/message_filters/synchronizer.hpp \
3133
../agnocast/src/agnocastlib/include/agnocast/message_filters/pass_through.hpp \

docs/api/executors.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -567,17 +567,6 @@ Construct the executor.
567567
| `next_exec_timeout_ms` | `50` | Timeout in ms for waiting on the next executable. |
568568
569569
570-
---
571-
572-
#### `~AgnocastOnlyCallbackIsolatedExecutor() (destructor)`
573-
574-
```cpp
575-
AgnocastOnlyCallbackIsolatedExecutor::~AgnocastOnlyCallbackIsolatedExecutor()
576-
```
577-
578-
Destroy the executor and clean up child threads.
579-
580-
581570
---
582571
583572
#### `spin()`

0 commit comments

Comments
 (0)