Solutions

Note: FlexLM is no longer a dependency for RTI Connext 4.5e and above. Fedora 7 lacks a library required by FlexLM. RTI Developer Platform uses FlexLM. You will encounter the following error during start up of RTI Developer Platform: License Error RTI Development Platform:failure to load ...
3616 reads — 0 comments
Note: Applies to RTI Data Distribution Service 4.4b and below If a network interface is disconnected or disabled while your application is running, your application might hang when properly shutting down your DomainParticipant. The likely cause is how the middleware cleans up sockets and how ...
3856 reads — 0 comments
One of the more common reasons is due to the parameter late_joiner_heartbeat_period (part of DDS_RtpsReliableWriterProtocol_t , used in the DataWriterProtocolQosPolicy and DisoveryConfigQosPolicy ) which is new in RTI Data Distribution Service 4.2. late_joiner_heartbeat_period is used when a ...
4463 reads — 0 comments
As described in TCP/IP Illustrated, Volume 1, by W. Richard Stevens, Section 11.9 , ARP entries that expire may introduce high latencies on the next send. Entry expiration details are system-dependent; for instance, a packet sent to a particular address may refresh the timeout. On a VxWorks target ...
4938 reads — 0 comments
In general, rtiddsgen only recognizes keys in the outermost structure. To consider the keys in embedded structures, the outer member needs to be a key as well. In the example below, rtiddsgen will not recognize mykey as a key for union A , struct B , or struct C . struct D { long mykey; //@key long ...
4903 reads — 0 comments
Note: Applies to RTI Connext 4.x and above. RTI Data Distribution Service 4.4 and later include support for non-monotonic support. Please refer to the 4.4 User's Manual for details and the list of supported platforms. RTI Data Distribution Service 4.3 and earlier requires a monotonic increasing ...
5035 reads — 1 comment
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 ...
11840 reads — 1 comment

Pages