Bharat Electronics Limited

9 posts / 0 new
Last post
kapilgupta123's picture
Offline
Last seen: 1 year 4 months ago
Joined: 06/18/2022
Posts: 6
How 1 subscriber identify diffrent partition joined.

Hi,

Iin my application, I have one subscriber and I have attached one datareader to it. I have attached multiple partitions to this subscriber.

The topic data corresponding to this data reader can be sent by multiple applications in different partitions.

Is it possible to know which of the partition of my subscriber has recieved the data from the instance i have recieved ?

I do not want to have more than one subscriber.

thanks & regards

Kapil

3 posts / 0 new
Last post
Offline
Last seen: 3 years 3 months ago
Joined: 11/24/2016
Posts: 6
Non English Characters in char array using RTI Connector

Hi,

I am trying to use char array to publish Non-English characters using RTI Connector. But when I check in Admin console I get different values.

For ascii values it works fine but when I am sending unicode then I am not getting same values whether I use RTI connector for python or js. When I use the native libraries to generate example for same and run the program then I am getting the values in Admin console what I had sent. As a result I am not able to use connector for sending Non English Charatcers in char array.

Can anybody suggest the way to resolve the issue?

1 post / 0 new
Offline
Last seen: 7 years 4 months ago
Joined: 12/16/2016
Posts: 1
Shape Demo, on executing the Routing Service, Shared Memory and Resident Size of the CPU increasing

I am running 2 shapes demo instances in a single PC having RHEL 6.6 and connext 5.2.0 (Publisher in Domain 2 and Subscriber in Domain 3). Routing service is being used for getting the communication done between the domains.

A single Square is published and the same is recieved at the subsrcibing shapes demo. However, on executing the 'TOP' command,  Shared Memory and Resident Size of Routing Service is found to be increasing periodically by random number of bytes.

Please explain the above behaviour about the memory consumption pattern.


Regards,

6 posts / 0 new
Last post
Offline
Last seen: 7 years 7 months ago
Joined: 01/20/2015
Posts: 6
Topic Aggregation

Is it possible two aggregate two topics in one topic.

Suppose there is topic TOPIC_T1 with

STRUCT_T1

{

int x; //@key;

int y;

int z;

}

topic TOPIC_T2 with

STRUCT_T2

{

int x; //@key

int a;

int b;

}

topic TOPIC_T3

{

int x; //@key

int y;

int z;

int a;

int b;

}

datawriter1 is publishing TOPIC_T1 , datawriter2  is publishing TOPIC_T2 and datareader is subscribing TOPIC_T3.

Subscribe to RSS - Bharat Electronics Limited