bharat electronics

4 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 05/14/2015
Posts: 6
type code query

Dear Mr Pardo,

1. I am publising a topic struct whose type cannot be determined by Admin Console of Connext 5.2.0.

2. In order to resolve this, i changed max_serialized_length = 9216 in USER_QOS_PROFLE.xml in directory of publishing application.

3. Plz tell how to compute type code size of a topic struct, usage of type code and ways & means of minimizing the type code length (e.g. giving small name to topic struct etc)?

4. Plz share the best practices document regarding type codes.

 

Regards

Dhruv

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 05/14/2015
Posts: 6
Issues in using string in 5.2.0

1. Created following IDL file.

typedef string str;
typedef str str_el;
struct abc
{
str_el dhruv;
};

2. Input this file to rtiddsgen in connext 5.2.0 and run.

3. On compiling the generated make file, it throws compilation errors (logs attached

4. However , on changing the first line to "typedef char* str", it works fine. Also on using rtiddsgen of connext 5.1.0, no such problem observed.

5. Plz explain.

 

 

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 9 years 3 months ago
Joined: 05/14/2015
Posts: 6
reader listner not working

Using DDS Profiler of IBM Rational Rhapsody 8.1.1 & connext 5.2.0 on RHEL 6.4 on intel 64 bit machine,following steps done.

1. A subscriber (entity factory= disabled) is created listening on
partition 'DDS.SIM'.
2. Then partition is changed to 'DDS.COM' and subscriber is enabled.
3. Now topic is published on 'DDS.COM'.
4. Listener callback (on data available) is not being executed.
5. Plz explain.
6. The model is attached herewith for reference.

Organization:
Subscribe to RSS - bharat electronics