certi-cvs
[Top][All Lists]
Advanced

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

applications/MatlabHLA_Toolbox/m_files federate...


From: certi-cvs
Subject: applications/MatlabHLA_Toolbox/m_files federate...
Date: Mon, 11 Feb 2008 13:16:58 +0000

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

Removed files:
        MatlabHLA_Toolbox/m_files: federateResComplete.m 
                                   federateResNotComplete.m 
                                   federateSaveBegun.m 
                                   federateSaveComplete.m 
                                   federateSaveNotComplete.m 
                                   requestFedResSuccess.m 
                                   syncPointRegSuccess.m 
                                   synchronizationPointAchieved.m 

Log message:
        replace old files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/federateResComplete.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/federateResNotComplete.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/federateSaveBegun.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/federateSaveComplete.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/federateSaveNotComplete.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/requestFedResSuccess.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/syncPointRegSuccess.m?cvsroot=certi&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/synchronizationPointAchieved.m?cvsroot=certi&r1=1.1&r2=0

Patches:
Index: federateResComplete.m
===================================================================
RCS file: federateResComplete.m
diff -N federateResComplete.m
--- federateResComplete.m       28 Jan 2008 21:46:16 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-function except = federateResComplete()
-%federateResComplete    Federate Restore Complete (federate initiated).
-%
-%Synopsis
-%      except = federateResComplete()
-
-%    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/>.
-
-
-except = rti(4130);
\ No newline at end of file

Index: federateResNotComplete.m
===================================================================
RCS file: federateResNotComplete.m
diff -N federateResNotComplete.m
--- federateResNotComplete.m    28 Jan 2008 21:46:05 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-function except = federateResNotComplete()
-%federateResNotComplete Federate Restore Not Complete (federate initiated).
-%
-%Synopsis
-%      except = federateResNotComplete()
-
-%    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/>.
-
-
-except = rti(4140);
\ No newline at end of file

Index: federateSaveBegun.m
===================================================================
RCS file: federateSaveBegun.m
diff -N federateSaveBegun.m
--- federateSaveBegun.m 28 Jan 2008 21:46:05 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-function except = federateSaveBegun()
-%federateSaveBegun  Federate Save Begun (federate initiated).
-%
-%Synopsis
-%      except = federateSaveBegun()
-
-%    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/>.
-
-
-except = rti(4090);
\ No newline at end of file

Index: federateSaveComplete.m
===================================================================
RCS file: federateSaveComplete.m
diff -N federateSaveComplete.m
--- federateSaveComplete.m      28 Jan 2008 21:45:58 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-function except = federateSaveComplete()
-%federateSaveComplete   Federate Save Complete (federate initiated).
-%
-%Synopsis
-%      except = federateSaveComplete()
-
-%    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/>.
-
-
-except = rti(4100);
\ No newline at end of file

Index: federateSaveNotComplete.m
===================================================================
RCS file: federateSaveNotComplete.m
diff -N federateSaveNotComplete.m
--- federateSaveNotComplete.m   28 Jan 2008 21:46:11 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-function except = federateSaveNotComplete()
-%federateSaveNotComplete    Federate Save Not Complete (federate initiated).
-%
-%Synopsis
-%      except = federateSaveNotComplete()
-
-%    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/>.
-
-
-except = rti(4110);
\ No newline at end of file

Index: requestFedResSuccess.m
===================================================================
RCS file: requestFedResSuccess.m
diff -N requestFedResSuccess.m
--- requestFedResSuccess.m      28 Jan 2008 21:46:02 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,47 +0,0 @@
-function except = requestFedResSuccess(label)
-%requestFedResSuccess   Request Federation Restore Succeeded (rti initiated).
-%
-%Synopsis
-%      except = requestFedResSuccess(label)
-%
-%Purpose:
-%   To inform a federate that a request to attempt to restore its federation
-%   state has been accepted.
-
-%   throw (
-%       FederateInternalError)
-
-%    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/>.
-
-
-
-cmd='';
- 
-while ~strcmp(cmd,'return')
-        cmd = input('(NULL) requestFedResSuccess>> ','s');
-        eval(cmd,'error_handler')
-end
- 
-return
- 
- 
-function error_handler()
-        disp(lasterr)
-return
\ No newline at end of file

Index: syncPointRegSuccess.m
===================================================================
RCS file: syncPointRegSuccess.m
diff -N syncPointRegSuccess.m
--- syncPointRegSuccess.m       28 Jan 2008 21:46:04 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,47 +0,0 @@
-function except = syncPointRegSuccess(label)
-%syncPointRegSuccess    Synchronization Point Registration Succeeded (rti 
initiated).
-%
-%Synopsis
-%      except = synPointRegSuccess(label)
-%
-%Purpose:
-%   To inform a federate that an attempt to register a synchronization point 
has
-%   succeeded.
-
-%   throw (
-%       FederateInternalError)
-
-%    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/>.
-
-
-
-cmd='';
- 
-while ~strcmp(cmd,'return')
-        cmd = input('(NULL) syncPointRegSuccess>> ','s');
-        eval(cmd,'error_handler')
-end
- 
-return
-
-
-function error_handler()
-        disp(lasterr)
-return
\ No newline at end of file

Index: synchronizationPointAchieved.m
===================================================================
RCS file: synchronizationPointAchieved.m
diff -N synchronizationPointAchieved.m
--- synchronizationPointAchieved.m      28 Jan 2008 21:46:05 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,35 +0,0 @@
-function except = synchronizationPointAchieved(label)
-%synchronizationPointAchieved   Synchronization Point Achieved (federate 
initiated).
-%
-%Synopsis
-%      except = synchronizationPointAchieved(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(4070, label);
-        
-    otherwise
-        
-        error('ERROR - try help synchronizationPointAchieved');
-end
\ No newline at end of file




reply via email to

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