]> rtime.felk.cvut.cz Git - orte.git/commitdiff
changed name to Open Real-time Ethernet, some source header arranging
authorsmolik <smolik>
Mon, 25 Sep 2006 20:07:43 +0000 (20:07 +0000)
committersmolik <smolik>
Mon, 25 Sep 2006 20:07:43 +0000 (20:07 +0000)
87 files changed:
Makefile.am
copying
orte/Makefile.am
orte/examples/Makefile.am
orte/examples/hello/h_publisher.c
orte/examples/hello/h_subscriber.c
orte/examples/hello/msvc/Makefile
orte/examples/mpo/Makefile.am
orte/examples/multicast/m_subscriber.c
orte/examples/multicast/msvc/Makefile
orte/examples/ping/msvc/Makefile
orte/examples/ping/orteping.c
orte/examples/reliable/msvc/Makefile
orte/examples/reliable/r_publisher.c
orte/examples/reliable/r_subscriber_besteffort.c
orte/examples/reliable/r_subscriber_reliable.c
orte/examples/schneider/schneider_subscriber.c
orte/examples/spy/msvc/Makefile
orte/examples/spy/ortespy.c
orte/include/Makefile.omk
orte/include/defines.h
orte/include/globals.h
orte/include/orte.h
orte/include/orte/cdr.h
orte/include/orte/defines_api.h
orte/include/orte/ew_types.h
orte/include/orte/protos_api.h
orte/include/orte/typedefs_api.h
orte/include/orte/typedefs_defines_rtps.h
orte/include/orte_all.h
orte/include/orte_headers.h
orte/include/protos.h
orte/include/rtai/compat.h
orte/include/rtl/compat_onetd.h
orte/include/rtl/compat_rtlwip.h
orte/include/rtl/rwlock.h
orte/include/typedefs.h
orte/liborte/Makefile.am
orte/liborte/ORTEAppRecvThread.c
orte/liborte/ORTEAppSendThread.c
orte/liborte/ORTEDomain.c
orte/liborte/ORTEDomainApp.c
orte/liborte/ORTEDomainMgr.c
orte/liborte/ORTEInit.c
orte/liborte/ORTEMisc.c
orte/liborte/ORTEPattern.c
orte/liborte/ORTEPublication.c
orte/liborte/ORTEPublicationTimer.c
orte/liborte/ORTESubscription.c
orte/liborte/ORTEThreadUtils.c
orte/liborte/ORTETypeRegister.c
orte/liborte/ORTEVerbosity.c
orte/liborte/RTPSAck.c
orte/liborte/RTPSCSTReader.c
orte/liborte/RTPSCSTReaderProc.c
orte/liborte/RTPSCSTReaderTimer.c
orte/liborte/RTPSCSTWriter.c
orte/liborte/RTPSCSTWriterTimer.c
orte/liborte/RTPSGap.c
orte/liborte/RTPSHeader.c
orte/liborte/RTPSHeardBeat.c
orte/liborte/RTPSInfoDST.c
orte/liborte/RTPSInfoREPLY.c
orte/liborte/RTPSInfoSRC.c
orte/liborte/RTPSInfoTS.c
orte/liborte/RTPSIssue.c
orte/liborte/RTPSPad.c
orte/liborte/RTPSUtils.c
orte/liborte/RTPSVar.c
orte/liborte/cdr.c
orte/liborte/conv.c
orte/liborte/debug.c
orte/liborte/event.c
orte/liborte/fnmatch.c
orte/liborte/htimerNtp.c
orte/liborte/msvc/Makefile
orte/liborte/objectEntry.c
orte/liborte/objectEntryTimer.c
orte/liborte/objectUtils.c
orte/liborte/parameter.c
orte/liborte/rtl/Makefile.am
orte/liborte/sock.c
orte/manager/mcvs/Makefile
orte/manager/ortemanager.c
orte/templates/templates.c
orte/templates/templates.h
readme

index 42116fcd35b663674764bed4970f4353e9ea5172..d7c364003f23f788dc0eb588c6f539b141750392 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04 
 #
