certi-cvs
[Top][All Lists]
Advanced

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

applications/HLA_Tutorial controllerFederate.cc...


From: certi-cvs
Subject: applications/HLA_Tutorial controllerFederate.cc...
Date: Tue, 06 Nov 2007 16:59:24 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Christian Stenzel <approx>      07/11/06 16:59:24

Modified files:
        HLA_Tutorial   : controllerFederate.cc processFederate.cc 

Log message:
        Adjustment of RAV federate service after bug fix from rousse.
        Now RAV is HLA 1.3 compliant.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_Tutorial/controllerFederate.cc?cvsroot=certi&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/applications/HLA_Tutorial/processFederate.cc?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: controllerFederate.cc
===================================================================
RCS file: /sources/certi/applications/HLA_Tutorial/controllerFederate.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- controllerFederate.cc       24 Oct 2007 14:11:45 -0000      1.3
+++ controllerFederate.cc       6 Nov 2007 16:59:24 -0000       1.4
@@ -183,19 +183,16 @@
      * @ingroup RequiredFederateServices
      * @param[in] theObject,
      * @param[in] theAttributes,
-     * @param[in]
+     * @param[in] theTag
      */
     void
     reflectAttributeValues( RTI::ObjectHandle theObject,
                             const RTI::AttributeHandleValuePairSet&
                             theAttributes,
-                            const RTI::FedTime& theTime,
-                            const char *theTag,
-                            RTI::EventRetractionHandle theHandle)
+                            const char *theTag)
     throw ( RTI::ObjectNotKnown,
             RTI::AttributeNotKnown,
             RTI::FederateOwnsAttributes,
-            RTI::InvalidFederationTime,
             RTI::FederateInternalError) {
         RTI::ULong length;
         char *attrValue;

Index: processFederate.cc
===================================================================
RCS file: /sources/certi/applications/HLA_Tutorial/processFederate.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- processFederate.cc  24 Oct 2007 14:12:13 -0000      1.3
+++ processFederate.cc  6 Nov 2007 16:59:24 -0000       1.4
@@ -181,19 +181,16 @@
      * @ingroup RequiredFederateServices
      * @param[in] theObject,
      * @param[in] theAttributes,
-     * @param[in]
+     * @param[in] theTag
      */
     void
     reflectAttributeValues( RTI::ObjectHandle theObject,
                             const RTI::AttributeHandleValuePairSet&
                             theAttributes,
-                            const RTI::FedTime& theTime,
-                            const char *theTag,
-                            RTI::EventRetractionHandle theHandle)
+                            const char *theTag)
     throw ( RTI::ObjectNotKnown,
             RTI::AttributeNotKnown,
             RTI::FederateOwnsAttributes,
-            RTI::InvalidFederationTime,
             RTI::FederateInternalError) {
         RTI::ULong length;
         char *attrValue;




reply via email to

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