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

What is BuiltinTopicKey_t ? #188

Open
jhelovuo opened this issue Mar 16, 2022 · 0 comments
Open

What is BuiltinTopicKey_t ? #188

jhelovuo opened this issue Mar 16, 2022 · 0 comments
Labels
question Further information is requested

Comments

@jhelovuo
Copy link
Owner

The DDS and RTPS specifications mention type BuiltinTopicKey_t. See e.g. Table 8.6 - RTPS Entity Attributes in RTPS Spec 2.5. Its exact contents, definition, and meaning are a bit mysterious.

Questions to be answered:

  • What is the size of the type? Some documents say 3x 32 bits (12 bytes) and somewhere else it is 4x 32 bits (16 bytes).
  • Is is the same as a GUID (16 bytes) or A GUID prefix (12 bytes)?
  • This type appears in RTPS Spec "Figure 8.30 - Data types associated with built-in Endpoints used by the Simple Endpoint Discovery Protocol". It is used to identify a Topic. Who defines the BuiltinTopicKey_t for a Topic? Is it actually used somewhere?
  • Is the BuiltinTopicKey_t for a Participant, Reader, and Writer the same as their GUID?
  • What happens if an implementation ignores it?
  • Is the BuiltinTopicKey_t somewhere communicated (indirectly) over RTPS?
@jhelovuo jhelovuo added the question Further information is requested label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant