haixuanTao
06a7d0bf0c
Fix read error in C++ node input
Thwy were an error of typecasting within the C++ node input.
This fixes #403
I have not adressed all input type as I think a solution based on arrow FFI would be better.
2 years ago
Philipp Oppermann
72a57ce1ef
Remove deprecated `communication` options from dataflow examples, templates, and docs
2 years ago
haixuanTao
764cd120a4
remove slash from zenoh prefix
2 years ago
Philipp Oppermann
9c7ce16966
Add examples for C++ nodes and operators based on C-API again
2 years ago
Philipp Oppermann
4a28a0aa82
Re-add a Rust-API based operator in C++ example dataflow
2 years ago
Philipp Oppermann
c2fe771cba
Start updating C++ example for new design
3 years ago
Philipp Oppermann
0ac5a722e3
Implement a C++ operator API
Based on Rust API using `cxx` for bridging.
3 years ago
Philipp Oppermann
c56e9ea57e
Create C++ node API library
3 years ago
Philipp Oppermann
64cf49703b
Implement download support for custom nodes
3 years ago
Philipp Oppermann
71c3b9436d
Run examples in debug mode to speed up compilation
3 years ago
Philipp Oppermann
3fbe544115
Add shared library prefix and extension automatically
3 years ago
Philipp Oppermann
424889d848
Add an example C++ operator based on the C API
3 years ago
Philipp Oppermann
331e521f5d
Add an example C++ operator based on the Rust API
3 years ago
Philipp Oppermann
74bfc7453c
Add a C++ node that uses the dora C API
3 years ago
Philipp Oppermann
09866cbb2b
Create an example C++ node based on Rust node API and `cxx` crate
3 years ago