certi-cvs
[Top][All Lists]
Advanced

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

applications/MatlabHLA_Toolbox/m_files fedResCo...


From: certi-cvs
Subject: applications/MatlabHLA_Toolbox/m_files fedResCo...
Date: Mon, 11 Feb 2008 12:52:37 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Christian Stenzel <approx>      08/02/11 12:52:37

Added files:
        MatlabHLA_Toolbox/m_files: fedResComplete.m fedResNotComplete.m 
                                   fedSaveBegun.m fedSaveComplete.m 
                                   fedSaveNotComplete.m 
                                   syncPointRegSucceeded.m 
                                   requestFedResSucceeded.m 

Log message:
        adjusted naming convention 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/fedResComplete.m?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/fedResNotComplete.m?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/fedSaveBegun.m?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/fedSaveComplete.m?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/fedSaveNotComplete.m?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/syncPointRegSucceeded.m?cvsroot=certi&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/applications/MatlabHLA_Toolbox/m_files/requestFedResSucceeded.m?cvsroot=certi&rev=1.1

Patches:
Index: fedResComplete.m
===================================================================
RCS file: fedResComplete.m
diff -N fedResComplete.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ fedResComplete.m    11 Feb 2008 12:52:36 -0000      1.1
@@ -0,0 +1,27 @@
+function except = fedResComplete()
+%fedResComplete    Federate Restore Complete (federate initiated).
+%
+%Synopsis
+%      except = fedResComplete()
+
+%    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(4200);

Index: fedResNotComplete.m
===================================================================
RCS file: fedResNotComplete.m
diff -N fedResNotComplete.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ fedResNotComplete.m 11 Feb 2008 12:52:36 -0000      1.1
@@ -0,0 +1,27 @@
+function except = fedResNotComplete()
+%fedResNotComplete Federate Restore Not Complete (federate initiated).
+%
+%Synopsis
+%      except = fedResNotComplete()
+
+%    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(4201);

Index: fedSaveBegun.m
===================================================================
RCS file: fedSaveBegun.m
diff -N fedSaveBegun.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ fedSaveBegun.m      11 Feb 2008 12:52:36 -0000      1.1
@@ -0,0 +1,27 @@
+function except = fedSaveBegun()
+%fedSaveBegun  Federate Save Begun (federate initiated).
+%
+%Synopsis
+%      except = fedSaveBegun()
+
+%    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);

Index: fedSaveComplete.m
===================================================================
RCS file: fedSaveComplete.m
diff -N fedSaveComplete.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ fedSaveComplete.m   11 Feb 2008 12:52:36 -0000      1.1
@@ -0,0 +1,27 @@
+function except = fedSaveComplete()
+%fedSaveComplete   Federate Save Complete (federate initiated).
+%
+%Synopsis
+%      except = fedSaveComplete()
+
+%    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);

Index: fedSaveNotComplete.m
===================================================================
RCS file: fedSaveNotComplete.m
diff -N fedSaveNotComplete.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ fedSaveNotComplete.m        11 Feb 2008 12:52:36 -0000      1.1
@@ -0,0 +1,27 @@
+function except = fedSaveNotComplete()
+%fedSaveNotComplete    Federate Save Not Complete (federate initiated).
+%
+%Synopsis
+%      except = fedSaveNotComplete()
+
+%    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(4141);

Index: syncPointRegSucceeded.m
===================================================================
RCS file: syncPointRegSucceeded.m
diff -N syncPointRegSucceeded.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ syncPointRegSucceeded.m     11 Feb 2008 12:52:37 -0000      1.1
@@ -0,0 +1,47 @@
+function except = syncPointRegSucceeded(label)
+%syncPointRegSucceeded    Synchronization Point Registration Succeeded (rti 
initiated).
+%
+%Synopsis
+%      except = synPointRegSucceeded(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) syncPointRegSucceeded>> ','s');
+        eval(cmd,'error_handler')
+end
+ 
+return
+
+
+function error_handler()
+        disp(lasterr)
+return

Index: requestFedResSucceeded.m
===================================================================
RCS file: requestFedResSucceeded.m
diff -N requestFedResSucceeded.m
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ requestFedResSucceeded.m    11 Feb 2008 12:52:37 -0000      1.1
@@ -0,0 +1,47 @@
+function except = requestFedResSucceeded(label)
+%requestFedResSucceeded   Request Federation Restore Succeeded (rti initiated).
+%
+%Synopsis
+%      except = requestFedResSucceeded(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) requestFedResSucceeded> ','s');
+        eval(cmd,'error_handler')
+end
+ 
+return
+ 
+ 
+function error_handler()
+        disp(lasterr)
+return




reply via email to

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