瀏覽代碼

Added comment header

markus.muehlbrandt@gmail.com 13 年之前
父節點
當前提交
df5ee49e58
共有 20 個文件被更改,包括 113 次插入54 次删除
  1. 1 1
      examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_PedestrianLightWidget.cpp
  2. 1 1
      examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TimeEvent.cpp
  3. 1 1
      examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TrafficLightRunner.cpp
  4. 1 1
      examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TrafficLightTimer.cpp
  5. 1 1
      examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TrafficLightWidget.cpp
  6. 1 1
      examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_org_yakindu_sct_examples_c_trafficlight.cpp
  7. 11 0
      examples/org.yakindu.sct.examples.c.trafficlight/main.cpp
  8. 二進制
      examples/org.yakindu.sct.examples.c.trafficlight/org_yakindu_sct_examples_c_trafficlight
  9. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TimeEvent.cpp
  10. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TimeEvent.h
  11. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightRunner.cpp
  12. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightRunner.h
  13. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightTimer.cpp
  14. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightTimer.h
  15. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/widgets/CrossingWidget.cpp
  16. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/widgets/CrossingWidget.h
  17. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/widgets/PedestrianLightWidget.cpp
  18. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/widgets/PedestrianLightWidget.h
  19. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/widgets/TrafficLightWidget.cpp
  20. 8 4
      examples/org.yakindu.sct.examples.c.trafficlight/widgets/TrafficLightWidget.h

+ 1 - 1
examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_PedestrianLightWidget.cpp

@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'PedestrianLightWidget.h'
 **
-** Created: Fri Oct 19 14:59:25 2012
+** Created: Fri Oct 19 15:33:20 2012
 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
 **
 ** WARNING! All changes made in this file will be lost!

+ 1 - 1
examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TimeEvent.cpp

@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'TimeEvent.h'
 **
-** Created: Fri Oct 19 14:59:24 2012
+** Created: Fri Oct 19 15:33:19 2012
 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
 **
 ** WARNING! All changes made in this file will be lost!

+ 1 - 1
examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TrafficLightRunner.cpp

@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'TrafficLightRunner.h'
 **
-** Created: Fri Oct 19 14:59:24 2012
+** Created: Fri Oct 19 15:33:20 2012
 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
 **
 ** WARNING! All changes made in this file will be lost!

+ 1 - 1
examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TrafficLightTimer.cpp

@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'TrafficLightTimer.h'
 **
-** Created: Fri Oct 19 14:59:24 2012
+** Created: Fri Oct 19 15:33:19 2012
 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
 **
 ** WARNING! All changes made in this file will be lost!

+ 1 - 1
examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_TrafficLightWidget.cpp

@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'TrafficLightWidget.h'
 **
-** Created: Fri Oct 19 14:59:25 2012
+** Created: Fri Oct 19 15:33:21 2012
 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
 **
 ** WARNING! All changes made in this file will be lost!

+ 1 - 1
examples/org.yakindu.sct.examples.c.trafficlight/debug/moc_org_yakindu_sct_examples_c_trafficlight.cpp

@@ -1,7 +1,7 @@
 /****************************************************************************
 ** Meta object code from reading C++ file 'org_yakindu_sct_examples_c_trafficlight.h'
 **
-** Created: Fri Oct 19 14:59:26 2012
+** Created: Fri Oct 19 15:33:21 2012
 **      by: The Qt Meta Object Compiler version 63 (Qt 4.8.1)
 **
 ** WARNING! All changes made in this file will be lost!

+ 11 - 0
examples/org.yakindu.sct.examples.c.trafficlight/main.cpp

@@ -1,3 +1,14 @@
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
+ *
+ */
+
 #include "org_yakindu_sct_examples_c_trafficlight.h"
 
 #include <QtGui>

二進制
examples/org.yakindu.sct.examples.c.trafficlight/org_yakindu_sct_examples_c_trafficlight


+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TimeEvent.cpp

@@ -1,8 +1,12 @@
-/*
- * TimeEvent.cpp
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 19.10.2012
- *      Author: muehlbrandt
  */
 
 #include "TimeEvent.h"

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TimeEvent.h

@@ -1,8 +1,12 @@
-/*
- * TimeEvent.h
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 19.10.2012
- *      Author: muehlbrandt
  */
 
 #ifndef TIMEEVENT_H_

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightRunner.cpp

@@ -1,8 +1,12 @@
-/*
- * TrafficLightRunner.cpp
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 18.10.2012
- *      Author: muehlbrandt
  */
 
 #include "TrafficLightRunner.h"

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightRunner.h

@@ -1,8 +1,12 @@
-/*
- * RuntimeService.h
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 18.10.2012
- *      Author: muehlbrandt
  */
 
 #ifndef TRAFFICLIGHTRUNNER_H_

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightTimer.cpp

@@ -1,8 +1,12 @@
-/*
- * TrafficLightTimer.cpp
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 17.10.2012
- *      Author: muehlbrandt
  */
 
 #include "TrafficLightTimer.h"

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/statemachine/TrafficLightTimer.h

@@ -1,8 +1,12 @@
-/*
- * TrafficLightTimer.h
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 17.10.2012
- *      Author: muehlbrandt
  */
 
 #ifndef TRAFFICLIGHTTIMER_H_

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/widgets/CrossingWidget.cpp

@@ -1,8 +1,12 @@
-/*
- * CrossingWidget.cpp
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 15.10.2012
- *      Author: muehlbrandt
  */
 
 #include "CrossingWidget.h"

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/widgets/CrossingWidget.h

@@ -1,8 +1,12 @@
-/*
- * CrossingWidget.h
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 15.10.2012
- *      Author: muehlbrandt
  */
 
 #ifndef CROSSINGWIDGET_H_

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/widgets/PedestrianLightWidget.cpp

@@ -1,8 +1,12 @@
-/*
- * PedestrianLightWidget.cpp
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 16.10.2012
- *      Author: muehlbrandt
  */
 
 #include "PedestrianLightWidget.h"

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/widgets/PedestrianLightWidget.h

@@ -1,8 +1,12 @@
-/*
- * PedestrianLightWidget.h
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 16.10.2012
- *      Author: muehlbrandt
  */
 
 #ifndef PEDESTRIANLIGHTWIDGET_H_

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/widgets/TrafficLightWidget.cpp

@@ -1,8 +1,12 @@
-/*
- * TrafficLightWidget.cpp
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 15.10.2012
- *      Author: muehlbrandt
  */
 
 #include "TrafficLightWidget.h"

+ 8 - 4
examples/org.yakindu.sct.examples.c.trafficlight/widgets/TrafficLightWidget.h

@@ -1,8 +1,12 @@
-/*
- * TrafficLightWidget.h
+/**
+ * Copyright (c) 2012 committers of YAKINDU and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * Contributors:
+ * 	m.muehlbrandt - initial API and implementation
  *
- *  Created on: 15.10.2012
- *      Author: muehlbrandt
  */
 
 #ifndef TRAFFICLIGHTWIDGET_H_