You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subscribers are still using old school callbacks. Provide new callbacks
Provide CMessagePublisher similar to CMessageSubscriber to add Serialization specific specific types a lot easier.
Consider error Handler for Msg Subscribers in case of serialization errors.
(Currently, with a subscriber, the user gets no feedback if the serialization fails. No callbacks are called, and he might just think that no new data is arriving).
The Message support (protobuf, capnproto, ...) are based on top of eCAL C++ API. We need to review this API carefully for the 6.0 release
eCAL Msg API
msg/publisher.h
/msg/subscriber.h
@KerstinKellerCMessagePublisher
similar toCMessageSubscriber
to add Serialization specific specific types a lot easier.(Currently, with a subscriber, the user gets no feedback if the serialization fails. No callbacks are called, and he might just think that no new data is arriving).
canproto
Send
takes a builder instead of no arguments. (see also Using eCAL with capnproto #1843)protobuf
The text was updated successfully, but these errors were encountered: