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
// Fixture: zweidimensionales Array.
struct Matrix {
    long cells[4][3];
};