diff --git a/copying b/copying
index c7aea1896f776a9dea105ff388d6058a612d4961..dea58d88df649797335bece889c1a41ee162e44c 100644 (file)
--- a/copying
+++ b/copying
@@ -1,3 +1,17 @@
+-----------------------------------------------------------------------
+--                               ORTE                                --
+--                     Open Real-Time Ethernet                       --
+--                                                                   --
+--                     Copyright (C) 2001-2006                       --
+-- Department of Control Engineering FEE CTU Prague, Czech Republic  --
+--                     http://dce.felk.cvut.cz                       --
+--                                                                   --
+-- Author:             Petr Smolik     petr.smolik@wo.cz            --
+-- Advisor:            Pavel Pisa                                   --
+-- Project Responsible: Zdenek Hanzalek                              --
+-----------------------------------------------------------------------
+
+
                    GNU GENERAL PUBLIC LICENSE
                       Version 2, June 1991
 
index d03767e92d5dff95668d7a05cd983e27afd8f9ee..c2b3b54fa4c7a7a0c6246d78ce3eb5f3f24ac54c 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04 
 #
index 8f89a25d642e1ccd8ddd49fd305c20d2f6f3d35c..36028306d213f779224bd05b10c6cedc3461e2f4 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04 
 #
index cc8488a2c18949aa924b1485d297c17396fbafa7..a8dafc01a93b7431aa2be1588d7e0c4085ad28fd 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: h_publisher.c,v 0.0.1.0        2005/01/03
  *
  *  DEBUG:  section                     h_publisher
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 99e3f9c17a6480d33ad23cdc2098306a46469e34..ce8f18b462e68950cddd2ebef76482ffdc42b921 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: h_subscriber.c,v 0.0.1.0       2005/01/03
  *
  *  DEBUG:  section                     h_subscriber
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index a9623422003b279cdbc3fc8c15d3479d5f1731a6..89cfcba91af754d8695dec1d364780e9e584ba66 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Makefile for the Ocera Real-Time Ethernet
+# Makefile for the Open Real-Time Ethernet
 # ---------------------------------------------------------------------
 
 LIBS=       kernel32.lib \
index de1006d3d096143fbe5645e32c994ac95d3f6f9b..a277317a8b7cd35964026f635383620b2e534008 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04 
 #
index c1ad3d4415475d2526bc408f9a00f4695939df68..4b6d084a938a8773a9bbd1b8f7d1748294ff458d 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: m_subscriber.c,v 0.0.1.0       2005/01/03
  *
  *  DEBUG:  section                     m_subscriber
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 24f6f17502c8dac10f80a1b59aa571b9518f0a9f..22dab9428291e4d68285a857ea738f551add50e9 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Makefile for the Ocera Real-Time Ethernet
+# Makefile for the Open Real-Time Ethernet
 # ---------------------------------------------------------------------
 
 LIBS=       kernel32.lib \
index f7d0e340a5374ccab10c754b846fc304075b7920..7bbcd8accd59c6e8612fba27c7bbf04dbee1bf55 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Makefile for the Ocera Real-Time Ethernet
+# Makefile for the Open Real-Time Ethernet
 # ---------------------------------------------------------------------
 
 LIBS=       kernel32.lib \
index df842bf03697bc3bf3cb946e9a9f1bf38be462c6..9fdf32f36306e8fbc86928c246e2d01087d76e3b 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: orteping.c,v 0.0.0.1           2003/10/07 
  *
  *  DEBUG:  section                     orteping
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d883d25e789068e80ea80cc5ad1e06ec5ac95a58..94663e074c2920dd1d475c911d5c0ba3f57acf51 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Makefile for the Ocera Real-Time Ethernet
+# Makefile for the Open Real-Time Ethernet
 # ---------------------------------------------------------------------
 
 LIBS=       kernel32.lib \
