|
nros C++ API
Lightweight ROS 2 client for embedded real-time systems (C++ headers)
|
Typed publishers and subscriptions (nros::Publisher<M>, nros::Subscription<M>).
More...
Files | |
| file | publisher.hpp |
nros::Publisher<M> — typed topic publisher. | |
| file | subscription.hpp |
nros::Subscription<M> — typed topic subscriber. | |
Typed publishers and subscriptions (nros::Publisher<M>, nros::Subscription<M>).
M is a generated message type — see The Message-Type Concept for the required surface. The publish method serialises and forwards via the codegen-emitted M::ffi_publish.