zerodds-idl-cpp 1.0.0-rc.1

OMG IDL4 → C++17 Code-Generator (idl4-cpp-1.0 + DDS-PSM-Cxx + DDS-RPC C++ PSM) für ZeroDDS.
Documentation
1
2
3
4
5
// Fixture: @key-Annotation auf Member.
struct Sensor {
    @key long sensor_id;
    double reading;
};