6e3d5bb132
Change scheduler interface and add external inputs example.
...
Relevant for issue #13 .
2024-08-02 14:06:49 +02:00
195bcdceba
Add instance name to model contexts
2024-05-10 14:32:07 +02:00
7526ffbcea
Add setup step.
2024-04-26 11:48:11 +02:00
e84e802f09
Initial (g)RPC implementation
2024-04-25 11:12:54 +02:00
1be2f48a00
Revert "Merge pull request #12 from asynchronics/feature/event-sinks"
...
This reverts commit 7e881afb63
, reversing
changes made to 9d78e4f72a
.
2024-03-06 16:16:55 +01:00
863f995f1b
Small changes and cleanups to prepare the RPC work
2024-02-19 13:20:02 +01:00
22516fe190
Overload schedule_*event
methods
...
The `schedule_*event_in` and `schedule_*event_at` pairs of methods are
each merged into a single overloaded method accepting either a relative
`Duration`or an absolute `MonotonicTime`.
2023-08-14 15:47:08 +02:00
484b74b3ec
Add tests for periodic/key events
2023-08-14 12:31:35 +02:00