From 824f40a806f6797820d70d060496c8cd0fbf0afc Mon Sep 17 00:00:00 2001 From: smolik Date: Mon, 25 Sep 2006 20:07:43 +0000 Subject: [PATCH] changed name to Open Real-time Ethernet, some source header arranging --- Makefile.am | 2 +- copying | 14 ++++++++++++++ orte/Makefile.am | 2 +- orte/examples/Makefile.am | 2 +- orte/examples/hello/h_publisher.c | 14 ++++++++++++-- orte/examples/hello/h_subscriber.c | 14 ++++++++++++-- orte/examples/hello/msvc/Makefile | 2 +- orte/examples/mpo/Makefile.am | 2 +- orte/examples/multicast/m_subscriber.c | 14 ++++++++++++-- orte/examples/multicast/msvc/Makefile | 2 +- orte/examples/ping/msvc/Makefile | 2 +- orte/examples/ping/orteping.c | 14 ++++++++++++-- orte/examples/reliable/msvc/Makefile | 2 +- orte/examples/reliable/r_publisher.c | 14 ++++++++++++-- orte/examples/reliable/r_subscriber_besteffort.c | 14 ++++++++++++-- orte/examples/reliable/r_subscriber_reliable.c | 14 ++++++++++++-- orte/examples/schneider/schneider_subscriber.c | 14 ++++++++++++-- orte/examples/spy/msvc/Makefile | 2 +- orte/examples/spy/ortespy.c | 16 +++++++++++++--- orte/include/Makefile.omk | 8 +++----- orte/include/defines.h | 15 ++++++++++++--- orte/include/globals.h | 15 ++++++++++++--- orte/include/orte.h | 15 ++++++++++++--- orte/include/orte/cdr.h | 15 ++++++++++++--- orte/include/orte/defines_api.h | 15 ++++++++++++--- orte/include/orte/ew_types.h | 15 ++++++++++++--- orte/include/orte/protos_api.h | 15 ++++++++++++--- orte/include/orte/typedefs_api.h | 15 ++++++++++++--- orte/include/orte/typedefs_defines_rtps.h | 15 ++++++++++++--- orte/include/orte_all.h | 15 ++++++++++++--- orte/include/orte_headers.h | 15 ++++++++++++--- orte/include/protos.h | 15 ++++++++++++--- orte/include/rtai/compat.h | 16 +++++++++++++--- orte/include/rtl/compat_onetd.h | 16 +++++++++++++--- orte/include/rtl/compat_rtlwip.h | 2 +- orte/include/rtl/rwlock.h | 15 ++++++++++++--- orte/include/typedefs.h | 15 ++++++++++++--- orte/liborte/Makefile.am | 2 +- orte/liborte/ORTEAppRecvThread.c | 14 ++++++++++++-- orte/liborte/ORTEAppSendThread.c | 14 ++++++++++++-- orte/liborte/ORTEDomain.c | 14 ++++++++++++-- orte/liborte/ORTEDomainApp.c | 14 ++++++++++++-- orte/liborte/ORTEDomainMgr.c | 14 ++++++++++++-- orte/liborte/ORTEInit.c | 14 ++++++++++++-- orte/liborte/ORTEMisc.c | 14 ++++++++++++-- orte/liborte/ORTEPattern.c | 14 ++++++++++++-- orte/liborte/ORTEPublication.c | 14 ++++++++++++-- orte/liborte/ORTEPublicationTimer.c | 14 ++++++++++++-- orte/liborte/ORTESubscription.c | 14 ++++++++++++-- orte/liborte/ORTEThreadUtils.c | 14 ++++++++++++-- orte/liborte/ORTETypeRegister.c | 14 ++++++++++++-- orte/liborte/ORTEVerbosity.c | 14 ++++++++++++-- orte/liborte/RTPSAck.c | 14 ++++++++++++-- orte/liborte/RTPSCSTReader.c | 14 ++++++++++++-- orte/liborte/RTPSCSTReaderProc.c | 14 ++++++++++++-- orte/liborte/RTPSCSTReaderTimer.c | 14 ++++++++++++-- orte/liborte/RTPSCSTWriter.c | 14 ++++++++++++-- orte/liborte/RTPSCSTWriterTimer.c | 14 ++++++++++++-- orte/liborte/RTPSGap.c | 14 ++++++++++++-- orte/liborte/RTPSHeader.c | 14 ++++++++++++-- orte/liborte/RTPSHeardBeat.c | 14 ++++++++++++-- orte/liborte/RTPSInfoDST.c | 14 ++++++++++++-- orte/liborte/RTPSInfoREPLY.c | 14 ++++++++++++-- orte/liborte/RTPSInfoSRC.c | 14 ++++++++++++-- orte/liborte/RTPSInfoTS.c | 14 ++++++++++++-- orte/liborte/RTPSIssue.c | 14 ++++++++++++-- orte/liborte/RTPSPad.c | 14 ++++++++++++-- orte/liborte/RTPSUtils.c | 14 ++++++++++++-- orte/liborte/RTPSVar.c | 14 ++++++++++++-- orte/liborte/cdr.c | 14 ++++++++++++-- orte/liborte/conv.c | 14 ++++++++++++-- orte/liborte/debug.c | 14 ++++++++++++-- orte/liborte/event.c | 14 ++++++++++++-- orte/liborte/fnmatch.c | 14 ++++++++++++-- orte/liborte/htimerNtp.c | 14 ++++++++++++-- orte/liborte/msvc/Makefile | 2 +- orte/liborte/objectEntry.c | 14 ++++++++++++-- orte/liborte/objectEntryTimer.c | 14 ++++++++++++-- orte/liborte/objectUtils.c | 14 ++++++++++++-- orte/liborte/parameter.c | 14 ++++++++++++-- orte/liborte/rtl/Makefile.am | 2 +- orte/liborte/sock.c | 14 ++++++++++++-- orte/manager/mcvs/Makefile | 2 +- orte/manager/ortemanager.c | 16 +++++++++++++--- orte/templates/templates.c | 14 ++++++++++++-- orte/templates/templates.h | 15 ++++++++++++--- readme | 4 ++-- 87 files changed, 877 insertions(+), 180 deletions(-) diff --git a/Makefile.am b/Makefile.am index 42116fc..d7c3640 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 c7aea18..dea58d8 100644 --- 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 diff --git a/orte/Makefile.am b/orte/Makefile.am index d03767e..c2b3b54 100644 --- a/orte/Makefile.am +++ b/orte/Makefile.am @@ -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/orte/examples/Makefile.am b/orte/examples/Makefile.am index 8f89a25..3602830 100644 --- a/orte/examples/Makefile.am +++ b/orte/examples/Makefile.am @@ -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/orte/examples/hello/h_publisher.c b/orte/examples/hello/h_publisher.c index cc8488a..a8dafc0 100644 --- a/orte/examples/hello/h_publisher.c +++ b/orte/examples/hello/h_publisher.c @@ -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 diff --git a/orte/examples/hello/h_subscriber.c b/orte/examples/hello/h_subscriber.c index 99e3f9c..ce8f18b 100644 --- a/orte/examples/hello/h_subscriber.c +++ b/orte/examples/hello/h_subscriber.c @@ -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 diff --git a/orte/examples/hello/msvc/Makefile b/orte/examples/hello/msvc/Makefile index a962342..89cfcba 100644 --- a/orte/examples/hello/msvc/Makefile +++ b/orte/examples/hello/msvc/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Makefile for the Ocera Real-Time Ethernet +# Makefile for the Open Real-Time Ethernet # --------------------------------------------------------------------- LIBS= kernel32.lib \ diff --git a/orte/examples/mpo/Makefile.am b/orte/examples/mpo/Makefile.am index de1006d..a277317 100644 --- a/orte/examples/mpo/Makefile.am +++ b/orte/examples/mpo/Makefile.am @@ -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/orte/examples/multicast/m_subscriber.c b/orte/examples/multicast/m_subscriber.c index c1ad3d4..4b6d084 100644 --- a/orte/examples/multicast/m_subscriber.c +++ b/orte/examples/multicast/m_subscriber.c @@ -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 diff --git a/orte/examples/multicast/msvc/Makefile b/orte/examples/multicast/msvc/Makefile index 24f6f17..22dab94 100644 --- a/orte/examples/multicast/msvc/Makefile +++ b/orte/examples/multicast/msvc/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Makefile for the Ocera Real-Time Ethernet +# Makefile for the Open Real-Time Ethernet # --------------------------------------------------------------------- LIBS= kernel32.lib \ diff --git a/orte/examples/ping/msvc/Makefile b/orte/examples/ping/msvc/Makefile index f7d0e34..7bbcd8a 100644 --- a/orte/examples/ping/msvc/Makefile +++ b/orte/examples/ping/msvc/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Makefile for the Ocera Real-Time Ethernet +# Makefile for the Open Real-Time Ethernet # --------------------------------------------------------------------- LIBS= kernel32.lib \ diff --git a/orte/examples/ping/orteping.c b/orte/examples/ping/orteping.c index df842bf..9fdf32f 100644 --- a/orte/examples/ping/orteping.c +++ b/orte/examples/ping/orteping.c @@ -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 diff --git a/orte/examples/reliable/msvc/Makefile b/orte/examples/reliable/msvc/Makefile index d883d25..94663e0 100644 --- a/orte/examples/reliable/msvc/Makefile +++ b/orte/examples/reliable/msvc/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Makefile for the Ocera Real-Time Ethernet +# Makefile for the Open Real-Time Ethernet # --------------------------------------------------------------------- LIBS= kernel32.lib \ diff --git a/orte/examples/reliable/r_publisher.c b/orte/examples/reliable/r_publisher.c index 67690da..c97033f 100644 --- a/orte/examples/reliable/r_publisher.c +++ b/orte/examples/reliable/r_publisher.c @@ -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 diff --git a/orte/examples/reliable/r_subscriber_besteffort.c b/orte/examples/reliable/r_subscriber_besteffort.c index 63cbc3a..4828063 100644 --- a/orte/examples/reliable/r_subscriber_besteffort.c +++ b/orte/examples/reliable/r_subscriber_besteffort.c @@ -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 diff --git a/orte/examples/reliable/r_subscriber_reliable.c b/orte/examples/reliable/r_subscriber_reliable.c index e3d4f64..1686988 100644 --- a/orte/examples/reliable/r_subscriber_reliable.c +++ b/orte/examples/reliable/r_subscriber_reliable.c @@ -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 diff --git a/orte/examples/schneider/schneider_subscriber.c b/orte/examples/schneider/schneider_subscriber.c index bc1b580..a9ff074 100644 --- a/orte/examples/schneider/schneider_subscriber.c +++ b/orte/examples/schneider/schneider_subscriber.c @@ -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 diff --git a/orte/examples/spy/msvc/Makefile b/orte/examples/spy/msvc/Makefile index d209392..decf799 100644 --- a/orte/examples/spy/msvc/Makefile +++ b/orte/examples/spy/msvc/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Makefile for the Ocera Real-Time Ethernet +# Makefile for the Open Real-Time Ethernet # --------------------------------------------------------------------- LIBS= kernel32.lib \ diff --git a/orte/examples/spy/ortespy.c b/orte/examples/spy/ortespy.c index 0960ff1..b8f6473 100644 --- a/orte/examples/spy/ortespy.c +++ b/orte/examples/spy/ortespy.c @@ -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': diff --git a/orte/include/Makefile.omk b/orte/include/Makefile.omk index 3e11957..d9c32dd 100644 --- a/orte/include/Makefile.omk +++ b/orte/include/Makefile.omk @@ -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 = \ diff --git a/orte/include/defines.h b/orte/include/defines.h index c19c9f4..5977152 100644 --- a/orte/include/defines.h +++ b/orte/include/defines.h @@ -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 diff --git a/orte/include/globals.h b/orte/include/globals.h index 129b70f..6db699a 100644 --- a/orte/include/globals.h +++ b/orte/include/globals.h @@ -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 diff --git a/orte/include/orte.h b/orte/include/orte.h index 584d82b..948da9b 100644 --- a/orte/include/orte.h +++ b/orte/include/orte.h @@ -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 diff --git a/orte/include/orte/cdr.h b/orte/include/orte/cdr.h index 5e70bfa..e01ae9f 100644 --- a/orte/include/orte/cdr.h +++ b/orte/include/orte/cdr.h @@ -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 diff --git a/orte/include/orte/defines_api.h b/orte/include/orte/defines_api.h index 6343507..c98813c 100644 --- a/orte/include/orte/defines_api.h +++ b/orte/include/orte/defines_api.h @@ -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 diff --git a/orte/include/orte/ew_types.h b/orte/include/orte/ew_types.h index 9d04cd2..01cda59 100644 --- a/orte/include/orte/ew_types.h +++ b/orte/include/orte/ew_types.h @@ -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 diff --git a/orte/include/orte/protos_api.h b/orte/include/orte/protos_api.h index 0d2394c..897249f 100644 --- a/orte/include/orte/protos_api.h +++ b/orte/include/orte/protos_api.h @@ -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 diff --git a/orte/include/orte/typedefs_api.h b/orte/include/orte/typedefs_api.h index 8fef788..fc3b846 100644 --- a/orte/include/orte/typedefs_api.h +++ b/orte/include/orte/typedefs_api.h @@ -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 diff --git a/orte/include/orte/typedefs_defines_rtps.h b/orte/include/orte/typedefs_defines_rtps.h index 5931a2a..fd80f7e 100644 --- a/orte/include/orte/typedefs_defines_rtps.h +++ b/orte/include/orte/typedefs_defines_rtps.h @@ -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 diff --git a/orte/include/orte_all.h b/orte/include/orte_all.h index e8e3773..7d7d73e 100644 --- a/orte/include/orte_all.h +++ b/orte/include/orte_all.h @@ -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 diff --git a/orte/include/orte_headers.h b/orte/include/orte_headers.h index 93afa14..ba01c41 100644 --- a/orte/include/orte_headers.h +++ b/orte/include/orte_headers.h @@ -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 diff --git a/orte/include/protos.h b/orte/include/protos.h index 5cf5c6b..fbdd001 100644 --- a/orte/include/protos.h +++ b/orte/include/protos.h @@ -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 diff --git a/orte/include/rtai/compat.h b/orte/include/rtai/compat.h index 63430d0..3b27541 100644 --- a/orte/include/rtai/compat.h +++ b/orte/include/rtai/compat.h @@ -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 diff --git a/orte/include/rtl/compat_onetd.h b/orte/include/rtl/compat_onetd.h index 809dcd7..1686492 100644 --- a/orte/include/rtl/compat_onetd.h +++ b/orte/include/rtl/compat_onetd.h @@ -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 diff --git a/orte/include/rtl/compat_rtlwip.h b/orte/include/rtl/compat_rtlwip.h index 132734b..124bc1e 100644 --- a/orte/include/rtl/compat_rtlwip.h +++ b/orte/include/rtl/compat_rtlwip.h @@ -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 diff --git a/orte/include/rtl/rwlock.h b/orte/include/rtl/rwlock.h index 2b1da25..1625685 100644 --- a/orte/include/rtl/rwlock.h +++ b/orte/include/rtl/rwlock.h @@ -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 diff --git a/orte/include/typedefs.h b/orte/include/typedefs.h index 2b18109..9635ac3 100644 --- a/orte/include/typedefs.h +++ b/orte/include/typedefs.h @@ -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 diff --git a/orte/liborte/Makefile.am b/orte/liborte/Makefile.am index b6759f9..8348403 100644 --- a/orte/liborte/Makefile.am +++ b/orte/liborte/Makefile.am @@ -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/orte/liborte/ORTEAppRecvThread.c b/orte/liborte/ORTEAppRecvThread.c index 1225ef5..c55bcbe 100644 --- a/orte/liborte/ORTEAppRecvThread.c +++ b/orte/liborte/ORTEAppRecvThread.c @@ -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 diff --git a/orte/liborte/ORTEAppSendThread.c b/orte/liborte/ORTEAppSendThread.c index 342904a..192ba79 100644 --- a/orte/liborte/ORTEAppSendThread.c +++ b/orte/liborte/ORTEAppSendThread.c @@ -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 diff --git a/orte/liborte/ORTEDomain.c b/orte/liborte/ORTEDomain.c index ca38eb3..c30d029 100644 --- a/orte/liborte/ORTEDomain.c +++ b/orte/liborte/ORTEDomain.c @@ -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 diff --git a/orte/liborte/ORTEDomainApp.c b/orte/liborte/ORTEDomainApp.c index 06acc8a..565f037 100644 --- a/orte/liborte/ORTEDomainApp.c +++ b/orte/liborte/ORTEDomainApp.c @@ -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 diff --git a/orte/liborte/ORTEDomainMgr.c b/orte/liborte/ORTEDomainMgr.c index d42ebc2..8692ffa 100644 --- a/orte/liborte/ORTEDomainMgr.c +++ b/orte/liborte/ORTEDomainMgr.c @@ -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 diff --git a/orte/liborte/ORTEInit.c b/orte/liborte/ORTEInit.c index d6905bd..dd05a4d 100644 --- a/orte/liborte/ORTEInit.c +++ b/orte/liborte/ORTEInit.c @@ -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 diff --git a/orte/liborte/ORTEMisc.c b/orte/liborte/ORTEMisc.c index 2cabb24..80edbb7 100644 --- a/orte/liborte/ORTEMisc.c +++ b/orte/liborte/ORTEMisc.c @@ -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 diff --git a/orte/liborte/ORTEPattern.c b/orte/liborte/ORTEPattern.c index bd28736..66872ff 100644 --- a/orte/liborte/ORTEPattern.c +++ b/orte/liborte/ORTEPattern.c @@ -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 diff --git a/orte/liborte/ORTEPublication.c b/orte/liborte/ORTEPublication.c index 73917b4..f37cc1b 100644 --- a/orte/liborte/ORTEPublication.c +++ b/orte/liborte/ORTEPublication.c @@ -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 diff --git a/orte/liborte/ORTEPublicationTimer.c b/orte/liborte/ORTEPublicationTimer.c index 0e84516..5f702c0 100644 --- a/orte/liborte/ORTEPublicationTimer.c +++ b/orte/liborte/ORTEPublicationTimer.c @@ -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 diff --git a/orte/liborte/ORTESubscription.c b/orte/liborte/ORTESubscription.c index de72dfb..7d8a5cd 100644 --- a/orte/liborte/ORTESubscription.c +++ b/orte/liborte/ORTESubscription.c @@ -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 diff --git a/orte/liborte/ORTEThreadUtils.c b/orte/liborte/ORTEThreadUtils.c index 235fa50..9c1d713 100644 --- a/orte/liborte/ORTEThreadUtils.c +++ b/orte/liborte/ORTEThreadUtils.c @@ -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 diff --git a/orte/liborte/ORTETypeRegister.c b/orte/liborte/ORTETypeRegister.c index f1397c7..8c6511c 100644 --- a/orte/liborte/ORTETypeRegister.c +++ b/orte/liborte/ORTETypeRegister.c @@ -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 diff --git a/orte/liborte/ORTEVerbosity.c b/orte/liborte/ORTEVerbosity.c index 2be7eec..4a9e689 100644 --- a/orte/liborte/ORTEVerbosity.c +++ b/orte/liborte/ORTEVerbosity.c @@ -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 diff --git a/orte/liborte/RTPSAck.c b/orte/liborte/RTPSAck.c index 8682733..32e5dfd 100644 --- a/orte/liborte/RTPSAck.c +++ b/orte/liborte/RTPSAck.c @@ -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 diff --git a/orte/liborte/RTPSCSTReader.c b/orte/liborte/RTPSCSTReader.c index be974bd..0b476cd 100644 --- a/orte/liborte/RTPSCSTReader.c +++ b/orte/liborte/RTPSCSTReader.c @@ -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 diff --git a/orte/liborte/RTPSCSTReaderProc.c b/orte/liborte/RTPSCSTReaderProc.c index cf28d81..e94ee5c 100644 --- a/orte/liborte/RTPSCSTReaderProc.c +++ b/orte/liborte/RTPSCSTReaderProc.c @@ -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 diff --git a/orte/liborte/RTPSCSTReaderTimer.c b/orte/liborte/RTPSCSTReaderTimer.c index 2a607c2..f78e9e2 100644 --- a/orte/liborte/RTPSCSTReaderTimer.c +++ b/orte/liborte/RTPSCSTReaderTimer.c @@ -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 diff --git a/orte/liborte/RTPSCSTWriter.c b/orte/liborte/RTPSCSTWriter.c index eea9f7b..1235e20 100644 --- a/orte/liborte/RTPSCSTWriter.c +++ b/orte/liborte/RTPSCSTWriter.c @@ -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 diff --git a/orte/liborte/RTPSCSTWriterTimer.c b/orte/liborte/RTPSCSTWriterTimer.c index 1f77173..f9d9ce4 100644 --- a/orte/liborte/RTPSCSTWriterTimer.c +++ b/orte/liborte/RTPSCSTWriterTimer.c @@ -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 diff --git a/orte/liborte/RTPSGap.c b/orte/liborte/RTPSGap.c index 3d97444..c29e001 100644 --- a/orte/liborte/RTPSGap.c +++ b/orte/liborte/RTPSGap.c @@ -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 diff --git a/orte/liborte/RTPSHeader.c b/orte/liborte/RTPSHeader.c index 4bd7127..c570a0d 100644 --- a/orte/liborte/RTPSHeader.c +++ b/orte/liborte/RTPSHeader.c @@ -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 diff --git a/orte/liborte/RTPSHeardBeat.c b/orte/liborte/RTPSHeardBeat.c index 0e4c052..7652680 100644 --- a/orte/liborte/RTPSHeardBeat.c +++ b/orte/liborte/RTPSHeardBeat.c @@ -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 diff --git a/orte/liborte/RTPSInfoDST.c b/orte/liborte/RTPSInfoDST.c index 066c53d..32813c9 100644 --- a/orte/liborte/RTPSInfoDST.c +++ b/orte/liborte/RTPSInfoDST.c @@ -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 diff --git a/orte/liborte/RTPSInfoREPLY.c b/orte/liborte/RTPSInfoREPLY.c index 6f34b28..edbe164 100644 --- a/orte/liborte/RTPSInfoREPLY.c +++ b/orte/liborte/RTPSInfoREPLY.c @@ -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 diff --git a/orte/liborte/RTPSInfoSRC.c b/orte/liborte/RTPSInfoSRC.c index 89263ba..9d0bfb5 100644 --- a/orte/liborte/RTPSInfoSRC.c +++ b/orte/liborte/RTPSInfoSRC.c @@ -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 diff --git a/orte/liborte/RTPSInfoTS.c b/orte/liborte/RTPSInfoTS.c index 058fcef..ecd9946 100644 --- a/orte/liborte/RTPSInfoTS.c +++ b/orte/liborte/RTPSInfoTS.c @@ -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 diff --git a/orte/liborte/RTPSIssue.c b/orte/liborte/RTPSIssue.c index 049404f..eca7a4a 100644 --- a/orte/liborte/RTPSIssue.c +++ b/orte/liborte/RTPSIssue.c @@ -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 diff --git a/orte/liborte/RTPSPad.c b/orte/liborte/RTPSPad.c index 1b2363a..6017bc6 100644 --- a/orte/liborte/RTPSPad.c +++ b/orte/liborte/RTPSPad.c @@ -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 diff --git a/orte/liborte/RTPSUtils.c b/orte/liborte/RTPSUtils.c index 0d0d8f9..8634723 100644 --- a/orte/liborte/RTPSUtils.c +++ b/orte/liborte/RTPSUtils.c @@ -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 diff --git a/orte/liborte/RTPSVar.c b/orte/liborte/RTPSVar.c index b10ec14..7fe3bdf 100644 --- a/orte/liborte/RTPSVar.c +++ b/orte/liborte/RTPSVar.c @@ -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 diff --git a/orte/liborte/cdr.c b/orte/liborte/cdr.c index 7d9f3f9..f85ca59 100644 --- a/orte/liborte/cdr.c +++ b/orte/liborte/cdr.c @@ -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 diff --git a/orte/liborte/conv.c b/orte/liborte/conv.c index e79aa70..7dd5a57 100644 --- a/orte/liborte/conv.c +++ b/orte/liborte/conv.c @@ -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 diff --git a/orte/liborte/debug.c b/orte/liborte/debug.c index bbf6b85..9cec2dc 100644 --- a/orte/liborte/debug.c +++ b/orte/liborte/debug.c @@ -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 diff --git a/orte/liborte/event.c b/orte/liborte/event.c index b802187..caf9259 100644 --- a/orte/liborte/event.c +++ b/orte/liborte/event.c @@ -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 diff --git a/orte/liborte/fnmatch.c b/orte/liborte/fnmatch.c index 7ba43c6..973c3ce 100644 --- a/orte/liborte/fnmatch.c +++ b/orte/liborte/fnmatch.c @@ -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 diff --git a/orte/liborte/htimerNtp.c b/orte/liborte/htimerNtp.c index ba850b9..39d0944 100644 --- a/orte/liborte/htimerNtp.c +++ b/orte/liborte/htimerNtp.c @@ -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 diff --git a/orte/liborte/msvc/Makefile b/orte/liborte/msvc/Makefile index d2aae8a..9fb19c5 100644 --- a/orte/liborte/msvc/Makefile +++ b/orte/liborte/msvc/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Ocera Real-Time Ethernet +# Open Real-Time Ethernet # Makefile for the liborte library files # --------------------------------------------------------------------- diff --git a/orte/liborte/objectEntry.c b/orte/liborte/objectEntry.c index 651af5a..430ba8d 100644 --- a/orte/liborte/objectEntry.c +++ b/orte/liborte/objectEntry.c @@ -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 diff --git a/orte/liborte/objectEntryTimer.c b/orte/liborte/objectEntryTimer.c index d6c2bb7..94fd29b 100644 --- a/orte/liborte/objectEntryTimer.c +++ b/orte/liborte/objectEntryTimer.c @@ -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 diff --git a/orte/liborte/objectUtils.c b/orte/liborte/objectUtils.c index 38caba6..3d2688e 100644 --- a/orte/liborte/objectUtils.c +++ b/orte/liborte/objectUtils.c @@ -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 diff --git a/orte/liborte/parameter.c b/orte/liborte/parameter.c index 8fefbb3..5ea14bf 100644 --- a/orte/liborte/parameter.c +++ b/orte/liborte/parameter.c @@ -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 diff --git a/orte/liborte/rtl/Makefile.am b/orte/liborte/rtl/Makefile.am index ae16523..013f345 100644 --- a/orte/liborte/rtl/Makefile.am +++ b/orte/liborte/rtl/Makefile.am @@ -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/orte/liborte/sock.c b/orte/liborte/sock.c index 2094ca8..824bcd0 100644 --- a/orte/liborte/sock.c +++ b/orte/liborte/sock.c @@ -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 diff --git a/orte/manager/mcvs/Makefile b/orte/manager/mcvs/Makefile index 9dd9e12..1ab957d 100644 --- a/orte/manager/mcvs/Makefile +++ b/orte/manager/mcvs/Makefile @@ -1,5 +1,5 @@ # --------------------------------------------------------------------- -# Ocera Real-Time Ethernet +# Open Real-Time Ethernet # Makefile for the ORTE manager # --------------------------------------------------------------------- diff --git a/orte/manager/ortemanager.c b/orte/manager/ortemanager.c index 4b9bfb5..9250125 100644 --- a/orte/manager/ortemanager.c +++ b/orte/manager/ortemanager.c @@ -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': diff --git a/orte/templates/templates.c b/orte/templates/templates.c index 1b852f5..7bbf423 100644 --- a/orte/templates/templates.c +++ b/orte/templates/templates.c @@ -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 diff --git a/orte/templates/templates.h b/orte/templates/templates.h index d5d6154..5e32fb0 100644 --- a/orte/templates/templates.h +++ b/orte/templates/templates.h @@ -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 9ddf113..480e9c1 100644 --- a/readme +++ b/readme @@ -1,5 +1,5 @@ - ORTE - OCERA Real-Time Ethernet - ------------------------------- + ORTE - Open Real-Time Ethernet + ------------------------------ What is it? ----------- -- 2.39.2