Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement remaining Communication Status events #29

Open
jhelovuo opened this issue Feb 14, 2021 · 1 comment
Open

Implement remaining Communication Status events #29

jhelovuo opened this issue Feb 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jhelovuo
Copy link
Owner

These are from DDS Spec 2.2.4.1 Communication Status (table)

Topic

  • INCONSISTENT_TOPIC

Subscriber

  • DATA_ON_READERS - not necessary, as operation is poll() -based anyway.

DataReader

  • SAMPLE_REJECTED
  • LIVELINESS_CHANGED
  • REQUESTED_DEADLINE_MISSED
  • REQUESTED_INCOMPATIBLE_QOS - done
  • DATA_AVAILABLE - not necessary
  • SAMPLE_LOST
  • SUBSCRIPTION_MATCHED - done

DataWriter

  • LIVELINESS_LOST
  • OFFERED_DEADLINE_MISSED
  • OFFERED_INCOMPATIBLE_QOS - done
  • PUBLICATION_MATCHED - done
@jhelovuo jhelovuo added the enhancement New feature or request label Oct 31, 2023
@jhelovuo
Copy link
Owner Author

jhelovuo commented Nov 8, 2023

Status update:

Topic

  • INCONSISTENT_TOPIC - available from DomainParticipantStatusEvent

Subscriber

  • DATA_ON_READERS - not necessary, as operation is poll() -based anyway.

DataReader

  • SAMPLE_REJECTED - missing
  • LIVELINESS_CHANGED - missing
  • REQUESTED_DEADLINE_MISSED - needs test
  • REQUESTED_INCOMPATIBLE_QOS - done
  • DATA_AVAILABLE - not necessary
  • SAMPLE_LOST - missing
  • SUBSCRIPTION_MATCHED - done

DataWriter

  • LIVELINESS_LOST - missing
  • OFFERED_DEADLINE_MISSED - missing
  • OFFERED_INCOMPATIBLE_QOS - done (status event)
  • PUBLICATION_MATCHED - done (status event)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant