zerodds-idl-csharp 1.0.0-rc.1

OMG IDL4 → C# 10 Code-Generator (idl4-csharp-1.0) für ZeroDDS.
Documentation
1
2
3
4
5
6
7
8
9
10
// Fixture: 3-Level-Module-Schachtelung.
module Outer {
    module Middle {
        module Inner {
            struct Leaf {
                long value;
            };
        };
    };
};