SELEX ES GmbH

4 posts / 0 new
Last post
Offline
Last seen: 8 years 1 month ago
Joined: 02/26/2013
Posts: 9
Error by creating RTI Distributted Logger

Hello,

 

In my application using RTI Connext 5.2 on RedHat64 bits I'm creating a domain participant using the default profile "User.Generic.Participant.LargeData" that later will host a couple of writers that are using the default profile "User.Generic.StrictReliable.LargeData.MediumFlow". After that by trying to create a RTI Distributed Logger  I got the errors from below

 

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 8 years 1 month ago
Joined: 02/26/2013
Posts: 9
RTI Analyzer 5.1.0

Hello,

After I set the environment variable to

NDDS_QOS_PROFILES=MYPATH_TO/NDDS_QOS_PROFILES.example.xml , (the NDDS_QOS_PROFILES.example.xml has no modifications)  I can not configure or start the spy agent .

The warnings are:

Spy Agent: Failed to set DomainParticipantFactoryQos:null

Unable to open Spy agent configuration dialog

 

What should I do ?

 

Many thanks,

 

Daniel

 



Organization:
Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 8 years 1 month ago
Joined: 02/26/2013
Posts: 9
rtiddsgen2 customization for C++

Hello,

I have in one IDL file several structures and also the following structure

struct QuantityZ
{
    double  qty;
    double  Z;
};


Is it possible to customize the rtiddsgen2 via templates so that just for this structure to somehow "insert" in the generated header file
the following equality operator :

  bool operator == (const QuantityZ &a) const
    {
        return qty==a.qty && Z == a.Z;
    }

Organization:
Subscribe to RSS - SELEX ES GmbH