Solutions

Note: Applies to RTI Connext 4.x and above. Start Eclipse in the Java perspective. Right-click in the white area of Package Explorer and select New, Java Project In the New Java Project dialog, for the Project name , enter: MyDDSProject Click Finish . (This creates MyDDSProject in the Package ...
11445 reads — 1 comment
Note : This solution applies to RTI Data Distribution Service 4.5c. Applications that use writers with KEEP_LAST history may behave differently when built with 4.5c, compromising backward compatibility. Previously, a reliable write would not block under default QoS, as its queue was allowed to grow ...
4392 reads — 1 comment
Note: Applies to RTI Data Distribution Service 4.x. When running RTI Data Distribution Service over an RS-232 PPP link on a Windows XP system with Service Pack 2, you might see the following PPP Server error: WSASendTo() is failing with the error code 10022, WSAEINVAL. This error occurs because the ...
1800 reads — 0 comments
The follow list describes each of the Quality of Service (QoS) parameters and some common use cases for them. Asynchronous Publisher Configures the mechanism that sends user data in an external middleware thread. Can be used to reduce the amount of time spent in the user thread to send data. Must ...
18293 reads — 2 comments
We do support the ability for local DataWriters and DataReaders of the same topic to ignore each other, i.e., the local DataReader to only receive messages from remote DataWriters , not local ones. To do so, you can call ignore_participant() . For example: DDSDomainParticipant *dP; dP-> ...
7336 reads — 0 comments
Note: Applies to RTI Connext 4.1 and above. Use the transport properties for the UDPv4 transport to restrict which interfaces the transport will attempt to use. The properties allow you to either use an "allow" list (to specifically allow certain interfaces), or a "deny" list (to specifically deny ...
4826 reads — 0 comments
Note: Applies to RTI Connext 4.5c and above. This solution applies if you are seeing errors during rtiddsgen code-generation which look like the following (rtiddsgen used with –language java for this example): javax.xml.transform.TransformerException: org.xml.sax.SAXException: /p8core/interface/ ...
6784 reads — 0 comments

Pages