hongbo-miao/hongbomiao.com

View on GitHub
data-distribution-service/hm_message.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8" ?>
<dds
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="file:////Applications/rti_connext_dds-6.1.1/bin/../resource/app/app_support/rtiddsgen/schema/rti_dds_profiles.xsd"
>
  <types>
    <struct name="HMMessage">
      <member name="name" stringMaxLength="255" type="string" key="true" />
      <member name="count" type="int32" />
    </struct>
  </types>
</dds>