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
6
7
8
9
10
11
12
13
14
// Fixture: alle primitives in einem struct.
struct Primitives {
    boolean a_bool;
    octet a_octet;
    char a_char;
    short a_short;
    unsigned short a_ushort;
    long a_long;
    unsigned long a_ulong;
    long long a_llong;
    unsigned long long a_ullong;
    float a_float;
    double a_double;
};