x_ite 10.1.0 → 10.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/README.md +18 -18
  2. package/dist/LICENSE.md +4 -0
  3. package/dist/X3DUOM.xml +69 -11
  4. package/dist/assets/components/{Annotation.js → AnnotationComponent.js} +138 -260
  5. package/dist/assets/components/AnnotationComponent.min.js +2 -0
  6. package/dist/assets/components/{CADGeometry.js → CADGeometryComponent.js} +177 -299
  7. package/dist/assets/components/CADGeometryComponent.min.js +2 -0
  8. package/dist/assets/components/{CubeMapTexturing.js → CubeMapTexturingComponent.js} +218 -257
  9. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -0
  10. package/dist/assets/components/DISComponent.js +994 -0
  11. package/dist/assets/components/DISComponent.min.js +2 -0
  12. package/dist/assets/components/{EventUtilities.js → EventUtilitiesComponent.js} +121 -274
  13. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -0
  14. package/dist/assets/components/{Geometry2D.js → Geometry2DComponent.js} +233 -371
  15. package/dist/assets/components/Geometry2DComponent.min.js +2 -0
  16. package/dist/assets/components/{Geospatial.js → GeospatialComponent.js} +449 -676
  17. package/dist/assets/components/GeospatialComponent.min.js +2 -0
  18. package/dist/assets/components/{HAnim.js → HAnimComponent.js} +277 -387
  19. package/dist/assets/components/HAnimComponent.min.js +2 -0
  20. package/dist/assets/components/{KeyDeviceSensor.js → KeyDeviceSensorComponent.js} +71 -114
  21. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -0
  22. package/dist/assets/components/{Layout.js → LayoutComponent.js} +234 -339
  23. package/dist/assets/components/LayoutComponent.min.js +2 -0
  24. package/dist/assets/components/{NURBS.js → NURBSComponent.js} +351 -654
  25. package/dist/assets/components/NURBSComponent.min.js +2 -0
  26. package/dist/assets/components/{ParticleSystems.js → ParticleSystemsComponent.js} +345 -674
  27. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -0
  28. package/dist/assets/components/{Picking.js → PickingComponent.js} +245 -472
  29. package/dist/assets/components/PickingComponent.min.js +2 -0
  30. package/dist/assets/components/{RigidBodyPhysics.js → RigidBodyPhysicsComponent.js} +496 -804
  31. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -0
  32. package/dist/assets/components/ScriptingComponent.js +899 -0
  33. package/dist/assets/components/ScriptingComponent.min.js +2 -0
  34. package/dist/assets/components/{Text.js → TextComponent.js} +199 -251
  35. package/dist/assets/components/TextComponent.min.js +2 -0
  36. package/dist/assets/components/{TextureProjection.js → TextureProjectionComponent.js} +144 -190
  37. package/dist/assets/components/TextureProjectionComponent.min.js +2 -0
  38. package/dist/assets/components/{Texturing3D.js → Texturing3DComponent.js} +224 -386
  39. package/dist/assets/components/Texturing3DComponent.min.js +2 -0
  40. package/dist/assets/components/{VolumeRendering.js → VolumeRenderingComponent.js} +316 -603
  41. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -0
  42. package/dist/assets/components/{X_ITE.js → X_ITEComponent.js} +1250 -1347
  43. package/dist/assets/components/X_ITEComponent.min.js +2 -0
  44. package/dist/assets/fonts/PT_Sans/OFL.txt +94 -0
  45. package/dist/assets/fonts/PT_Sans/PTSans-Bold.ttf +0 -0
  46. package/dist/assets/fonts/PT_Sans/PTSans-BoldItalic.ttf +0 -0
  47. package/dist/assets/fonts/PT_Sans/PTSans-Italic.ttf +0 -0
  48. package/dist/assets/fonts/PT_Sans/PTSans-Regular.ttf +0 -0
  49. package/dist/assets/images/XR.svg +74 -0
  50. package/dist/assets/lib/mikktspace_bg.wasm +0 -0
  51. package/dist/example.html +1 -1
  52. package/dist/x_ite.css +1 -1
  53. package/dist/x_ite.d.ts +128 -22
  54. package/dist/x_ite.js +3575 -6278
  55. package/dist/x_ite.min.js +2 -1
  56. package/dist/x_ite.min.mjs +2 -1
  57. package/dist/x_ite.mjs +3575 -6278
  58. package/dist/x_ite.zip +0 -0
  59. package/package.json +7 -5
  60. package/dist/assets/components/Annotation.min.js +0 -1
  61. package/dist/assets/components/CADGeometry.min.js +0 -1
  62. package/dist/assets/components/CubeMapTexturing.min.js +0 -1
  63. package/dist/assets/components/DIS.js +0 -1104
  64. package/dist/assets/components/DIS.min.js +0 -1
  65. package/dist/assets/components/EventUtilities.min.js +0 -1
  66. package/dist/assets/components/Geometry2D.min.js +0 -1
  67. package/dist/assets/components/Geospatial.min.js +0 -1
  68. package/dist/assets/components/HAnim.min.js +0 -1
  69. package/dist/assets/components/KeyDeviceSensor.min.js +0 -1
  70. package/dist/assets/components/Layout.min.js +0 -1
  71. package/dist/assets/components/NURBS.min.js +0 -1
  72. package/dist/assets/components/ParticleSystems.min.js +0 -1
  73. package/dist/assets/components/Picking.min.js +0 -1
  74. package/dist/assets/components/RigidBodyPhysics.min.js +0 -1
  75. package/dist/assets/components/Scripting.js +0 -927
  76. package/dist/assets/components/Scripting.min.js +0 -1
  77. package/dist/assets/components/Text.min.js +0 -1
  78. package/dist/assets/components/TextureProjection.min.js +0 -1
  79. package/dist/assets/components/Texturing3D.min.js +0 -1
  80. package/dist/assets/components/VolumeRendering.min.js +0 -1
  81. package/dist/assets/components/X_ITE.min.js +0 -1
  82. /package/dist/assets/fonts/{DroidSerif Apache License.txt → Droid/DroidSerif Apache License.txt} +0 -0
  83. /package/dist/assets/fonts/{DroidSerif-Bold.ttf → Droid/DroidSerif-Bold.ttf} +0 -0
  84. /package/dist/assets/fonts/{DroidSerif-BoldItalic.ttf → Droid/DroidSerif-BoldItalic.ttf} +0 -0
  85. /package/dist/assets/fonts/{DroidSerif-Italic.ttf → Droid/DroidSerif-Italic.ttf} +0 -0
  86. /package/dist/assets/fonts/{DroidSerif-Regular.ttf → Droid/DroidSerif-Regular.ttf} +0 -0
  87. /package/dist/assets/fonts/{Ubuntu LICENCE.txt → Ubuntu/Ubuntu LICENCE.txt} +0 -0
  88. /package/dist/assets/fonts/{Ubuntu-B.ttf → Ubuntu/Ubuntu-B.ttf} +0 -0
  89. /package/dist/assets/fonts/{Ubuntu-BI.ttf → Ubuntu/Ubuntu-BI.ttf} +0 -0
  90. /package/dist/assets/fonts/{Ubuntu-R.ttf → Ubuntu/Ubuntu-R.ttf} +0 -0
  91. /package/dist/assets/fonts/{Ubuntu-RI.ttf → Ubuntu/Ubuntu-RI.ttf} +0 -0
  92. /package/dist/assets/fonts/{UbuntuMono-B.ttf → Ubuntu/UbuntuMono-B.ttf} +0 -0
  93. /package/dist/assets/fonts/{UbuntuMono-BI.ttf → Ubuntu/UbuntuMono-BI.ttf} +0 -0
  94. /package/dist/assets/fonts/{UbuntuMono-R.ttf → Ubuntu/UbuntuMono-R.ttf} +0 -0
  95. /package/dist/assets/fonts/{UbuntuMono-RI.ttf → Ubuntu/UbuntuMono-RI.ttf} +0 -0
