Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Karlitschek2012-12-05 11:15:11 +0000
committerPeter Karlitschek2012-12-05 11:15:11 +0000
commit4d83ce0828b3f7a4e565433da28207e2c5478edc (patch)
tree31dafca74b0cc26d85a6ed52fe43dea80175768b /plugins/org.eclipse.etrice.generator.cpp/xtend-gen
parent71f2c21f0b278fa2bdc39ce9ac5669c39a8e9200 (diff)
downloadorg.eclipse.etrice-4d83ce0828b3f7a4e565433da28207e2c5478edc.tar.gz
org.eclipse.etrice-4d83ce0828b3f7a4e565433da28207e2c5478edc.tar.xz
org.eclipse.etrice-4d83ce0828b3f7a4e565433da28207e2c5478edc.zip
rebase cppgenerator
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.cpp/xtend-gen')
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/ConfigGenAddon.smap94
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/CppExtensions.java13
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/MainGen.smap22
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/StateMachineGen.smap47
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemClassGen.smap167
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemRunnerGen.smap31
6 files changed, 0 insertions, 374 deletions
diff --git a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/ConfigGenAddon.smap b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/ConfigGenAddon.smap
deleted file mode 100644
index 704f2d2f9..000000000
--- a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/ConfigGenAddon.smap
+++ /dev/null
@@ -1,94 +0,0 @@
-SMAP
-ConfigGenAddon.java
-Xtend
-*S Xtend
-*F
-+ 0 ConfigGenAddon.xtend
-src/org/eclipse/etrice/generator/cpp/gen/ConfigGenAddon.xtend
-*L
-34:42,2
-35:44
-36:45,2
-37:47,3
-34:50
-38:51,2
-39:53,3
-34:56
-40:57,2
-34:59
-41:60,10
-42:70,10
-34:80
-43:81,5
-44:86,12
-34:98
-45:99,3
-47:102,12
-48:114,6
-49:120,11
-34:131,5
-53:136,2
-54:138,9
-34:147,6
-61:156,2
-62:158,3
-63:161,4
-61:165
-63:166,4
-61:170,2
-63:172,8
-64:180,6
-65:186,9
-67:195,6
-68:201,10
-71:211,8
-61:219
-71:220,4
-61:224,2
-71:226,7
-72:233,6
-73:239,12
-75:251,6
-76:257,13
-79:270,7
-80:277,6
-61:283,3
-83:286,3
-84:289,8
-61:297
-84:298,4
-61:302,2
-84:304,7
-85:311,10
-86:321,9
-61:330,3
-91:336,2
-92:338,17
-91:355,2
-94:357,5
-91:362,2
-96:364,2
-91:366
-98:367
-99:368,5
-91:373
-100:374,4
-101:378,13
-91:391,3
-103:394,4
-104:398,13
-91:411,4
-93:415
-91:416,2
-111:421,3
-112:424,3
-113:427
-112:428,2
-114:430,3
-115:433
-114:434,2
-116:436,3
-117:439
-116:440,2
-119:442
-*E
diff --git a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/CppExtensions.java b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/CppExtensions.java
index 8d6ba7423..4fffb7d1c 100644
--- a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/CppExtensions.java
+++ b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/CppExtensions.java
@@ -17,7 +17,6 @@ import org.eclipse.etrice.core.room.PrimitiveType;
import org.eclipse.etrice.core.room.RefableType;
import org.eclipse.etrice.core.room.RoomClass;
import org.eclipse.etrice.core.room.VarDecl;
-import org.eclipse.etrice.generator.generic.ConfigExtension;
import org.eclipse.etrice.generator.generic.ILanguageExtension;
import org.eclipse.etrice.generator.generic.TypeHelpers;
import org.eclipse.xtend2.lib.StringConcatenation;
@@ -29,15 +28,9 @@ import org.eclipse.xtext.xbase.lib.Conversions;
@SuppressWarnings("all")
public class CppExtensions implements ILanguageExtension {
@Inject
- private ILanguageExtension languageExt;
-
- @Inject
private IDiagnostician diagnostician;
@Inject
- private ConfigExtension _configExtension;
-
- @Inject
private TypeHelpers _typeHelpers;
public String getTypedDataDefinition(final Message m) {
@@ -223,12 +216,6 @@ public class CppExtensions implements ILanguageExtension {
return _plus_4;
}
- public String toCharArrayExpr(final String s) {
- String _plus = ("\"" + s);
- String _plus_1 = (_plus + "\"");
- return _plus_1;
- }
-
public String toValueLiteral(final PrimitiveType type, final String value) {
UnsupportedOperationException _unsupportedOperationException = new UnsupportedOperationException("TODO Config for Cpp");
throw _unsupportedOperationException;
diff --git a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/MainGen.smap b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/MainGen.smap
deleted file mode 100644
index 8c098acdf..000000000
--- a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/MainGen.smap
+++ /dev/null
@@ -1,22 +0,0 @@
-SMAP
-MainGen.java
-Xtend
-*S Xtend
-*F
-+ 0 MainGen.xtend
-src/org/eclipse/etrice/generator/cpp/gen/MainGen.xtend
-*L
-34:40
-35:41,2
-36:43
-37:44
-36:45
-35:46
-43:50
-44:51
-45:52
-46:53
-48:54,3
-49:57
-48:58
-*E
diff --git a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/StateMachineGen.smap b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/StateMachineGen.smap
deleted file mode 100644
index e0fd14248..000000000
--- a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/StateMachineGen.smap
+++ /dev/null
@@ -1,47 +0,0 @@
-SMAP
-StateMachineGen.java
-Xtend
-*S Xtend
-*F
-+ 0 StateMachineGen.xtend
-src/org/eclipse/etrice/generator/cpp/gen/StateMachineGen.xtend
-*L
-30:30,2
-31:32
-30:33
-32:34,16
-30:50,2
-47:55,2
-48:57
-47:58
-49:59
-50:60,3
-47:63
-50:64,3
-47:67,3
-50:70
-47:71
-50:72,5
-47:77,2
-51:79,6
-59:85,21
-49:106
-47:107,2
-70:112,3
-71:115
-70:116,2
-71:118
-70:119,3
-73:122,2
-74:124,2
-75:126
-76:127,9
-75:136
-79:137
-83:141,2
-87:146
-91:150
-95:154
-99:158,2
-103:163
-*E
diff --git a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemClassGen.smap b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemClassGen.smap
deleted file mode 100644
index c1c4867e8..000000000
--- a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemClassGen.smap
+++ /dev/null
@@ -1,167 +0,0 @@
-SMAP
-SubSystemClassGen.java
-Xtend
-*S Xtend
-*F
-+ 0 SubSystemClassGen.xtend
-src/org/eclipse/etrice/generator/cpp/gen/SubSystemClassGen.xtend
-*L
-35:58,3
-36:61,5
-37:66,2
-38:68,5
-39:73
-40:74,3
-42:77,3
-43:80,5
-44:85
-45:86,3
-35:89,2
-59:94,14
-64:108,11
-68:119,40
-59:159
-82:160,2
-59:162,2
-84:164,5
-87:169,7
-89:176,7
-91:183,9
-94:192,38
-107:230,4
-59:234
-111:238,14
-116:252,12
-120:264,10
-111:274
-123:275,4
-124:279,8
-111:287,2
-125:289,12
-130:301,11
-133:312,9
-111:321
-136:322,4
-137:326,12
-111:338,2
-138:340,16
-144:356,10
-111:366
-147:367,6
-148:373,9
-111:382,2
-149:384,2
-111:386
-151:387,4
-152:391,9
-154:400,13
-155:413,3
-111:416
-156:417,2
-111:419
-157:420,2
-111:422
-158:423,3
-159:426,5
-160:431,14
-111:445,3
-162:448,2
-163:450,11
-111:461,6
-166:467,6
-169:473,5
-111:478
-170:479,7
-172:486,7
-174:493,4
-175:497,7
-177:504,9
-111:513
-178:514,6
-111:520
-180:521,3
-181:524,6
-111:530,2
-182:532,3
-183:535,6
-184:541,6
-185:547,7
-111:554,2
-187:556,4
-111:560
-190:561,2
-111:563
-191:564,15
-193:579,14
-194:593,6
-111:599
-195:600,3
-196:603,12
-111:615,2
-197:617,2
-111:619,4
-200:623,13
-206:636,5
-111:641
-207:642,4
-208:646,9
-111:655,2
-209:657,2
-210:659,5
-111:664
-211:665,4
-212:669,9
-111:678,2
-213:680,27
-111:707
-227:711,2
-228:713,6
-230:719,4
-231:723,9
-233:732,7
-227:739
-234:740,2
-227:742
-235:743,2
-227:745
-236:746,4
-237:750,7
-227:757
-238:758
-239:759,11
-227:770
-240:771,2
-241:773,19
-227:792,5
-244:797
-245:798,7
-246:805,11
-227:816,2
-248:818,11
-227:829,3
-253:835,2
-254:837,6
-256:843,4
-257:847,9
-259:856,7
-253:863
-260:864,2
-253:866
-261:867,10
-253:877,2
-263:879,4
-264:883,7
-253:890
-265:891
-266:892,11
-253:903
-267:904,2
-253:906
-268:907,2
-269:909,19
-253:928
-271:929,15
-253:944,6
-275:950,10
-253:960,5
-*E
diff --git a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemRunnerGen.smap b/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemRunnerGen.smap
deleted file mode 100644
index e73e35954..000000000
--- a/plugins/org.eclipse.etrice.generator.cpp/xtend-gen/org/eclipse/etrice/generator/cpp/gen/SubSystemRunnerGen.smap
+++ /dev/null
@@ -1,31 +0,0 @@
-SMAP
-SubSystemRunnerGen.java
-Xtend
-*S Xtend
-*F
-+ 0 SubSystemRunnerGen.xtend
-src/org/eclipse/etrice/generator/cpp/gen/SubSystemRunnerGen.xtend
-*L
-20:27,3
-21:30,6
-22:36,5
-24:41,6
-25:47,5
-20:52,2
-29:57,11
-33:68,5
-34:73,8
-37:81,10
-41:91,27
-51:118,5
-29:123
-55:127,11
-59:138,5
-60:143,10
-64:153,5
-65:158,24
-76:182,15
-81:197,6
-82:203,56
-55:259
-*E

Back to the top