General Dynamics

2 posts / 0 new
Last post
Offline
Last seen: 5 days 6 hours ago
Joined: 07/10/2024
Posts: 1
Publlished Topic has additional element to topic

All,

I have a question in regards to topic version differences between the publishing application and the subscribing application...

If I add an additional XML element to particular topic in the QOS configuration for the Publisher side (newer version of the topic)  but do not add that same additional element to the QOS Configuration for the Subscriber (current version of the topic)  what happens?

What happens when the Publisher sends a sample with that new element?

Does the DataWriter send that element to the Subscriber?

Organization:
8 posts / 0 new
Last post
Offline
Last seen: 2 years 2 months ago
Joined: 03/24/2022
Posts: 8
Is the Telegraf DDS plugin support rti dds security plugin?

Hi,

Organization:
7 posts / 0 new
Last post
Offline
Last seen: 2 years 2 months ago
Joined: 03/24/2022
Posts: 8
Telegraf plugin with influxdb2 version

Hi,

I'm using dds_consumer telegraf(inputs.dds_consumer) for consume dds data and trying to insert this data into influxdb2.1 version using telegraf outputs.influxdb_v2 plugin. However, data insertion in influxdb2 is failing with following error.

shapes-telegraf | 2022-04-06T19:55:00Z E! [agent] Error writing to outputs.influxdb_v2: Post http://localhost:8086/api/v2/write?bucket=metrics&org=company: dial tcp 127.0.0.1:8086: connect: connection refused

Organization:
9 posts / 0 new
Last post
Offline
Last seen: 2 years 11 months ago
Joined: 08/03/2021
Posts: 6
DynamicData with a custom transport

We have a need to use DynamicData with a custom transport using the modern C++ API.
I was able to generate and run the custom FILE transport example for C++11 but that uses an IDL defined data type, CustomTransport.

I have a HelloWorld publisher and subscriber that use DynamicData that I was hoping to get working with the custom FILE transport instead of the built-ins transports.
I was hoping I might be able to simply use the custom_transportPlugin.cxx and hpp files generated by the custom transport example and change "CustomTransport" to "dds::core::xtypes::DynamicData".

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 2 years 11 months ago
Joined: 08/03/2021
Posts: 6
find_topics()

Using the DDS Modern C++ API 6.1.0

I'm trying to use rti::topic::find_topics() to get all the local topics from my local domain participant but I can't get the correct syntax.

The following throws the runtime exception: Can't create an AnyTopic from a native topic. Try a typed Topic<T> instead

    std::vector<dds::topic::AnyTopic> topics;
    uint32_t topicCount = rti::topic::find_topics(participant, std::back_inserter(topics));

While this gives a various compilation errors:

Organization:
Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 9 years 4 weeks ago
Joined: 06/16/2015
Posts: 1
Does rtiddsgen version 5.1.0 output XML like it does in 5.0.0?

On the RTI Code Generator 2.0 Architecture Overview powerpoint (RTI_rttiddsgen_architecture.pptx), it says on the 6th slide that "The AST is equivalent to the simplified XML generated with rtiddsgen 1".  Does this mean that rtiddsgen 2 (which, as I understand, comes with RTI Connext version 5.1.0) will no longer output the simplified XML?

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 9 years 8 months ago
Joined: 10/22/2014
Posts: 1
.net 2.0 examples depend upon .net 4.0

I can't seem to generate example C# code that doesn't depend upon .net 4.0.  Even the sample code, \rticonnextdds-examples\listeners\cd code, generates an example that gives me the following warnings for the publisher and subscriber code.

Organization:
Subscribe to RSS - General Dynamics