Multiple topics callbacks on single subscriber [14483] #2663
paulbkeelp
started this conversation in
Support
Replies: 1 comment 4 replies
-
Hi @paulbkeelp, Using DDS you will need to create a specific DataReader for each Topic, as In order to be notified of data reception, you can use either the I hope this information helps with your use case! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a central subscriber application that need to subscribe 10+ Topics
For single Topic subscription all pretty much easy, we can call Init() all the default stuff and call the below callbacks
SubListener::on_subscription_matched
SubListener::on_data_available
If we have an application that need to subscribe 10+ Topics. How to acheive this easily - any examples please ?
SubListener::on_subscription_matched
SubListener::on_data_available
how to listen on multiple callbacks (multiple topics) on on_data_available. I see on MQTT we can register the callback on a topics. are there a simililar way please ?
Beta Was this translation helpful? Give feedback.
All reactions