@@ -1,1104 +0,0 @@
1
- /* X_ITE v10.1.0 */(() => { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ // The require scope
4
- /******/ var __webpack_require__ = {};
5
- /******/
6
- /************************************************************************/
7
- /******/ /* webpack/runtime/compat get default export */
8
- /******/ (() => {
9
- /******/ // getDefaultExport function for compatibility with non-harmony modules
10
- /******/ __webpack_require__.n = (module) => {
11
- /******/ var getter = module && module.__esModule ?
12
- /******/ () => (module['default']) :
13
- /******/ () => (module);
14
- /******/ __webpack_require__.d(getter, { a: getter });
15
- /******/ return getter;
16
- /******/ };
17
- /******/ })();
18
- /******/
19
- /******/ /* webpack/runtime/define property getters */
20
- /******/ (() => {
21
- /******/ // define getter functions for harmony exports
22
- /******/ __webpack_require__.d = (exports, definition) => {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
28
- /******/ };
29
- /******/ })();
30
- /******/
31
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
32
- /******/ (() => {
33
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
34
- /******/ })();
35
- /******/
36
- /************************************************************************/
37
-
38
- // UNUSED EXPORTS: default
39
-
40
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components\")"
41
- const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components");
42
- var Components_default = /*#__PURE__*/__webpack_require__.n(Components_namespaceObject);
43
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Fields\")"
44
- const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Fields");
45
- var Fields_default = /*#__PURE__*/__webpack_require__.n(Fields_namespaceObject);
46
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DFieldDefinition\")"
47
- const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Base/X3DFieldDefinition");
48
- var X3DFieldDefinition_default = /*#__PURE__*/__webpack_require__.n(X3DFieldDefinition_namespaceObject);
49
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/FieldDefinitionArray\")"
50
- const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Base/FieldDefinitionArray");
51
- var FieldDefinitionArray_default = /*#__PURE__*/__webpack_require__.n(FieldDefinitionArray_namespaceObject);
52
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DChildNode\")"
53
- const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components/Core/X3DChildNode");
54
- var X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(X3DChildNode_namespaceObject);
55
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DConstants\")"
56
- const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Base/X3DConstants");
57
- var X3DConstants_default = /*#__PURE__*/__webpack_require__.n(X3DConstants_namespaceObject);
58
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Namespace\")"
59
- const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Namespace");
60
- var Namespace_default = /*#__PURE__*/__webpack_require__.n(Namespace_namespaceObject);
61
- ;// CONCATENATED MODULE: ./src/x_ite/Components/DIS/DISEntityManager.js
62
- /*******************************************************************************
63
- *
64
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
65
- *
66
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
67
- *
68
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
69
- *
70
- * The copyright notice above does not evidence any actual of intended
71
- * publication of such source code, and is an unpublished work by create3000.
72
- * This material contains CONFIDENTIAL INFORMATION that is the property of
73
- * create3000.
74
- *
75
- * No permission is granted to copy, distribute, or create derivative works from
76
- * the contents of this software, in whole or in part, without the prior written
77
- * permission of create3000.
78
- *
79
- * NON-MILITARY USE ONLY
80
- *
81
- * All create3000 software are effectively free software with a non-military use
82
- * restriction. It is free. Well commented source is provided. You may reuse the
83
- * source in any way you please with the exception anything that uses it must be
84
- * marked to indicate is contains 'non-military use only' components.
85
- *
86
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
87
- *
88
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
89
- *
90
- * This file is part of the X_ITE Project.
91
- *
92
- * X_ITE is free software: you can redistribute it and/or modify it under the
93
- * terms of the GNU General Public License version 3 only, as published by the
94
- * Free Software Foundation.
95
- *
96
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
97
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
98
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
99
- * details (a copy is included in the LICENSE file that accompanied this code).
100
- *
101
- * You should have received a copy of the GNU General Public License version 3
102
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
103
- * copy of the GPLv3 License.
104
- *
105
- * For Silvio, Joy and Adi.
106
- *
107
- ******************************************************************************/
108
-
109
-
110
-
111
-
112
-
113
-
114
-
115
- /**
116
- * THIS NODE IS NOT SUPPORTED.
117
- */
118
-
119
- function DISEntityManager (executionContext)
120
- {
121
- X3DChildNode_default().call (this, executionContext);
122
-
123
- this .addType ((X3DConstants_default()).DISEntityManager);
124
-
125
- // Legacy
126
-
127
- if (executionContext .getSpecificationVersion () <= 3.3)
128
- this .addAlias ("mapping", this ._children);
129
- }
130
-
131
- Object .setPrototypeOf (DISEntityManager .prototype, (X3DChildNode_default()).prototype);
132
-
133
- Object .defineProperties (DISEntityManager,
134
- {
135
- typeName:
136
- {
137
- value: "DISEntityManager",
138
- enumerable: true,
139
- },
140
- componentInfo:
141
- {
142
- value: Object .freeze ({ name: "DIS", level: 2 }),
143
- enumerable: true,
144
- },
145
- containerField:
146
- {
147
- value: "children",
148
- enumerable: true,
149
- },
150
- specificationRange:
151
- {
152
- value: Object .freeze ({ from: "3.0", to: "Infinity" }),
153
- enumerable: true,
154
- },
155
- fieldDefinitions:
156
- {
157
- value: new (FieldDefinitionArray_default()) ([
158
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "metadata", new (Fields_default()).SFNode ()),
159
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "address", new (Fields_default()).SFString ("localhost")),
160
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "applicationID", new (Fields_default()).SFInt32 ()),
161
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "children", new (Fields_default()).MFNode ()),
162
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "port", new (Fields_default()).SFInt32 ()),
163
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "siteID", new (Fields_default()).SFInt32 ()),
164
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "addedEntities", new (Fields_default()).MFNode ()),
165
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "removedEntities", new (Fields_default()).MFNode ()),
166
- ]),
167
- enumerable: true,
168
- },
169
- });
170
-
171
- const __default__ = DISEntityManager;
172
- ;
173
-
174
- Namespace_default().add ("DISEntityManager", "x_ite/Components/DIS/DISEntityManager", __default__);
175
- /* harmony default export */ const DIS_DISEntityManager = (__default__);
176
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DInfoNode\")"
177
- const X3DInfoNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components/Core/X3DInfoNode");
178
- var X3DInfoNode_default = /*#__PURE__*/__webpack_require__.n(X3DInfoNode_namespaceObject);
179
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Networking/X3DUrlObject\")"
180
- const X3DUrlObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components/Networking/X3DUrlObject");
181
- var X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n(X3DUrlObject_namespaceObject);
182
- ;// CONCATENATED MODULE: ./src/x_ite/Components/DIS/DISEntityTypeMapping.js
183
- /*******************************************************************************
184
- *
185
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
186
- *
187
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
188
- *
189
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
190
- *
191
- * The copyright notice above does not evidence any actual of intended
192
- * publication of such source code, and is an unpublished work by create3000.
193
- * This material contains CONFIDENTIAL INFORMATION that is the property of
194
- * create3000.
195
- *
196
- * No permission is granted to copy, distribute, or create derivative works from
197
- * the contents of this software, in whole or in part, without the prior written
198
- * permission of create3000.
199
- *
200
- * NON-MILITARY USE ONLY
201
- *
202
- * All create3000 software are effectively free software with a non-military use
203
- * restriction. It is free. Well commented source is provided. You may reuse the
204
- * source in any way you please with the exception anything that uses it must be
205
- * marked to indicate is contains 'non-military use only' components.
206
- *
207
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
208
- *
209
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
210
- *
211
- * This file is part of the X_ITE Project.
212
- *
213
- * X_ITE is free software: you can redistribute it and/or modify it under the
214
- * terms of the GNU General Public License version 3 only, as published by the
215
- * Free Software Foundation.
216
- *
217
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
218
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
219
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
220
- * details (a copy is included in the LICENSE file that accompanied this code).
221
- *
222
- * You should have received a copy of the GNU General Public License version 3
223
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
224
- * copy of the GPLv3 License.
225
- *
226
- * For Silvio, Joy and Adi.
227
- *
228
- ******************************************************************************/
229
-
230
-
231
-
232
-
233
-
234
-
235
-
236
-
237
- /**
238
- * THIS NODE IS NOT SUPPORTED.
239
- */
240
-
241
- function DISEntityTypeMapping (executionContext)
242
- {
243
- X3DInfoNode_default().call (this, executionContext);
244
- X3DUrlObject_default().call (this, executionContext);
245
-
246
- this .addType ((X3DConstants_default()).DISEntityTypeMapping);
247
- }
248
-
249
- Object .assign (Object .setPrototypeOf (DISEntityTypeMapping .prototype, (X3DInfoNode_default()).prototype),
250
- (X3DUrlObject_default()).prototype,
251
- {
252
- initialize ()
253
- {
254
- X3DInfoNode_default().prototype .initialize .call (this);
255
- X3DUrlObject_default().prototype .initialize .call (this);
256
- },
257
- dispose ()
258
- {
259
- X3DUrlObject_default().prototype .dispose .call (this);
260
- X3DInfoNode_default().prototype .dispose .call (this);
261
- },
262
- });
263
-
264
- Object .defineProperties (DISEntityTypeMapping,
265
- {
266
- typeName:
267
- {
268
- value: "DISEntityTypeMapping",
269
- enumerable: true,
270
- },
271
- componentInfo:
272
- {
273
- value: Object .freeze ({ name: "DIS", level: 2 }),
274
- enumerable: true,
275
- },
276
- containerField:
277
- {
278
- value: "children",
279
- enumerable: true,
280
- },
281
- specificationRange:
282
- {
283
- value: Object .freeze ({ from: "3.0", to: "Infinity" }),
284
- enumerable: true,
285
- },
286
- fieldDefinitions:
287
- {
288
- value: new (FieldDefinitionArray_default()) ([
289
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "metadata", new (Fields_default()).SFNode ()),
290
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "description", new (Fields_default()).SFString ()),
291
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "load", new (Fields_default()).SFBool (true)),
292
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "url", new (Fields_default()).MFString ()),
293
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "autoRefresh", new (Fields_default()).SFTime ()),
294
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "autoRefreshTimeLimit", new (Fields_default()).SFTime (3600)),
295
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "category", new (Fields_default()).SFInt32 ()),
296
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "country", new (Fields_default()).SFInt32 ()),
297
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "domain", new (Fields_default()).SFInt32 ()),
298
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "extra", new (Fields_default()).SFInt32 ()),
299
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "kind", new (Fields_default()).SFInt32 ()),
300
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "specific", new (Fields_default()).SFInt32 ()),
301
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "subcategory", new (Fields_default()).SFInt32 ()),
302
- ]),
303
- enumerable: true,
304
- },
305
- });
306
-
307
- const DISEntityTypeMapping_default_ = DISEntityTypeMapping;
308
- ;
309
-
310
- Namespace_default().add ("DISEntityTypeMapping", "x_ite/Components/DIS/DISEntityTypeMapping", DISEntityTypeMapping_default_);
311
- /* harmony default export */ const DIS_DISEntityTypeMapping = (DISEntityTypeMapping_default_);
312
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DGroupingNode\")"
313
- const X3DGroupingNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components/Grouping/X3DGroupingNode");
314
- var X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(X3DGroupingNode_namespaceObject);
315
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DSensorNode\")"
316
- const X3DSensorNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components/Core/X3DSensorNode");
317
- var X3DSensorNode_default = /*#__PURE__*/__webpack_require__.n(X3DSensorNode_namespaceObject);
318
- ;// CONCATENATED MODULE: ./src/x_ite/Components/DIS/EspduTransform.js
319
- /*******************************************************************************
320
- *
321
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
322
- *
323
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
324
- *
325
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
326
- *
327
- * The copyright notice above does not evidence any actual of intended
328
- * publication of such source code, and is an unpublished work by create3000.
329
- * This material contains CONFIDENTIAL INFORMATION that is the property of
330
- * create3000.
331
- *
332
- * No permission is granted to copy, distribute, or create derivative works from
333
- * the contents of this software, in whole or in part, without the prior written
334
- * permission of create3000.
335
- *
336
- * NON-MILITARY USE ONLY
337
- *
338
- * All create3000 software are effectively free software with a non-military use
339
- * restriction. It is free. Well commented source is provided. You may reuse the
340
- * source in any way you please with the exception anything that uses it must be
341
- * marked to indicate is contains 'non-military use only' components.
342
- *
343
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
344
- *
345
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
346
- *
347
- * This file is part of the X_ITE Project.
348
- *
349
- * X_ITE is free software: you can redistribute it and/or modify it under the
350
- * terms of the GNU General Public License version 3 only, as published by the
351
- * Free Software Foundation.
352
- *
353
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
354
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
355
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
356
- * details (a copy is included in the LICENSE file that accompanied this code).
357
- *
358
- * You should have received a copy of the GNU General Public License version 3
359
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
360
- * copy of the GPLv3 License.
361
- *
362
- * For Silvio, Joy and Adi.
363
- *
364
- ******************************************************************************/
365
-
366
-
367
-
368
-
369
-
370
-
371
-
372
-
373
- /**
374
- * THIS NODE IS NOT SUPPORTED.
375
- */
376
-
377
- function EspduTransform (executionContext)
378
- {
379
- X3DGroupingNode_default().call (this, executionContext);
380
- X3DSensorNode_default().call (this, executionContext);
381
-
382
- this .addType ((X3DConstants_default()).EspduTransform);
383
-
384
- // Legacy
385
-
386
- if (executionContext .getSpecificationVersion () <= 3.3)
387
- {
388
- this ._applicationID = 1;
389
- this ._munitionApplicationID = 1;
390
- }
391
- }
392
-
393
- Object .assign (Object .setPrototypeOf (EspduTransform .prototype, (X3DGroupingNode_default()).prototype),
394
- (X3DSensorNode_default()).prototype,
395
- {
396
- initialize ()
397
- {
398
- X3DGroupingNode_default().prototype .initialize .call (this);
399
- X3DSensorNode_default().prototype .initialize .call (this);
400
- },
401
- });
402
-
403
- Object .defineProperties (EspduTransform,
404
- {
405
- typeName:
406
- {
407
- value: "EspduTransform",
408
- enumerable: true,
409
- },
410
- componentInfo:
411
- {
412
- value: Object .freeze ({ name: "DIS", level: 1 }),
413
- enumerable: true,
414
- },
415
- containerField:
416
- {
417
- value: "children",
418
- enumerable: true,
419
- },
420
- specificationRange:
421
- {
422
- value: Object .freeze ({ from: "3.0", to: "Infinity" }),
423
- enumerable: true,
424
- },
425
- fieldDefinitions:
426
- {
427
- value: new (FieldDefinitionArray_default()) ([
428
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "metadata", new (Fields_default()).SFNode ()),
429
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "description", new (Fields_default()).SFString ()),
430
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "enabled", new (Fields_default()).SFBool (true)),
431
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "visible", new (Fields_default()).SFBool (true)),
432
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "bboxDisplay", new (Fields_default()).SFBool ()),
433
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxSize", new (Fields_default()).SFVec3f (-1, -1, -1)),
434
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxCenter", new (Fields_default()).SFVec3f ()),
435
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "addChildren", new (Fields_default()).MFNode ()),
436
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "removeChildren", new (Fields_default()).MFNode ()),
437
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "children", new (Fields_default()).MFNode ()),
438
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isActive", new (Fields_default()).SFBool ()),
439
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue0", new (Fields_default()).SFFloat ()),
440
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue1", new (Fields_default()).SFFloat ()),
441
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue2", new (Fields_default()).SFFloat ()),
442
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue3", new (Fields_default()).SFFloat ()),
443
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue4", new (Fields_default()).SFFloat ()),
444
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue5", new (Fields_default()).SFFloat ()),
445
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue6", new (Fields_default()).SFFloat ()),
446
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOnly, "set_articulationParameterValue7", new (Fields_default()).SFFloat ()),
447
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "address", new (Fields_default()).SFString ("localhost")),
448
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "applicationID", new (Fields_default()).SFInt32 ()),
449
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "articulationParameterCount", new (Fields_default()).SFInt32 ()),
450
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "articulationParameterDesignatorArray", new (Fields_default()).MFInt32 ()),
451
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "articulationParameterChangeIndicatorArray", new (Fields_default()).MFInt32 ()),
452
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "articulationParameterIdPartAttachedToArray", new (Fields_default()).MFInt32 ()),
453
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "articulationParameterTypeArray", new (Fields_default()).MFInt32 ()),
454
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "articulationParameterArray", new (Fields_default()).MFFloat ()),
455
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "center", new (Fields_default()).SFVec3f ()),
456
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "collisionType", new (Fields_default()).SFInt32 ()),
457
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "deadReckoning", new (Fields_default()).SFInt32 ()),
458
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "detonationLocation", new (Fields_default()).SFVec3f ()),
459
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "detonationRelativeLocation", new (Fields_default()).SFVec3f ()),
460
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "detonationResult", new (Fields_default()).SFInt32 ()),
461
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityCategory", new (Fields_default()).SFInt32 ()),
462
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityCountry", new (Fields_default()).SFInt32 ()),
463
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityDomain", new (Fields_default()).SFInt32 ()),
464
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityExtra", new (Fields_default()).SFInt32 ()),
465
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityID", new (Fields_default()).SFInt32 ()),
466
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityKind", new (Fields_default()).SFInt32 ()),
467
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entitySpecific", new (Fields_default()).SFInt32 ()),
468
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entitySubcategory", new (Fields_default()).SFInt32 ()),
469
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "eventApplicationID", new (Fields_default()).SFInt32 ()),
470
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "eventEntityID", new (Fields_default()).SFInt32 ()),
471
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "eventNumber", new (Fields_default()).SFInt32 ()),
472
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "eventSiteID", new (Fields_default()).SFInt32 ()),
473
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "fired1", new (Fields_default()).SFBool ()),
474
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "fired2", new (Fields_default()).SFBool ()),
475
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "fireMissionIndex", new (Fields_default()).SFInt32 ()),
476
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "firingRange", new (Fields_default()).SFFloat ()),
477
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "firingRate", new (Fields_default()).SFInt32 ()),
478
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "forceID", new (Fields_default()).SFInt32 ()),
479
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "fuse", new (Fields_default()).SFInt32 ()),
480
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "linearVelocity", new (Fields_default()).SFVec3f ()),
481
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "linearAcceleration", new (Fields_default()).SFVec3f ()),
482
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "marking", new (Fields_default()).SFString ()),
483
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayHost", new (Fields_default()).SFString ()),
484
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayPort", new (Fields_default()).SFInt32 ()),
485
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "munitionApplicationID", new (Fields_default()).SFInt32 ()),
486
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "munitionEndPoint", new (Fields_default()).SFVec3f ()),
487
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "munitionEntityID", new (Fields_default()).SFInt32 ()),
488
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "munitionQuantity", new (Fields_default()).SFInt32 ()),
489
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "munitionSiteID", new (Fields_default()).SFInt32 ()),
490
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "munitionStartPoint", new (Fields_default()).SFVec3f ()),
491
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "networkMode", new (Fields_default()).SFString ("standAlone")),
492
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "port", new (Fields_default()).SFInt32 ()),
493
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "readInterval", new (Fields_default()).SFTime (0.1)),
494
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "rotation", new (Fields_default()).SFRotation ()),
495
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "scale", new (Fields_default()).SFVec3f (1, 1, 1)),
496
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "scaleOrientation", new (Fields_default()).SFRotation ()),
497
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "siteID", new (Fields_default()).SFInt32 ()),
498
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "translation", new (Fields_default()).SFVec3f ()),
499
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "warhead", new (Fields_default()).SFInt32 ()),
500
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "writeInterval", new (Fields_default()).SFTime (1)),
501
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue0_changed", new (Fields_default()).SFFloat ()),
502
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue1_changed", new (Fields_default()).SFFloat ()),
503
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue2_changed", new (Fields_default()).SFFloat ()),
504
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue3_changed", new (Fields_default()).SFFloat ()),
505
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue4_changed", new (Fields_default()).SFFloat ()),
506
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue5_changed", new (Fields_default()).SFFloat ()),
507
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue6_changed", new (Fields_default()).SFFloat ()),
508
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "articulationParameterValue7_changed", new (Fields_default()).SFFloat ()),
509
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "collideTime", new (Fields_default()).SFTime ()),
510
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "detonateTime", new (Fields_default()).SFTime ()),
511
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "firedTime", new (Fields_default()).SFTime ()),
512
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isCollided", new (Fields_default()).SFBool ()),
513
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isDetonated", new (Fields_default()).SFBool ()),
514
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkReader", new (Fields_default()).SFBool ()),
515
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkWriter", new (Fields_default()).SFBool ()),
516
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isRtpHeaderHeard", new (Fields_default()).SFBool ()),
517
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isStandAlone", new (Fields_default()).SFBool ()),
518
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "timestamp", new (Fields_default()).SFTime ()),
519
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "rtpHeaderExpected", new (Fields_default()).SFBool ()),
520
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "geoCoords", new (Fields_default()).SFVec3d ()),
521
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "geoSystem", new (Fields_default()).MFString ("GD", "WE")),
522
- ]),
523
- enumerable: true,
524
- },
525
- });
526
-
527
- const EspduTransform_default_ = EspduTransform;
528
- ;
529
-
530
- Namespace_default().add ("EspduTransform", "x_ite/Components/DIS/EspduTransform", EspduTransform_default_);
531
- /* harmony default export */ const DIS_EspduTransform = (EspduTransform_default_);
532
- ;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DBoundedObject\")"
533
- const X3DBoundedObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-10.1.0")] .require ("x_ite/Components/Grouping/X3DBoundedObject");
534
- var X3DBoundedObject_default = /*#__PURE__*/__webpack_require__.n(X3DBoundedObject_namespaceObject);
535
- ;// CONCATENATED MODULE: ./src/x_ite/Components/DIS/ReceiverPdu.js
536
- /*******************************************************************************
537
- *
538
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
539
- *
540
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
541
- *
542
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
543
- *
544
- * The copyright notice above does not evidence any actual of intended
545
- * publication of such source code, and is an unpublished work by create3000.
546
- * This material contains CONFIDENTIAL INFORMATION that is the property of
547
- * create3000.
548
- *
549
- * No permission is granted to copy, distribute, or create derivative works from
550
- * the contents of this software, in whole or in part, without the prior written
551
- * permission of create3000.
552
- *
553
- * NON-MILITARY USE ONLY
554
- *
555
- * All create3000 software are effectively free software with a non-military use
556
- * restriction. It is free. Well commented source is provided. You may reuse the
557
- * source in any way you please with the exception anything that uses it must be
558
- * marked to indicate is contains 'non-military use only' components.
559
- *
560
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
561
- *
562
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
563
- *
564
- * This file is part of the X_ITE Project.
565
- *
566
- * X_ITE is free software: you can redistribute it and/or modify it under the
567
- * terms of the GNU General Public License version 3 only, as published by the
568
- * Free Software Foundation.
569
- *
570
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
571
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
572
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
573
- * details (a copy is included in the LICENSE file that accompanied this code).
574
- *
575
- * You should have received a copy of the GNU General Public License version 3
576
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
577
- * copy of the GPLv3 License.
578
- *
579
- * For Silvio, Joy and Adi.
580
- *
581
- ******************************************************************************/
582
-
583
-
584
-
585
-
586
-
587
-
588
-
589
-
590
- /**
591
- * THIS NODE IS NOT SUPPORTED.
592
- */
593
-
594
- function ReceiverPdu (executionContext)
595
- {
596
- X3DSensorNode_default().call (this, executionContext);
597
- X3DBoundedObject_default().call (this, executionContext);
598
-
599
- this .addType ((X3DConstants_default()).ReceiverPdu);
600
-
601
- // Legacy
602
-
603
- if (executionContext .getSpecificationVersion () <= 3.3)
604
- {
605
- this ._applicationID = 1;
606
- this ._transmitterApplicationID = 1;
607
- }
608
- }
609
-
610
- Object .assign (Object .setPrototypeOf (ReceiverPdu .prototype, (X3DSensorNode_default()).prototype),
611
- (X3DBoundedObject_default()).prototype,
612
- {
613
- initialize ()
614
- {
615
- X3DSensorNode_default().prototype .initialize .call (this);
616
- X3DBoundedObject_default().prototype .initialize .call (this);
617
- },
618
- dispose ()
619
- {
620
- X3DBoundedObject_default().prototype .dispose .call (this);
621
- X3DSensorNode_default().prototype .dispose .call (this);
622
- },
623
- });
624
-
625
- Object .defineProperties (ReceiverPdu,
626
- {
627
- typeName:
628
- {
629
- value: "ReceiverPdu",
630
- enumerable: true,
631
- },
632
- componentInfo:
633
- {
634
- value: Object .freeze ({ name: "DIS", level: 1 }),
635
- enumerable: true,
636
- },
637
- containerField:
638
- {
639
- value: "children",
640
- enumerable: true,
641
- },
642
- specificationRange:
643
- {
644
- value: Object .freeze ({ from: "3.0", to: "Infinity" }),
645
- enumerable: true,
646
- },
647
- fieldDefinitions:
648
- {
649
- value: new (FieldDefinitionArray_default()) ([
650
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "metadata", new (Fields_default()).SFNode ()),
651
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "description", new (Fields_default()).SFString ()),
652
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "visible", new (Fields_default()).SFBool (true)),
653
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "bboxDisplay", new (Fields_default()).SFBool ()),
654
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxSize", new (Fields_default()).SFVec3f (-1, -1, -1)),
655
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxCenter", new (Fields_default()).SFVec3f ()),
656
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "enabled", new (Fields_default()).SFBool (true)),
657
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isActive", new (Fields_default()).SFBool ()),
658
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "address", new (Fields_default()).SFString ("localhost")),
659
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "applicationID", new (Fields_default()).SFInt32 ()),
660
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityID", new (Fields_default()).SFInt32 ()),
661
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayHost", new (Fields_default()).SFString ()),
662
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayPort", new (Fields_default()).SFInt32 ()),
663
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "networkMode", new (Fields_default()).SFString ("standAlone")),
664
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "port", new (Fields_default()).SFInt32 ()),
665
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioID", new (Fields_default()).SFInt32 ()),
666
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "readInterval", new (Fields_default()).SFTime (0.1)),
667
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "receivedPower", new (Fields_default()).SFFloat ()),
668
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "receiverState", new (Fields_default()).SFInt32 ()),
669
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "rtpHeaderExpected", new (Fields_default()).SFBool ()),
670
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "siteID", new (Fields_default()).SFInt32 ()),
671
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "transmitterApplicationID", new (Fields_default()).SFInt32 ()),
672
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "transmitterEntityID", new (Fields_default()).SFInt32 ()),
673
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "transmitterRadioID", new (Fields_default()).SFInt32 ()),
674
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "transmitterSiteID", new (Fields_default()).SFInt32 ()),
675
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "whichGeometry", new (Fields_default()).SFInt32 (1)),
676
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "writeInterval", new (Fields_default()).SFTime (1)),
677
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkReader", new (Fields_default()).SFBool ()),
678
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkWriter", new (Fields_default()).SFBool ()),
679
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isRtpHeaderHeard", new (Fields_default()).SFBool ()),
680
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isStandAlone", new (Fields_default()).SFBool ()),
681
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "timestamp", new (Fields_default()).SFTime ()),
682
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "geoCoords", new (Fields_default()).SFVec3d ()),
683
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "geoSystem", new (Fields_default()).MFString ("GD", "WE")),
684
- ]),
685
- enumerable: true,
686
- },
687
- });
688
-
689
- const ReceiverPdu_default_ = ReceiverPdu;
690
- ;
691
-
692
- Namespace_default().add ("ReceiverPdu", "x_ite/Components/DIS/ReceiverPdu", ReceiverPdu_default_);
693
- /* harmony default export */ const DIS_ReceiverPdu = (ReceiverPdu_default_);
694
- ;// CONCATENATED MODULE: ./src/x_ite/Components/DIS/SignalPdu.js
695
- /*******************************************************************************
696
- *
697
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
698
- *
699
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
700
- *
701
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
702
- *
703
- * The copyright notice above does not evidence any actual of intended
704
- * publication of such source code, and is an unpublished work by create3000.
705
- * This material contains CONFIDENTIAL INFORMATION that is the property of
706
- * create3000.
707
- *
708
- * No permission is granted to copy, distribute, or create derivative works from
709
- * the contents of this software, in whole or in part, without the prior written
710
- * permission of create3000.
711
- *
712
- * NON-MILITARY USE ONLY
713
- *
714
- * All create3000 software are effectively free software with a non-military use
715
- * restriction. It is free. Well commented source is provided. You may reuse the
716
- * source in any way you please with the exception anything that uses it must be
717
- * marked to indicate is contains 'non-military use only' components.
718
- *
719
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
720
- *
721
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
722
- *
723
- * This file is part of the X_ITE Project.
724
- *
725
- * X_ITE is free software: you can redistribute it and/or modify it under the
726
- * terms of the GNU General Public License version 3 only, as published by the
727
- * Free Software Foundation.
728
- *
729
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
730
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
731
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
732
- * details (a copy is included in the LICENSE file that accompanied this code).
733
- *
734
- * You should have received a copy of the GNU General Public License version 3
735
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
736
- * copy of the GPLv3 License.
737
- *
738
- * For Silvio, Joy and Adi.
739
- *
740
- ******************************************************************************/
741
-
742
-
743
-
744
-
745
-
746
-
747
-
748
-
749
- /**
750
- * THIS NODE IS NOT SUPPORTED.
751
- */
752
-
753
- function SignalPdu (executionContext)
754
- {
755
- X3DSensorNode_default().call (this, executionContext);
756
- X3DBoundedObject_default().call (this, executionContext);
757
-
758
- this .addType ((X3DConstants_default()).SignalPdu);
759
-
760
- // Legacy
761
-
762
- if (executionContext .getSpecificationVersion () <= 3.3)
763
- {
764
- this ._applicationID = 1;
765
- }
766
- }
767
-
768
- Object .assign (Object .setPrototypeOf (SignalPdu .prototype, (X3DSensorNode_default()).prototype),
769
- (X3DBoundedObject_default()).prototype,
770
- {
771
- initialize ()
772
- {
773
- X3DSensorNode_default().prototype .initialize .call (this);
774
- X3DBoundedObject_default().prototype .initialize .call (this);
775
- },
776
- dispose ()
777
- {
778
- X3DBoundedObject_default().prototype .dispose .call (this);
779
- X3DSensorNode_default().prototype .dispose .call (this);
780
- },
781
- });
782
-
783
- Object .defineProperties (SignalPdu,
784
- {
785
- typeName:
786
- {
787
- value: "SignalPdu",
788
- enumerable: true,
789
- },
790
- componentInfo:
791
- {
792
- value: Object .freeze ({ name: "DIS", level: 1 }),
793
- enumerable: true,
794
- },
795
- containerField:
796
- {
797
- value: "children",
798
- enumerable: true,
799
- },
800
- specificationRange:
801
- {
802
- value: Object .freeze ({ from: "3.0", to: "Infinity" }),
803
- enumerable: true,
804
- },
805
- fieldDefinitions:
806
- {
807
- value: new (FieldDefinitionArray_default()) ([
808
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "metadata", new (Fields_default()).SFNode ()),
809
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "description", new (Fields_default()).SFString ()),
810
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "visible", new (Fields_default()).SFBool (true)),
811
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "bboxDisplay", new (Fields_default()).SFBool ()),
812
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxSize", new (Fields_default()).SFVec3f (-1, -1, -1)),
813
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxCenter", new (Fields_default()).SFVec3f ()),
814
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "enabled", new (Fields_default()).SFBool (true)),
815
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isActive", new (Fields_default()).SFBool ()),
816
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "address", new (Fields_default()).SFString ("localhost")),
817
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "applicationID", new (Fields_default()).SFInt32 ()),
818
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "data", new (Fields_default()).MFInt32 ()),
819
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "dataLength", new (Fields_default()).SFInt32 ()),
820
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "encodingScheme", new (Fields_default()).SFInt32 ()),
821
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityID", new (Fields_default()).SFInt32 ()),
822
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayHost", new (Fields_default()).SFString ()),
823
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayPort", new (Fields_default()).SFInt32 ()),
824
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "networkMode", new (Fields_default()).SFString ("standAlone")),
825
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "port", new (Fields_default()).SFInt32 ()),
826
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioID", new (Fields_default()).SFInt32 ()),
827
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "readInterval", new (Fields_default()).SFTime (0.1)),
828
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "rtpHeaderExpected", new (Fields_default()).SFBool ()),
829
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "sampleRate", new (Fields_default()).SFInt32 ()),
830
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "samples", new (Fields_default()).SFInt32 ()),
831
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "siteID", new (Fields_default()).SFInt32 ()),
832
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "tdlType", new (Fields_default()).SFInt32 ()),
833
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "whichGeometry", new (Fields_default()).SFInt32 (1)),
834
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "writeInterval", new (Fields_default()).SFTime (1)),
835
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkReader", new (Fields_default()).SFBool ()),
836
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkWriter", new (Fields_default()).SFBool ()),
837
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isRtpHeaderHeard", new (Fields_default()).SFBool ()),
838
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isStandAlone", new (Fields_default()).SFBool ()),
839
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "timestamp", new (Fields_default()).SFTime ()),
840
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "geoCoords", new (Fields_default()).SFVec3d ()),
841
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "geoSystem", new (Fields_default()).MFString ("GD", "WE")),
842
- ]),
843
- enumerable: true,
844
- },
845
- });
846
-
847
- const SignalPdu_default_ = SignalPdu;
848
- ;
849
-
850
- Namespace_default().add ("SignalPdu", "x_ite/Components/DIS/SignalPdu", SignalPdu_default_);
851
- /* harmony default export */ const DIS_SignalPdu = (SignalPdu_default_);
852
- ;// CONCATENATED MODULE: ./src/x_ite/Components/DIS/TransmitterPdu.js
853
- /*******************************************************************************
854
- *
855
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
856
- *
857
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
858
- *
859
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
860
- *
861
- * The copyright notice above does not evidence any actual of intended
862
- * publication of such source code, and is an unpublished work by create3000.
863
- * This material contains CONFIDENTIAL INFORMATION that is the property of
864
- * create3000.
865
- *
866
- * No permission is granted to copy, distribute, or create derivative works from
867
- * the contents of this software, in whole or in part, without the prior written
868
- * permission of create3000.
869
- *
870
- * NON-MILITARY USE ONLY
871
- *
872
- * All create3000 software are effectively free software with a non-military use
873
- * restriction. It is free. Well commented source is provided. You may reuse the
874
- * source in any way you please with the exception anything that uses it must be
875
- * marked to indicate is contains 'non-military use only' components.
876
- *
877
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
878
- *
879
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
880
- *
881
- * This file is part of the X_ITE Project.
882
- *
883
- * X_ITE is free software: you can redistribute it and/or modify it under the
884
- * terms of the GNU General Public License version 3 only, as published by the
885
- * Free Software Foundation.
886
- *
887
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
888
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
889
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
890
- * details (a copy is included in the LICENSE file that accompanied this code).
891
- *
892
- * You should have received a copy of the GNU General Public License version 3
893
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
894
- * copy of the GPLv3 License.
895
- *
896
- * For Silvio, Joy and Adi.
897
- *
898
- ******************************************************************************/
899
-
900
-
901
-
902
-
903
-
904
-
905
-
906
-
907
- /**
908
- * THIS NODE IS NOT SUPPORTED.
909
- */
910
-
911
- function TransmitterPdu (executionContext)
912
- {
913
- X3DSensorNode_default().call (this, executionContext);
914
- X3DBoundedObject_default().call (this, executionContext);
915
-
916
- this .addType ((X3DConstants_default()).TransmitterPdu);
917
-
918
- // Legacy
919
-
920
- if (executionContext .getSpecificationVersion () <= 3.3)
921
- {
922
- this ._applicationID = 1;
923
- }
924
- }
925
-
926
- Object .assign (Object .setPrototypeOf (TransmitterPdu .prototype, (X3DSensorNode_default()).prototype),
927
- (X3DBoundedObject_default()).prototype,
928
- {
929
- initialize ()
930
- {
931
- X3DSensorNode_default().prototype .initialize .call (this);
932
- X3DBoundedObject_default().prototype .initialize .call (this);
933
- },
934
- dispose ()
935
- {
936
- X3DBoundedObject_default().prototype .dispose .call (this);
937
- X3DSensorNode_default().prototype .dispose .call (this);
938
- },
939
- });
940
-
941
- Object .defineProperties (TransmitterPdu,
942
- {
943
- typeName:
944
- {
945
- value: "TransmitterPdu",
946
- enumerable: true,
947
- },
948
- componentInfo:
949
- {
950
- value: Object .freeze ({ name: "DIS", level: 1 }),
951
- enumerable: true,
952
- },
953
- containerField:
954
- {
955
- value: "children",
956
- enumerable: true,
957
- },
958
- specificationRange:
959
- {
960
- value: Object .freeze ({ from: "3.0", to: "Infinity" }),
961
- enumerable: true,
962
- },
963
- fieldDefinitions:
964
- {
965
- value: new (FieldDefinitionArray_default()) ([
966
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "metadata", new (Fields_default()).SFNode ()),
967
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "description", new (Fields_default()).SFString ()),
968
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "visible", new (Fields_default()).SFBool (true)),
969
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "bboxDisplay", new (Fields_default()).SFBool ()),
970
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxSize", new (Fields_default()).SFVec3f (-1, -1, -1)),
971
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "bboxCenter", new (Fields_default()).SFVec3f ()),
972
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "enabled", new (Fields_default()).SFBool (true)),
973
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isActive", new (Fields_default()).SFBool ()),
974
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "address", new (Fields_default()).SFString ("localhost")),
975
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "antennaLocation", new (Fields_default()).SFVec3f ()),
976
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "antennaPatternLength", new (Fields_default()).SFInt32 ()),
977
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "antennaPatternType", new (Fields_default()).SFInt32 ()),
978
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "applicationID", new (Fields_default()).SFInt32 ()),
979
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "cryptoKeyID", new (Fields_default()).SFInt32 ()),
980
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "cryptoSystem", new (Fields_default()).SFInt32 ()),
981
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "entityID", new (Fields_default()).SFInt32 ()),
982
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "frequency", new (Fields_default()).SFInt32 ()),
983
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "inputSource", new (Fields_default()).SFInt32 ()),
984
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "lengthOfModulationParameters", new (Fields_default()).SFInt32 ()),
985
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "modulationTypeDetail", new (Fields_default()).SFInt32 ()),
986
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "modulationTypeMajor", new (Fields_default()).SFInt32 ()),
987
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "modulationTypeSpreadSpectrum", new (Fields_default()).SFInt32 ()),
988
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "modulationTypeSystem", new (Fields_default()).SFInt32 ()),
989
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayHost", new (Fields_default()).SFString ()),
990
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "multicastRelayPort", new (Fields_default()).SFInt32 ()),
991
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "networkMode", new (Fields_default()).SFString ("standAlone")),
992
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "port", new (Fields_default()).SFInt32 ()),
993
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "power", new (Fields_default()).SFFloat ()),
994
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioEntityTypeCategory", new (Fields_default()).SFInt32 ()),
995
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioEntityTypeCountry", new (Fields_default()).SFInt32 ()),
996
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioEntityTypeDomain", new (Fields_default()).SFInt32 ()),
997
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioEntityTypeKind", new (Fields_default()).SFInt32 ()),
998
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioEntityTypeNomenclature", new (Fields_default()).SFInt32 ()),
999
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioEntityTypeNomenclatureVersion", new (Fields_default()).SFInt32 ()),
1000
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "radioID", new (Fields_default()).SFInt32 ()),
1001
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "readInterval", new (Fields_default()).SFTime (0.1)),
1002
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "relativeAntennaLocation", new (Fields_default()).SFVec3f ()),
1003
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "rtpHeaderExpected", new (Fields_default()).SFBool ()),
1004
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "siteID", new (Fields_default()).SFInt32 ()),
1005
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "transmitFrequencyBandwidth", new (Fields_default()).SFFloat ()),
1006
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "transmitState", new (Fields_default()).SFInt32 ()),
1007
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "whichGeometry", new (Fields_default()).SFInt32 (1)),
1008
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "writeInterval", new (Fields_default()).SFTime (1)),
1009
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkReader", new (Fields_default()).SFBool ()),
1010
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isNetworkWriter", new (Fields_default()).SFBool ()),
1011
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isRtpHeaderHeard", new (Fields_default()).SFBool ()),
1012
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "isStandAlone", new (Fields_default()).SFBool ()),
1013
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).outputOnly, "timestamp", new (Fields_default()).SFTime ()),
1014
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).inputOutput, "geoCoords", new (Fields_default()).SFVec3d ()),
1015
- new (X3DFieldDefinition_default()) ((X3DConstants_default()).initializeOnly, "geoSystem", new (Fields_default()).MFString ("GD", "WE")),
1016
- ]),
1017
- enumerable: true,
1018
- },
1019
- });
1020
-
1021
- const TransmitterPdu_default_ = TransmitterPdu;
1022
- ;
1023
-
1024
- Namespace_default().add ("TransmitterPdu", "x_ite/Components/DIS/TransmitterPdu", TransmitterPdu_default_);
1025
- /* harmony default export */ const DIS_TransmitterPdu = (TransmitterPdu_default_);
1026
- ;// CONCATENATED MODULE: ./src/assets/components/DIS.js
1027
- /*******************************************************************************
1028
- *
1029
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1030
- *
1031
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
1032
- *
1033
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
1034
- *
1035
- * The copyright notice above does not evidence any actual of intended
1036
- * publication of such source code, and is an unpublished work by create3000.
1037
- * This material contains CONFIDENTIAL INFORMATION that is the property of
1038
- * create3000.
1039
- *
1040
- * No permission is granted to copy, distribute, or create derivative works from
1041
- * the contents of this software, in whole or in part, without the prior written
1042
- * permission of create3000.
1043
- *
1044
- * NON-MILITARY USE ONLY
1045
- *
1046
- * All create3000 software are effectively free software with a non-military use
1047
- * restriction. It is free. Well commented source is provided. You may reuse the
1048
- * source in any way you please with the exception anything that uses it must be
1049
- * marked to indicate is contains 'non-military use only' components.
1050
- *
1051
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1052
- *
1053
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
1054
- *
1055
- * This file is part of the X_ITE Project.
1056
- *
1057
- * X_ITE is free software: you can redistribute it and/or modify it under the
1058
- * terms of the GNU General Public License version 3 only, as published by the
1059
- * Free Software Foundation.
1060
- *
1061
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
1062
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
1063
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
1064
- * details (a copy is included in the LICENSE file that accompanied this code).
1065
- *
1066
- * You should have received a copy of the GNU General Public License version 3
1067
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
1068
- * copy of the GPLv3 License.
1069
- *
1070
- * For Silvio, Joy and Adi.
1071
- *
1072
- ******************************************************************************/
1073
-
1074
-
1075
-
1076
-
1077
-
1078
-
1079
-
1080
-
1081
-
1082
- Components_default().add ({
1083
- name: "DIS",
1084
- concreteNodes:
1085
- [
1086
- DIS_DISEntityManager,
1087
- DIS_DISEntityTypeMapping,
1088
- DIS_EspduTransform,
1089
- DIS_ReceiverPdu,
1090
- DIS_SignalPdu,
1091
- DIS_TransmitterPdu,
1092
- ],
1093
- abstractNodes:
1094
- [
1095
- ],
1096
- });
1097
-
1098
- const DIS_default_ = undefined;
1099
- ;
1100
-
1101
- Namespace_default().add ("DIS", "assets/components/DIS", DIS_default_);
1102
- /* harmony default export */ const DIS = ((/* unused pure expression or super */ null && (DIS_default_)));
1103
- /******/ })()
1104
- ;