- Split SignalHandler signals to avoid infinite loops on SIGSEGV #436
- Fix misleading warning related to default config file #437
- Rename
NodeEvent
intoWaitEvent
#390 - Bazel support for the Rust crates #349
- Remove ACL dependency #457
- Example text #1
- Example text #1
-
Renamed
NodeEvent
intoWaitEvent
// old while node.wait(CYCLE_TIME) != NodeEvent::TerminationRequest { // ... } // new while node.wait(CYCLE_TIME) != WaitEvent::TerminationRequest { // ... }