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

Add Opensplice builtin #17

Open
trittsv opened this issue Jul 3, 2024 · 0 comments
Open

Add Opensplice builtin #17

trittsv opened this issue Jul 3, 2024 · 0 comments

Comments

@trittsv
Copy link
Contributor

trittsv commented Jul 3, 2024

module kernelModule {
  @final @nested
  struct v_gid {
    @key unsigned long systemId; /* kernelId + sessionId */
    @key unsigned long localId;
    unsigned long serial;
  };

  typedef v_gid v_builtinTopicKey;

  @final @nested
  struct v_productDataPolicy {
    string value;
  };

  @final @topic
  struct v_participantCMInfo {
    @key v_builtinTopicKey key;
    v_productDataPolicy product;
  };
};
Read  v_participantCMInfo(key=v_gid(systemId=283257748, localId=5, serial=1), product=v_productDataPolicy(value='<Product><ExecName><![CDATA[pubsub]]></ExecName><ParticipantName><![CDATA[Built-in participant]]></ParticipantName><PID>56715</PID><NodeName><![CDATA[phantasie.office.ptnl]]></NodeName><FederationId>10e22b94</FederationId><VendorId>1.2</VendorId><ServiceType>0</ServiceType></Product>'))
Read  v_participantCMInfo(key=v_gid(systemId=283257748, localId=89, serial=1), product=v_productDataPolicy(value='<Product><ExecName><![CDATA[pubsub]]></ExecName><ParticipantName><![CDATA[splicedaemon]]></ParticipantName><PID>56715</PID><NodeName><![CDATA[phantasie.office.ptnl]]></NodeName><FederationId>10e22b94</FederationId><VendorId>1.2</VendorId><ServiceType>11</ServiceType></Product>'))
Read  v_participantCMInfo(key=v_gid(systemId=283257748, localId=126, serial=1), product=v_productDataPolicy(value='<Product><ExecName><![CDATA[pubsub]]></ExecName><ParticipantName><![CDATA[ddsi2e]]></ParticipantName><PID>56715</PID><NodeName><![CDATA[phantasie.office.ptnl]]></NodeName><FederationId>10e22b94</FederationId><VendorId>1.2</VendorId><ServiceType>6</ServiceType></Product>'))
Read  v_participantCMInfo(key=v_gid(systemId=283257748, localId=464, serial=1), product=v_productDataPolicy(value='<Product><ExecName><![CDATA[pubsub]]></ExecName><ParticipantName><![CDATA[pubsub <56715>]]></ParticipantName><PID>56715</PID><NodeName><![CDATA[phantasie.office.ptnl]]></NodeName><FederationId>10e22b94</FederationId><VendorId>1.2</VendorId><ServiceType>0</ServiceType></Product>'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant