topic

3 posts / 0 new
Last post
Offline
Last seen: 1 year 1 month ago
Joined: 06/13/2020
Posts: 5
RTI does not display any domain topic

Dear everyone,

Recently, I've tried to use RTI DDS to visualize the domain topic in the "RTI Administration Console". However, the console doesn't display any topic when the program is running:

Keywords:
5 posts / 0 new
Last post
Offline
Last seen: 1 year 7 months ago
Joined: 08/09/2022
Posts: 3
Multiple Topics for Code Generator

안녕! DDS를 공부하고 있습니다.

2 posts / 0 new
Last post
Offline
Last seen: 4 years 4 months ago
Joined: 04/09/2019
Posts: 5
Failed to create Topic using an existing participant

Hi, I'm using Connext 5.3.1. I get the following runtime error. What could be the issue?

DDS_Topic_createI:!create presentation topic
terminate called after throwing an instance of 'dds::core::Error'
what():  Failed to create Topic

My code is like this

codedds::domain::DomainParticipant existing_participant = dds::domain::find(DDS_DOMAIN_ID);

4 posts / 0 new
Last post
Offline
Last seen: 5 years 7 months ago
Joined: 02/08/2018
Posts: 2
Using multiple types with same topic name

I am trying to follow the best practice: https://community.rti.com/best-practices/dont-force-topic-names-be-same-type-names.

So I defined topic name "camera" and multiple types like Frame, Diagnostic etc. to be sent under topic. Sounds logical and looks clean and fits into DDS topic concept that is name + type.

5 posts / 0 new
Last post
Offline
Last seen: 6 years 2 months ago
Joined: 10/18/2017
Posts: 13
Content Filtered Topic not really filtered?

Hello everyone,

I am testing a simple application with ContentFilteredTopic.

The DataWriter basically just send random numbers (possible temperature values in a range 0-100) and the DataReader receives them with a filter: it should only receive values less than 20 and greater than 80.

Apparently the application works fine. If i run publisher and subscriber I actually see what I expect and the temperature values are filtered as I want.

2 posts / 0 new
Last post
Offline
Last seen: 10 years 1 month ago
Joined: 02/20/2014
Posts: 1
Keyed Topic data traffic

Hi, all!

I've havent found an explicit answer to this:

If I create N publishers on one topic, each publisher publishing data for one particular topic key (so we have N topic instances), and then one subscriber to the topic that wants to get only data for one particular key. Is the data already filtered (by key) on the publisher side or the subscriber gets all the data (and filters locally)?

Thank you,

Matej

 

Keywords:
3 posts / 0 new
Last post
Offline
Last seen: 11 years 1 week ago
Joined: 01/07/2013
Posts: 15
How to get participants IPs

Hi,
I need to know IP addresses of hosts of participants subscribing a specific Topic. Is there a built-in topic that contains IP addresses of hosts? How to find this information from the middleware?

Thanks!

Subscribe to RSS - topic