Adaptive Methods

2 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 11/13/2014
Posts: 11
Subscriber dropping messages

Hi,

I am using DynamicData types and have recently run into the issue of messages being dropped in my subscriber.  I have changed my datawriter and datareader to use STRICT RELIABLE for my QoS profile.  Below is my code for both the datawriter and datareader, please let me know if there is something I am missing.

DDSDataReader *data_reader = participant->create_datareader_with_profile(topic, DDS_BUILTIN_QOS_LIB_EXP, DDS_PROFILE_GENERIC_STRICT_RELIABLE, serialized_listener, DDS_STATUS_MASK_NULL)

and

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 11/13/2014
Posts: 11
Built-in topic to find available topics

I'm curious to find out if RTI has a built-in topics that help you identify the topics currently avaialble and there associated TypeCodes.  Any help would be much appreciated.

Thanks, Steve

Organization:
12 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 11/13/2014
Posts: 11
DynamicData

Hi,

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 11/13/2014
Posts: 11
Convert received data to a CORBA::Any

Hi,


I am pretty new to the DDS world and trying to create an interface where where I can subscribe to a topic and receive a TypeLess Data structure convert it into a CORBA::Any.  Do you have any examples that you would suggest or point me toward?  Any help/ideas would be much appreciated.


Thanks,

Steve

Organization:
Subscribe to RSS - Adaptive Methods