We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>'))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: