VinAI

2 posts / 0 new
Last post
Offline
Last seen: 2 years 5 months ago
Joined: 03/29/2021
Posts: 12
Moden C++ DynamicType (i.e TypeCode) serialization and deserialization on 6.0.1

Hi,

I want to serialize a DynamicType instance, write the serialized data to file and then later read it from file and deserialize it.

I have read this thread to know how to convert between a C++ DynamicType instance and a C DDS_TypeCode instance: https://community.rti.com/forum-topic/52-moden-c-dynamictype-ie-typecode-serialization

And I also use this example code as a base for my code: http://community.rti.com/filedepot?cid=5&fid=28

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 2 years 5 months ago
Joined: 03/29/2021
Posts: 12
Recording service unable to parse QoS profile which inherits from a built-in profile

Hi,

I'm using the Recording service API in my application with a custom QoS Profile.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 2 years 5 months ago
Joined: 03/29/2021
Posts: 12
Linking Recording service library statically

Hi,

I'm experiencing with the service_as_library example for Recording Service from here: https://github.com/rticommunity/rticonnextdds-examples/tree/master/examples/recording_service/service_as_lib/cpp

In my case, I'd like to link all the RTI Connext libraries to the executable statically, so I've made some changes to CMakeLists.txt provided by the example. Here's my modification:

Organization:
Subscribe to RSS - VinAI