-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more & restructured bindings, epoll event loop, linux_can CAN T…
…DC dataclasses bindings: - add common isolate based epoll event listener in bindings - add bindings for eventfd() - move function macro definitions into `libc_macros.dart` - move functions into `libc_functions.dart` - move custom and exported structs into `libc_structs.dart` linux_can: - add dataclasses for CAN TDC
- Loading branch information
Showing
14 changed files
with
2,168 additions
and
1,169 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
1 change: 1 addition & 0 deletions
1
packages/_ardera_common_libc_bindings/lib/epoll_event_loop.dart
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export 'src/epoll_listener.dart'; |
Oops, something went wrong.