index 67690dacf4cd4a83c20c2b8e0b74c8a8a060ff73..c97033f7ba73e994c92674af9d4541cf8f10690e 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: publisher.c,v 0.0.0.1          2003/12/27 
  *
  *  DEBUG:  section                     publisher
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 63cbc3ad9a9185c66fce426e6f2f8a30879ae333..48280633829e3ee59e9a97205e5b07d13e003cf7 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: subscriberbesteffort.c,v 0.0.0.1 2003/12/27 
  *
  *  DEBUG:  section                     Subscriber BestEffort
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index e3d4f6418780640d294999558bfe174f23f16f6c..16869884149b5e8f517264ecc95b94b26e04579d 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: subscriberreliable.c,v 0.0.0.1 2003/12/27 
  *
  *  DEBUG:  section                     subscriber reliable
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index bc1b5800ef7ebf46fec3225fb13cf535c0f18a80..a9ff0745d68389c94602ac20efcb55f60b546afe 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: m_subscriber.c,v 0.0.1.0       2005/01/03
  *
  *  DEBUG:  section                     m_subscriber
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d209392cb0e47801f13ab4443734a86d7f17f592..decf799cf36c1e9e4d0abc84b9519a5fc0d31fca 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Makefile for the Ocera Real-Time Ethernet
+# Makefile for the Open Real-Time Ethernet
 # ---------------------------------------------------------------------
 
 LIBS=       kernel32.lib \
