Skip to content

Commit d97c84f

Browse files
committed
latest deps
1 parent cd8c624 commit d97c84f

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
[submodule "submodules/libcyphal"]
1919
path = submodules/libcyphal
2020
url = https://github.com/OpenCyphal-Garage/libcyphal.git
21-
branch = issue/352_zero_copy
21+
branch = sshirokov/tx_poll

libcyphal_demo/src/platform/linux/epoll_single_threaded_executor.hpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,24 @@
1212

1313
#include <cetl/pf17/cetlpf.hpp>
1414
#include <cetl/rtti.hpp>
15+
#include <cetl/visit_helpers.hpp>
1516
#include <libcyphal/errors.hpp>
1617
#include <libcyphal/executor.hpp>
1718
#include <libcyphal/platform/single_threaded_executor.hpp>
19+
#include <libcyphal/transport/errors.hpp>
1820
#include <libcyphal/types.hpp>
1921

22+
#include <algorithm>
23+
#include <array>
24+
#include <cerrno>
25+
#include <chrono>
26+
#include <cstddef>
27+
#include <cstdint>
28+
#include <limits>
2029
#include <sys/epoll.h>
2130
#include <thread>
2231
#include <unistd.h>
32+
#include <utility>
2333

2434
namespace platform
2535
{

submodules/libcanard

submodules/libcyphal

Submodule libcyphal updated 51 files

0 commit comments

Comments
 (0)