certi-cvs
[Top][All Lists]
Advanced

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

applications/MatlabHLA_Toolbox/m_files syncPoin...


From: certi-cvs
Subject: applications/MatlabHLA_Toolbox/m_files syncPoin...
Date: Mon, 11 Feb 2008 13:17:38 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Christian Stenzel <approx>      08/02/11 13:17:38

Added files:
        MatlabHLA_Toolbox/m_files: syncPointAchieved.m 

Log message:
        replaced synchronizationPointAchieved

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/syncPointAchieved.m?cvsroot=certi&rev=1.1

Patches:
Index: syncPointAchieved.m
===================================================================
RCS file: syncPointAchieved.m
diff -N syncPointAchieved.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ syncPointAchieved.m 11 Feb 2008 13:17:37 -0000      1.1
@@ -0,0 +1,35 @@
+function except = syncPointAchieved(label)
+%syncPointAchieved   Synchronization Point Achieved (federate initiated).
+%
+%Synopsis
+%      except = syncPointAchieved(label)
+
+%    Copyright (C) 2008 Christian Stenzel, Sven Pawletta, Thorsten Pawletta
+
+%    This file is part of MatlabHLA13.
+%
+%    MatlabHLA13 is free software: you can redistribute it and/or
+%    modify it under the terms of the GNU Lesser General Public 
+%    License as published by the Free Software Foundation, either 
+%    version 3 of the License, or (at your option) any later version.
+%
+%    MatlabHLA13 is distributed in the hope that it will be useful,
+%    but WITHOUT ANY WARRANTY; without even the implied warranty of
+%    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+%    GNU Lesser General Public License for more details.
+%
+%    You should have received a copy of the GNU Lesser General Public 
+%    License along with MatlabHLA13.  
+%    
+%    If not, see <http://www.gnu.org/licenses/>.
+
+switch nargin
+    
+    case 1
+        
+        except = rti(4090, label);
+        
+    otherwise
+        
+        error('ERROR - try help syncPointAchieved');
+end




reply via email to

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