certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-dev] found a bug in subscribeInteractionWithRegion


From: 凌森强
Subject: [certi-dev] found a bug in subscribeInteractionWithRegion
Date: Sun, 8 Aug 2010 21:36:23 +0800

Hi ,I 'am Steven Ling.
The bugs are in version 3.3.3. Two functions,subscribeInteraction and unsubscribeInteraction in DataDistribution.cc of rti-a,missing some lines.
   
    NM_DDM_Subscribe_Interaction req;
    req.interactionClass = int_class ;
    req.region = region ;
/**next two lines were not in the original source file**/
req.federation = fm->_numero_federation ;    //original missing
    req.federate = fm->federate ;  //original missing
    comm->sendMessage(&req);
and also in the unsubscribeInteraction. This will cause some problem while  subscribeing Interaction with Region.
Maybe my version downloaded was not update to date.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]