Prototyper

2 posts / 0 new
Last post
Offline
Last seen: 2 years 6 months ago
Joined: 10/18/2017
Posts: 1
Sending LargeData from Prototyper?

I'm trying to have the Prototyper Lua utility from v5.3.0 publish a large status & image-data containing message(~2MB) once every 10s for debugging purposes but only see the fields other than the image-data being populated in DDS Spy.

I've followed some guides regarding large data handling(asynchronous publishing, etc.) and can see the image-data field populated under ~65KB however when above that the field shows blank despite the rest of the message being popluated.

Is LargeData supported in the 5.3.0 Prototyper?  If so any suggestions are much appreciated, thanks!

6 posts / 0 new
Last post
Offline
Last seen: 9 years 6 months ago
Joined: 08/04/2014
Posts: 6
Defining types in XML for Prototyper

I was wondering if it's possible to have my types defined in a separate XML file and then refer to them when registering my types/topics in the USER_QOS_PROFILES.xml file?

Is there a way to specify that one XML file needs to "include" another?

The reason for doing this is that I have a lot of large/complex types already defined in XML (actually they're in IDL but I converted them to XML using rtiddsgen), and I don't really want to have to cut/paste them into the XML file that I provide to the rtiddsprototyper.

 

Keywords:
14 posts / 0 new
Last post
Offline
Last seen: 9 years 10 months ago
Joined: 04/26/2013
Posts: 3
Create topic and type with same name in RTI Prototyper

RE: XML-Based Application Creation Getting Started Guide (Ver 5.0) page 30:

Subscribe to RSS - Prototyper