Publisher

3 posts / 0 new
Last post
Offline
Last seen: 2 weeks 6 days ago
Joined: 02/15/2019
Posts: 44
Are data samples queued and if so, where?

My understanding is that DDS DataWriters communicate CacheChanges to the HistoryCaches of the associated RTPS Writer. This CacheChange is then propagated to the mapped RTPS Readers before notifying their associated DDS DataReaders.

From the above statement, there are queues (the HistoryCache) on the RTPS Writers and Readers.

2 posts / 0 new
Last post
MSI
Offline
Last seen: 3 years 6 months ago
Joined: 09/27/2020
Posts: 1
rti_dds license

 

I checked in windows10. ( rti_license.dat)

How to apply rti_license on VxWorks??

 

===================================

version : VxWorks 7

Using IDE : Wind River Workbench 4.6.3

 

 

3 posts / 0 new
Last post
rohitrx4's picture
Offline
Last seen: 4 years 6 months ago
Joined: 02/15/2019
Posts: 10
How to Subscribe data which published before closing application

I have Two Application and both application publish and subscribe the data

One Application1 published data (Example Student(1,ABC),Student (2,EFG)) and

9 posts / 0 new
Last post
Offline
Last seen: 7 years 8 months ago
Joined: 07/26/2016
Posts: 6
Writer error

Hi,

 

I get the error below when trying to write -   Writer.write(instance, ref instance_handle);

What is the problem?

5 posts / 0 new
Last post
asanchez's picture
Offline
Last seen: 3 years 10 months ago
Joined: 11/16/2011
Posts: 50
Publishing only the changed fields

Hi all,

I'm wondering if there is a way to write only a member subset of a complex type so that, for instance, I could send those members whose value has changed.

Thanks

Antonio

11 posts / 0 new
Last post
Offline
Last seen: 13 years 2 months ago
Joined: 11/03/2010
Posts: 7
Why this dynamically created subscriber can not receive messages?

I am writing a public transport system using RTI DDS, but I met a strange problem:

 

This situation works well:

1. start a passenger subscriber with content filtered topic
2. start publishers
3. the passenger subsriber gets the messages well
4. start a second passenger subscriber with a different content filtered topic
5. the second passenger subscriber gets the messages well


This situation has problem:

Organization:
Subscribe to RSS - Publisher