index 0960ff14b73f142327c4a0feca351d1ffa5c866b..b8f6473721c1c9c4314417ebffa76ff34193b04e 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ortespy.c,v 0.0.0.1            2003/10/07 
  *
  *  DEBUG:  section                     ortespy
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -144,7 +154,7 @@ int main(int argc,char *argv[]) {
       case 'l':
         ORTEVerbositySetLogFile(optarg);
       case 'V':
-        printf("Ocera Real-Time Ethernet (%s).\n",dp.version);
+        printf("Open Real-Time Ethernet (%s).\n",dp.version);
         exit(0);
         break;
       case 'h':
index 3e1195701e5340383056c6dc4aa330608e5331e0..d9c32dd2af54ada3d391ecad402f4a5b79c6ee56 100644 (file)
@@ -7,14 +7,12 @@ ifeq ($(CONFIG_OC_ETH_ORTE_SOLIB),y)
 endif
 
 ifeq ($(ORTE_ENABLE),y)
-ifeq ($(TARGET_OS),linux)
-renamed_include_HEADERS = \
-orte/orte_config_omk_linux.h->orte/orte_config.h
-endif
-
 ifeq ($(TARGET_OS),win32)
 renamed_include_HEADERS = \
 orte/orte_config_omk_win32.h->orte/orte_config.h
+else
+renamed_include_HEADERS = \
+orte/orte_config_omk_linux.h->orte/orte_config.h
 endif
 
 nobase_include_HEADERS = \
index c19c9f4baafe52dee20ce98aa52e683481854047..597715288b7e26f4ae271cb094fa5e99833406b6 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: defines.h,v 0.0.0.1            2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 129b70f98616b87ec6d800aa96c0e9c3d0b21843..6db699a9f800c3e2d1786981b8e84e3d122ecd35 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: globals.h,v 0.0.0.1            2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 584d82b9bf12e2c6ac8585461382f32ab9aba647..948da9ba6fdd2d79c0b58129830c563fdc4deb51 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: orte_api.h.h,v 0.0.0.1         2003/08/21
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 5e70bfadbb2e2a633f31a8b2a127e6faec5875d0..e01ae9f12a93113f75acd494c363416dbe668cde 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: cdr.h,v 0.0.0.1                2004/11/26 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 6343507c357b3cf476d4f2ce6caa2c8327e75416..c98813ccf49def9e88c79e23e82c66efa1451fa2 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: defines_api.h,v 0.0.0.1        2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 9d04cd24286868082b5b247869fa2ae433e472f8..01cda5920bc24d5cb035826aeda1ed413ffa0614 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: ew_types.h,v 0.0.0.1         2003/09/10
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 0d2394cbb62c9f191cf1ad99016e40b2798c858f..897249fb34e52fa38bf049b7b9c6bb000acedd71 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: protos_api.h,v 0.0.0.1             2003/09/10 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 8fef78862d8af42d3a12879ab86e4d7ef9f0d71a..fc3b846f063870c0f54c7f3acae06b6bf89b2647 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: typedefs_api.h,v 0.0.0.1       2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 5931a2af03d226c2cc4fa9b52d1278d3afba0589..fd80f7e2a8b7226b4941fcf734db077bc34cebd5 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: typedefs_defines_rtps.h,v 0.0.0.1 2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index e8e377316503092f4afccdac94ed106312a5892b..7d7d73edaaadb3bb56627cf3499583f3655e80a4 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: orte.h,v 0.0.0.1               2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 93afa1458b0b69c204d7efa86be4c49523ef39ff..ba01c4179e8194bfa66f60fa09bc3ed2c1fed6a4 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: orte_headers.h,v 0.0.0.1       2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 5cf5c6b997561e62765975ab1e112819d13faa64..fbdd0014d53306eee67e07549f5de9fe14d240a8 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: protos.h,v 0.0.0.1             2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 63430d0dbb266e35feb67285c4de428934434673..3b275411623972569474ba17dc44f2f1e644b6f4 100644 (file)
@@ -1,9 +1,19 @@
 /*
  *  $Id: compat.h,v 0.0.0.1             2004/11/14
  *
- *  AUTHOR: Jan Kiszka                  jan.kiszka@web.de
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik       petr.smolik@wo.cz
+ *  Author - this code:         Jan Kiszka        jan.kiszka@web.de
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 809dcd7a7a5e25f38cde881187e15c041da45ae4..1686492b8fd58fb1f22259ee327e34e912893e99 100644 (file)
@@ -1,9 +1,19 @@
 /*
  *  $Id: compat.h,v 0.0.0.1             2003/12/19 
  *
- *  AUTHOR: Michal Sojka                sojka1@fel.cvut.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik       petr.smolik@wo.cz
+ *  Author - this code:         Michal Sojka      sojka1@fel.cvut.cz
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 132734ba3c954f91ea63aaf69921f4e13821150d..124bc1eb0f6629a6f4a877490daa757b5c2ea230 100644 (file)
@@ -3,7 +3,7 @@
  *
  *  AUTHOR: Michal Sojka                sojka1@fel.cvut.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  ORTE - Open Real-Time Ethernet      http://www.ocera.org/
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 2b1da25160741d8b3309e9df691ce6441141f665..162568594edd8bcde4ff7bc9db4cf6e18c283dfb 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: rwlock.h,v 0.0.0.1             2003/12/19 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 2b18109a4622e219c0ef0a355b7d67e5c929b239..9635ac331aab1d7cc1b3b30553819a7a7424fa92 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: typedefs.h,v 0.0.0.1           2003/08/21 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index b6759f90a5b28e5c70b47db6719838ffe835bfde..834840345627a5d75d150da53ed62225f3c6b872 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04
 #
index 1225ef516e9b528eecdebacbd817216b56002f75..c55bcbe54f72d6489c0193d59390dc6295a0315a 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEAppRecvThread.c,v 0.0.0.1  2005/01/3 
  *
  *  DEBUG:  section 22                  Receiving thread
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 342904a52a5b5dfaf3b2b5b2ce5f3c5b693c26f1..192ba7991db0d0aaaf331874e4f866207ab08b25 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEAppSendThread.c,v 0.0.0.1  2003/08/21 
  *
  *  DEBUG:  section 24                  Sending thread
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index ca38eb3ea58ca2903d74e0fcaaa9adda15c24377..c30d029491079f446b6c76415bd5072be4dc9a22 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEDomain.c,v 0.0.0.1         2003/08/21
  *
  *  DEBUG:  section 30                  Domain functions
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 06acc8a638c2198b0c4de25722ed1e828df32081..565f037198a6f6c14c771f89b6909309ae3b2804 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEDomainApp.c,v 0.0.0.1      2003/08/21 
  *
  *  DEBUG:  section 21                  Domain application
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d42ebc225af08fc2025ac88f6d9f538356473754..8692ffa0990292830112afdf1bf85b530f793f67 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEDomainMgr.c,v 0.0.0.1      2003/09/12
  *
  *  DEBUG:  section 29                  Domain manager
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d6905bd5f02abeba7acd131a91723f6f6785aed3..dd05a4d44bb5e4cee61ca5483bd80717cf261079 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEInit.c,v 0.0.0.1           2003/08/21 
  *
  *  DEBUG:  section 20                  Initialization of ORTE
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 2cabb24446b318902c73f19f782deb0bc606a0fa..80edbb7d681982bf6693156ac9cc306e9bb6a928 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEMisc.c,v 0.0.0.1           2004/01/27 
  *
  *  DEBUG:  section 34                  miscellaneous functions
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index bd287365ec1207d5ac07ff6b0d1377ec84682ded..66872ff2b49f6857cb52b60ffa1d0caf0cb34f46 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEPattern.c,v 0.0.0.1        2003/07/12 
  *
  *  DEBUG:  section 28                  Pattern
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 73917b40cd3c17b79c4a429aa42528d1df23fcdd..f37cc1bbf5634b1af83916f19c406f7a0ee91406 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEPublication.c,v 0.0.0.1      2003/11/21
  *
  *  DEBUG:  section 31                  Functions working over publication
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 0e84516521c60645982ddf5018a491fb7613d95f..5f702c02ecc6f00a35af88dade84fa32310a7d79 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEPublicationTimer.c,v 0.0.0.1 2003/12/15
  *
  *  DEBUG:  section 32                  Publication Timer
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index de72dfbc9334c3faba3152d3d4207db15b62cd80..7d8a5cdce27417e58fc690b95b49c5875ff824ba 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTESubscription.c,v 0.0.0.1     2003/11/21
  *
  *  DEBUG:  section 33                  Functions working over subscription
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 235fa502b9e755c13d186eaa89d017051a3e34c4..9c1d713e6835a755d23a2f405300480bcd879d2b 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEThreadUtils.c,v 0.0.0.1    2003/08/21 
  *
  *  DEBUG:  section 25                   Thread utility
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index f1397c7f217ee43e7af9cf54224a4ea8cee0181e..8c6511c45a94e7fee70f6f20dc322092c1bcae7a 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTETypeRegister.c,v 0.0.0.1   2003/08/21 
  *
  *  DEBUG:  section 26                  Type register
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 2be7eec68da78101c42b11b3201c76deb72e1304..4a9e689e34bd21242a075d97f6ee85a8b276d1b0 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ORTEVerbosity.c,v 0.0.0.1  2003/08/21 
  *
  *  DEBUG:  section 27                  Verbosity function                  
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 868273356cabd3aad3c6f71d2ac0377d0ea6b79e..32e5dfdc24c5eba4cc71b8e76b9f01bd683de575 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSAck.c,v 0.0.0.1            2003/10/07 
  *
  *  DEBUG:  section 47                  RTPS message ACK
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index be974bddb1d26ec28961bdd0288527e68b5eefb2..0b476cd1cd5d1116c3283a6a4dc6af92a1007909 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSCSTReader.c,v 0.0.0.1      2003/09/13 
  *
  *  DEBUG:  section 53                  CSTReader
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index cf28d81a064f3d98876e4a3f27ea6ab6c74a28ff..e94ee5c4ff01050cd22d8c0a6adf57c9d47ea5bf 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSCSTReaderProc.c,v 0.0.0.1 2003/09/13 
  *
  *  DEBUG:  section 54                  CSChanges processing
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 2a607c2b413a98145d75afc931add9cf82c916e7..f78e9e2abc27500d921731751bc598ebe12e7f13 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSCSTReaderTimer.c,v 0.0.0.1 2003/11/03 
  *
  *  DEBUG:  section 55                  CSTReader timer functions
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index eea9f7b79843322287e1349e1a817261aa1945a3..1235e208c2bcc466cc751b7122899d3d57d3692c 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSCSTWriter.c,v 0.0.0.1      2003/09/13 
  *
  *  DEBUG:  section 51                  CSTWriter
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 1f7717348ee64429803c9cf4fb6af1e35404d850..f9d9ce4912a1e31e9e69f47b9f6c9d1bded67fdb 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSCSTWriterTimer.c,v 0.0.0.1 2003/10/19 
  *
  *  DEBUG:  section 52                  CSTWriter timer functions
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 3d97444ac85d4451ea5e1f885eaa9f25bbaa6934..c29e001932b5b63c86bdc6a969bf11f287082de3 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSGap.c,v 0.0.0.1            2003/10/07 
  *
  *  DEBUG:  section 49                  RTPS message GAP
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 4bd712731fa3e55f2d93c31d2e8b753aa443685b..c570a0d8da530424fa118bdf26d34aa760b1f8b7 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSHeader.c,v 0.0.0.1  2003/08/21 
  *
  *  DEBUG:  section 40          Operations with header of RTPS
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 0e4c0523550936a747dc004458f8eeb867bc7520..7652680895e10a9b4b3c8599faca691248283473 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSHeardBeat.c,v 0.0.0.1      2003/10/07 
  *
  *  DEBUG:  section 48                  RTPS message HeardBeat
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 066c53de0f58e082e034effe173e992467d6faf5..32813c95f0869e2b071d00ef61fd041c9e66afb5 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSInfoDST.c,v 0.0.0.1        2003/08/21
  *
  *  DEBUG:  section 42                  message INFO DST
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 6f34b28ad08e2cca60d0bad4480d530a604bfe21..edbe1648410d1be3279ad5dc9fb1d22183ace98d 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSInfoREPLY.c,v 0.0.0.1      2003/09/1
  *
  *  DEBUG:  section 43                  message INFO REPLY
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 89263ba49856e0829b5b8c13936b1cdfcca041b8..9d0bfb545ee895e800ea7fb63fefc034530b8019 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSInfoSRC.c,v 0.0.0.1      2003/09/10
  *
  *  DEBUG:  section 44                  message INFO SRC
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 058fceff01b6e9b0226d4453e25bf43da905981c..ecd9946c3d623fba82d7b05b874495643894cc79 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSInfoTS.c,v 0.0.0.1         2003/09/10
  *
  *  DEBUG:  section 45                  message INFO TS
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 049404f03f1f537e0cf321faf991b27399e32db6..eca7a4acb7ad8e7f6f6900b61490e5633b25c369 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSIssue.c,v 0.0.0.1          2003/12/08
  *
  *  DEBUG:  section 56                  message ISSUE
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 1b2363a23b46805bcd55354c9a565d045971ece8..6017bc607b99811fb2533e5a98beb4e83c51f935 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSPad.c,v 0.0.0.1            2003/08/21 
  *
  *  DEBUG:  section 41                  message PAD
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 0d0d8f91f9157a9f07534d00b948defc37e7a101..8634723026e9cb9b17cede0a5f3207eb92ae8e07 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSUtils.c,v 0.0.0.1          2003/09/13 
  *
  *  DEBUG:  section 50          Utils
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index b10ec14fb66974fe89cafcd883faa010b4907aca..7fe3bdf64633b36cd93fb62e029c7a02a7aa4434 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: RTPSVar.c,v 0.0.0.2            2004/11/24 
  *
  *  DEBUG:  section 46                  RTPS message VAR
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 7d9f3f98ee6d75244e9da56787973a9e52f159e1..f85ca5986fdd9e8e6081b51d4d4e7e8fed0c8fbc 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: cdr.c,v 0.0.0.1                2004/11/26
  *
  *  DEBUG:  section 5                   CDR codeing
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index e79aa70efca7b68f5842e86faa37c2216c03d1d1..7dd5a575e072bd2d0f44bc147d3357ada0dd8980 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: conv.c,v 0.0.0.1               2003/09/10
  *
  *  DEBUG:  section 7                 ordering conversion
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index bbf6b85ee76a62678434733c9438be9e4f969a8a..9cec2dcc631e3abaa2774ba9fc562fc4833b265b 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: debug.c,v 0.0.0.1              2003/08/21
  *
  *  DEBUG:  section 1                   Debug
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index b80218701c8d5afe0d32ff536924e838bb8987d4..caf9259b1897d5f3fa9e6d0a44ca617f2c9d8131 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: events.c,v 0.0.0.1             2003/09/19
  *
  *  DEBUG:  section 10                  Event system based on htimerNtp
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 7ba43c61c1a3a64e761443895e6f3a3d5306227a..973c3ce0361fe51bf1eadf711ed991956141aa6c 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: fnmatch.c,v 0.0.0.1            2003/08/21 
  *
  *  DEBUG:  section 3                   
- *  AUTHOR: xxx, Petr Smolik            petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index ba850b9941fbe20e52ba17834359593d9c378823..39d09442549fede463c7a12efa92904c10064ed2 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: htimerNtp.c,v 0.0.0.1          2003/08/21 
  *
  *  DEBUG:  section 2                   HTimer for NtpTime
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d2aae8a5a9b45ae094780371c08002c5ff252ca9..9fb19c5cf5b3ea948b96a713a1300325b7c19b2b 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Ocera Real-Time Ethernet
+# Open Real-Time Ethernet
 # Makefile for the liborte library files
 # ---------------------------------------------------------------------
 
index 651af5a320443fbd2155717c6dda3db0f608606b..430ba8d45d9a766f6a3843b0fe316afa242afb53 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: objectEntry.c,v 0.0.0.1   2003/09/10
  *
  *  DEBUG:  section 8                   Functions with database of objects
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d6c2bb727b837c7a992af3b9acfb22ee7427481f..94fd29b63bf2b1b043a95f7899bfddd61b0dc003 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: objectEntryTimer.c,v 0.0.0.1   2003/09/10
  *
  *  DEBUG:  section 12                  Timer function on object from eventEntry
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 38caba6e0c98a4f0c21fc08334ff03b572a5045f..3d2688ebf5a56e6469ff3822a30a04e8c1a0200b 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: objectUtils.c,v 0.0.0.1         2003/09/10
  *
  *  DEBUG:  section 9                   Functions with objets
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 8fefbb3859f3876024e2953787c778cda175a038..5ea14bfa4156369292b369a439b0624a8512301a 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: parameter.c,v 0.0.0.1          2003/10/13
  *
  *  DEBUG:  section 11                  parameter
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index ae16523e7a044d477dd2aad7016e4a28907305f8..013f345d97ba36dc11e6a934c081111a6d12526f 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  Makefile for the Ocera Real-Time Ethernet
+#  Makefile for the Open Real-Time Ethernet
 #
 #  $Id: Makefile.am,v 1.0 2003/08/04
 #
index 2094ca8ee06d1fb61c1dffee258b52a012984730..824bcd076e0ab6b352c5d09962cfb460dbc90879 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: sock.c,v 0.0.0.1               2003/08/21 
  *
  *  DEBUG:  section 6                   Socket 
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index 9dd9e124f628d0a154621bb10ab1c464d3bd2a15..1ab957d25fdc025165b61f15add02852d1e909f4 100644 (file)
@@ -1,5 +1,5 @@
 # ---------------------------------------------------------------------
-# Ocera Real-Time Ethernet
+# Open Real-Time Ethernet
 # Makefile for the ORTE manager
 # ---------------------------------------------------------------------
 
index 4b9bfb5d6c5a3846e5d021b68a4c8a7a68aa1ad4..92501251736b8da47052103ba4e21d81459fde6f 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: ortemanager.c,v 0.0.0.1        2003/10/07
  *
  *  DEBUG:  section                     Manager
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -211,7 +221,7 @@ int main(int argc,char *argv[]) {
         ORTEVerbositySetLogFile(optarg);
         break;
       case 'V':
-        printf("Ocera Real-Time Ethernet (%s).\n",dp.version);
+        printf("Open Real-Time Ethernet (%s).\n",dp.version);
         exit(0);
         break;
       case 'D':
index 1b852f565850625bb225a35af7bb198a9f0506c8..7bbf42328aaec5a64f74677c2ba32144e93a9ae8 100644 (file)
@@ -2,9 +2,19 @@
  *  $Id: filename.c,v 0.0.0.1           2003/MM/DD 
  *
  *  DEBUG:  section XX                  Description
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
index d5d615485eb524e53667c105e87b6506c5d7338f..5e32fb0ec0963e88a9437efcb7de2c89df67018a 100644 (file)
@@ -1,9 +1,18 @@
 /*
  *  $Id: filename.h,v 0.0.0.1           2003/MM/DD 
  *
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
- *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------  
+ *                                ORTE                                 
+ *                      Open Real-Time Ethernet                       
+ *                                                                    
+ *                      Copyright (C) 2001-2006                       
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic  
+ *                      http://dce.felk.cvut.cz                       
+ *                      http://www.ocera.org                          
+ *                                                                    
+ *  Author:             Petr Smolik    petr.smolik@wo.cz             
+ *  Advisor:            Pavel Pisa                                   
+ *  Project Responsible: Zdenek Hanzalek                              
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/readme b/readme
index 9ddf11313d6bd8aba1b117b99cb1526ae004a27a..480e9c1354bec133f5ab197d3b6310fbce820258 100644 (file)
--- a/readme
+++ b/readme
@@ -1,5 +1,5 @@
-                   ORTE - OCERA Real-Time Ethernet
-                   -------------------------------
+                   ORTE - Open Real-Time Ethernet
+                   ------------------------------
 
 What is it?
 -----------