cyclors 0.4.0

Low-level API for the native CycloneDDS bindings (libddsc-sys).
Documentation
1
2
3
4
5
6
7
8
9
10
11
module DiscStress {
  module CreateWriter {
    struct Msg {
      long round;
      unsigned long wrseq;
      unsigned long wridx;
      unsigned long histidx;
      unsigned long seq;
    };
  };
};