Gönninger B&T UG

1 post / 0 new
frgo's picture
Offline
Last seen: 6 years 2 weeks ago
Joined: 12/28/2011
Posts: 20
Bug in rti_connext_dds-5.3.0/include/ndds/log/log_makeheader.h ?

Hi all.

I am using the Modern C++ API to integrate RTI Connext DDS with other (commercial) C++ software packages.
In my source code, I do:

#include <rti/rti.hpp>

as the only include referencing RTI Connext DDS.

In another SW package of which I do not own the code (being a C++ code scraper that generates garbage collection code from analyzing C++ code statically) there is:

enum AccessControl {
None, Private, Protected, Public, Package
};

After including file rti/rti.hpp the following is remaining:

Organization:
2 posts / 0 new
Last post
frgo's picture
Offline
Last seen: 6 years 2 weeks ago
Joined: 12/28/2011
Posts: 20
Defining const values in IDL file (for a struct)

Hi all!

I am trying to put a const definition for a struct in my IDL file as follows:

struct Text {   string uuid;   string value;   string encoding;   string langCode; };

const Text TEXT_DE_GREEN = { "3990884B-30EC-44B7-976C-7E6BFAF8D125", "grün", "UTF8", "DE" };

This fails with: 

Organization:
Subscribe to RSS - Gönninger B&T UG