Consequor Consulting AG

2 posts / 0 new
Last post
frgo's picture
Offline
Last seen: 6 years 1 month ago
Joined: 12/28/2011
Posts: 20
ANN: Common Lisp Bindings for Connext DDS available

Hi all,

just wanted to let you know that we have completed our implementation of Common Lisp language bindings for RTI Connext DDS (5.1.0). If you are interested to get more information please don't hesitate to contact us via email: frank . goenninger -at- consequor . de 

See attached screen shots for a session of loading the bindings and running a subscriber in Lisp (this time using Lispworks Enterprise 64bit - but it works with other implementations that support foreign thread callbacks, too) and a publisher in C (using the Hello_dynamic example).

3 posts / 0 new
Last post
frgo's picture
Offline
Last seen: 6 years 1 month ago
Joined: 12/28/2011
Posts: 20
How to debug data reader listener callbacks?

Hi all !
I am implementing a dynamic type data writer and data reader application based on the Hello_dynamic example in C.

Unfortunately I can't get my application's callbacks in the datareader listener getting called when sending samples created by the Hello executable from the example. I am now looking for extended debugging possibilities for datareader listener callbacks. I am already using NDDS_CONFIG_LOG_CATEGORY_API with a NDDS_CONFIG_LOG_VERBOSITY_STATUS_ALL settings for logging …

Thanks for any hints.

Kind regards

Frank

13 posts / 0 new
Last post
frgo's picture
Offline
Last seen: 6 years 1 month ago
Joined: 12/28/2011
Posts: 20
Which Connext DDS for Parallella (ARM9) ?

Hi all,

do the instructions for installing Connext DDS on RaspberryPi also apply for an ARM9-based environment like this

TIA!

Kind regards

   Frank

2 posts / 0 new
Last post
frgo's picture
Offline
Last seen: 6 years 1 month ago
Joined: 12/28/2011
Posts: 20
How to model data set for a bill of material ?

Hi again,

as already announced in my last post "process hang ..." I am having difficulties in modelling a Bill Of Material.

My approach was:

 struct object_header

 {

   uuid           uuid;

   uuid           parent_uuid; // relation

   wstring< OBJECT_HEADER_MAX_CLASSNAME_LEN > classname;

   version_info   version_info;

2 posts / 0 new
Last post
frgo's picture
Offline
Last seen: 6 years 1 month ago
Joined: 12/28/2011
Posts: 20
Process hang in allocating memory for sample

Hi all,

I have a fairly complex data structure called "msg" (see attached IDL files, esp. pib_dds_msg.idl).  When running the following function I get a process hang (or, a very (!) long execution time - I gave up at 10 minutes ...):

<pre class="brush: C">

RTIBool test_pib_dds_msg_alloc( RTIBool allocate_pointers )

{

Subscribe to RSS - Consequor Consulting AG