We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37613b6 commit cb6ec88Copy full SHA for cb6ec88
1 file changed
SharedTopicClient.hpp
@@ -62,7 +62,7 @@ class SharedTopicClient : public LibXR::Application {
62
info.client->tx_sem_.PostFromCallback(in_isr);
63
};
64
65
- auto msg_cb = LibXR::Callback<LibXR::RawData &>::Create(
+ auto msg_cb = LibXR::Topic::Callback::Create(
66
func, CallbackInfo{this, ans->data_.crc32, i});
67
68
LibXR::Topic topic(ans);
0 commit comments