TUS

6 posts / 0 new
Last post
Offline
Last seen: 1 year 1 day ago
Joined: 01/03/2023
Posts: 10
Connext Cert Vs. Connext DDS Micro

Hi,

I've installed DDS Micro. I found the "DDS_ParticipantBuiltinTopicData Struct Reference" is labelled as <cert>. According to DDS Micro C API Document guide: <cert> is Supported in safety certified version of RTI Connext DDS Micro Secure. (https://community.rti.com/static/documentation/connext-micro/3.0.0/doc/api_c/html/group__DDSDocGuideModule.html)

Does it mean the DDS_ParticipantBuiltinTopicData object cannot be used or cannot functionally correct in normal DDS Micro?

Organization:
Keywords:
1 post / 0 new
Offline
Last seen: 1 year 1 day ago
Joined: 01/03/2023
Posts: 10
Built-in topic block normal pub/sub data

Hi,

I add a function to get DDS_ParticipantBuiltinTopicData in the HelloWorld_dpde example. So the basic steps are:

 1. Print new found participant info (e.g. DCPS key) by install the listenser :

builtin_participant_listener.on_data_available = BuiltinParticipantListener_on_data_available;

retcode = DDS_DataReader_set_listener( builtin_participant_datareader, &builtin_participant_listener, DDS_DATA_AVAILABLE_STATUS);

2. Start normal Pub/Sub workflow:

on publisher:

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 1 year 1 day ago
Joined: 01/03/2023
Posts: 10
HelloWorldSubscriber_on_subscription_matched Not Work

Hi,

I'm working on the DDS Micro.

I add a function to get DDS_ParticipantBuiltinTopicData in the HelloWorld_dpde example. So the basic steps are:

 1. Print new found participant info (e.g. DCPS key) by install the listenser :

builtin_participant_listener.on_data_available = BuiltinParticipantListener_on_data_available;

retcode = DDS_DataReader_set_listener( builtin_participant_datareader, &builtin_participant_listener, DDS_DATA_AVAILABLE_STATUS);

2. Start normal Pub/Sub workflow:

on publisher:

Organization:
1 post / 0 new
Offline
Last seen: 1 year 1 day ago
Joined: 01/03/2023
Posts: 10
How to get ParticipantBuiltinTopic Info

Hi,

 

I'm using RTI DDS Micro and trying to get the ParticipantBuiltinTopic information. I found some previous topics about the ParticipantBuiltinTopic, but seems all of them were working on the RTI DDS Pro. I'm wondering:

(1) Is it the same to get the ParticipantBuiltinTopic info on both DDS Micro and DDS Pro? I checked the C API manual for both products and the data structure looks the same.

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 1 year 1 day ago
Joined: 01/03/2023
Posts: 10
RTI DDS with confidential computing platform SCONE

Hi,

 

I'm trying to install RTI DDS on SCONE (SGX enabled confidential computing container) based image. The image is Ubuntu 20.04  and I download the rti_connext_dds-6.1.1-lm-x64Linux4gcc7.3.0.run installer. It shows the following errors when I compile the examples in rti_workspace:

Organization:
Keywords:
Subscribe to RSS - TUS