|
|
|
@ -186,6 +186,9 @@ public:
@@ -186,6 +186,9 @@ public:
|
|
|
|
|
* in order to wait for updates to a topic, as well as topic_read, |
|
|
|
|
* orb_check and orb_stat. |
|
|
|
|
* |
|
|
|
|
* If there were any publications of the topic prior to the subscription, |
|
|
|
|
* an orb_check right after orb_subscribe will return true. |
|
|
|
|
* |
|
|
|
|
* Subscription will succeed even if the topic has not been advertised; |
|
|
|
|
* in this case the topic will have a timestamp of zero, it will never |
|
|
|
|
* signal a poll() event, checking will always return false and it cannot |
|
|
|
@ -213,6 +216,9 @@ public:
@@ -213,6 +216,9 @@ public:
|
|
|
|
|
* in order to wait for updates to a topic, as well as topic_read, |
|
|
|
|
* orb_check and orb_stat. |
|
|
|
|
* |
|
|
|
|
* If there were any publications of the topic prior to the subscription, |
|
|
|
|
* an orb_check right after orb_subscribe_multi will return true. |
|
|
|
|
* |
|
|
|
|
* Subscription will succeed even if the topic has not been advertised; |
|
|
|
|
* in this case the topic will have a timestamp of zero, it will never |
|
|
|
|
* signal a poll() event, checking will always return false and it cannot |
|
|
|
|