-
Notifications
You must be signed in to change notification settings - Fork 20
/
.oppfeatures
299 lines (298 loc) · 10 KB
/
.oppfeatures
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<features cppSourceRoots="src" definesFile="src/core4inet/features.h">
<feature
id="AVB_common"
name="AVB Common"
description = "The common part of the AVB implementation"
initiallyEnabled = "true"
requires = "IEEE8021Q_common"
labels = ""
nedPackages = "
core4inet.applications.trafficsource.avb
core4inet.applications.trafficsink.avb
core4inet.base.avb
core4inet.buffer.avb
core4inet.incoming.avb
core4inet.linklayer.beHandling.avb
core4inet.linklayer.ethernet.avb
core4inet.linklayer.inControl.avb
core4inet.linklayer.shaper.avb
core4inet.services.avb
"
extraSourceFolders = ""
compileFlags = "-DWITH_AVB_COMMON"
linkerFlags = ""
/>
<feature
id="AVB_examples"
name="AVB examples"
description = "Examples for the AVB implementation"
initiallyEnabled = "true"
requires = "AVB_common"
labels = ""
nedPackages = "
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="AS6802_common"
name="AS6802 Common"
description = "The common part of the AS6802 implementation"
initiallyEnabled = "true"
requires = ""
labels = ""
nedPackages = "
core4inet.applications.AS6802
core4inet.applications.trafficsource.AS6802
core4inet.applications.trafficsink.AS6802
core4inet.base.AS6802
core4inet.buffer.AS6802
core4inet.incoming.AS6802
core4inet.linklayer.ethernet.AS6802
core4inet.linklayer.inControl.AS6802
core4inet.linklayer.shaper.AS6802
core4inet.nodes.ethernet.AS6802
"
extraSourceFolders = ""
compileFlags = "-DWITH_AS6802_COMMON"
linkerFlags = ""
/>
<feature
id="AS6802_examples"
name="AS6802 examples"
description = "Examples for the AS6802 implementation"
initiallyEnabled = "true"
requires = "AS6802_common"
labels = ""
nedPackages = "
core4inet.applications.examples.rt_tictoc
core4inet.examples.AS6802.small_network
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="AVB_AS6802_nodes"
name="AVB with AS6802 nodes"
description = "Nodes with combined AVB and AS6802 functionallity"
initiallyEnabled = "true"
requires = "AVB_common AS6802_common"
labels = ""
nedPackages = "
core4inet.nodes.ethernet.avb_AS6802
"
extraSourceFolders = ""
compileFlags = ""
linkerFlags = ""
/>
<feature
id="AVB_AS6802_examples"
name="AVB with AS6802 examples"
description = "Examples for networks using AVB with AS6802"
initiallyEnabled = "true"
requires = "AVB_AS6802_nodes"
labels = ""
nedPackages = "
core4inet.examples.avb_AS6802.small_network
core4inet.examples.avb_AS6802.large_network
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="TTE_api"
name="TTEthernet API"
description = "The TTEthernet API support"
initiallyEnabled = "false"
requires = "AS6802_common"
labels = ""
nedPackages = "
core4inet.api.AS6802
core4inet.applications.api.AS6802
"
extraSourceFolders = ""
compileFlags = "-DWITH_TTE_API"
linkerFlags = ""
/>
<feature
id="TTE_api_examples"
name="TTEthernet API examples"
description = "Examples for the TTEthernet API support"
initiallyEnabled = "false"
requires = "AS6802_common TTE_api"
labels = ""
nedPackages = "
core4inet.examples.AS6802.rt_tictoc
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="AS6802_sync"
name="[CURRENTLY NOT FUNCTIONAL] AS6802 Synchronisation Protocol"
description = "The simulation model for the AS6802 synchronisation protocol"
initiallyEnabled = "false"
requires = "AS6802_common"
labels = ""
nedPackages = "
core4inet.synchronisation.AS6802
"
extraSourceFolders = ""
compileFlags = "-DWITH_AS6802_SYNC"
linkerFlags = ""
/>
<feature
id="AS6802_sync_examples"
name="AS6802 Synchronisation Protocol examples"
description = "The simulation model for the AS6802 synchronisation protocol"
initiallyEnabled = "false"
requires = "AS6802_common AS6802_sync"
labels = ""
nedPackages = "
core4inet.examples.AS6802.synchronization
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="IEEE8021Q_common"
name="IEEE 802.1Q Common"
description = "The common part of the IEEE 802.1Q implementation"
initiallyEnabled = "true"
requires = ""
labels = ""
nedPackages = "
core4inet.linklayer.shaper.IEEE8021Q
core4inet.nodes.ethernet.IEEE8021Q
core4inet.applications.trafficsource.IEEE8021Q
"
extraSourceFolders = ""
compileFlags = "-DWITH_IEEE8021Q_COMMON"
linkerFlags = ""
/>
<feature
id="IEEE8021Q_examples"
name="IEEE 802.1Q examples"
description = "Examples for the IEEE 802.1Q implementation"
initiallyEnabled = "true"
requires = "IEEE8021Q_common"
labels = ""
nedPackages = "
core4inet.examples.IEEE8021Q.small_network
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="IEEE8021Qbv_common"
name="IEEE 802.1Qbv Common"
description = "The common part of the IEEE 802.1Qbv implementation"
initiallyEnabled = "true"
requires = "IEEE8021Q_common AVB_common"
labels = ""
nedPackages = "
core4inet.incoming.IEEE8021Qbv
core4inet.linklayer.shaper.IEEE8021Qbv
core4inet.nodes.ethernet.IEEE8021Qbv
"
extraSourceFolders = ""
compileFlags = "-DWITH_IEEE8021QBV_COMMON"
linkerFlags = ""
/>
<feature
id="IEEE8021Qbv_examples"
name="IEEE 802.1Qbv examples"
description = "Examples for the IEEE 802.1Qbv implementation"
initiallyEnabled = "true"
requires = "IEEE8021Qbv_common"
labels = ""
nedPackages = "
core4inet.examples.IEEE8021Qbv.small_network
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="IEEE8021Qci_common"
name="IEEE 802.1Qci Common"
description = "The common part of the IEEE 802.1Qci implementation"
initiallyEnabled = "true"
requires = "IEEE8021Q_common AVB_common"
labels = ""
nedPackages = "
core4inet.linklayer.filtering.IEEE8021Qci
"
extraSourceFolders = ""
compileFlags = "-DWITH_IEEE8021QCI_COMMON"
linkerFlags = ""
/>
<feature
id="IEEE8021Qci_examples"
name="IEEE 802.1Qci examples"
description = "Examples for the IEEE 802.1Qci implementation"
initiallyEnabled = "true"
requires = "IEEE8021Qci_common AVB_AS6802_nodes"
labels = ""
nedPackages = "
core4inet.examples.IEEE8021Qci.large_network
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="TSN_nodes"
name="TSN Nodes"
description = "Nodes with combined Qbv and Qci functionallity"
initiallyEnabled = "true"
requires = "IEEE8021Qbv_common IEEE8021Qci_common"
labels = ""
nedPackages = "
core4inet.nodes.ethernet.tsn
"
extraSourceFolders = ""
compileFlags = ""
linkerFlags = ""
/>
<feature
id="TSN_examples"
name="TSN examples"
description = "Examples for the TSN"
initiallyEnabled = "true"
requires = "TSN_nodes"
labels = ""
nedPackages = "
core4inet.examples.tsn.small_network
"
extraSourceFolders = ""
linkerFlags = ""
/>
<feature
id="IPoRE"
name="IP over realtime ethernet"
description = "The implementation of IPv4 over realtime ethernet (AS6802, avb)"
initiallyEnabled = "true"
requires = "AVB_common AS6802_common IEEE8021Q_common"
labels = ""
nedPackages = "
core4inet.base.IPoRE
core4inet.networklayer.inet
core4inet.nodes.inet
"
extraSourceFolders = ""
compileFlags = "-DWITH_IPORE"
linkerFlags = ""
/>
<feature
id="IPoRE_examples"
name="IPoRE examples"
description = "Examples for the IPoRE implementation"
initiallyEnabled = "true"
requires = "IPoRE"
labels = ""
nedPackages = "
core4inet.examples.inet
"
extraSourceFolders = ""
linkerFlags = ""
/>
</features>