forked from RedhawkSDR/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainap2.html
625 lines (593 loc) · 26.4 KB
/
mainap2.html
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head><title>B Extending the REDHAWK IDE</title>
<meta http-equiv="Content-Type" content="text/html; charset="utf-8"">
<meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
<meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)">
<!-- html,2,next,javascript,charset="utf-8" -->
<meta name="src" content="main.tex">
<meta name="date" content="2013-03-12 19:46:00">
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript" src="scripts/shCore.js"></script>
<script type="text/javascript" src="scripts/shBrushCpp.js"></script>
<script type="text/javascript" src="scripts/shBrushJava.js"></script>
<script type="text/javascript" src="scripts/shBrushPython.js"></script>
<script type="text/javascript" src="scripts/shBrushBash.js"></script>
<script type="text/javascript" src="scripts/shBrushXml.js"></script>
<link href="styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="styles/shThemeDefault.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
SyntaxHighlighter.all()
</script>
</head><body
>
<script>
function f() {
document.getElementById('main_content_wrap').focus();
}
if (window.addEventListener) {
window.addEventListener("load", f, false);
} else if (window.attachEvent) {
window.attachEvent("onload", f);
}
</script>
<div class="header">
<ul class="navbar">
<li><a class="logo-small" href="index.html"><img src="images/RedHawk_Logo_ALT_B_121px.png"/></a></li> <li><a href="index.html">Home</a></li>
<li><a href="gettingstarted/main.html">Getting Started</a></li>
<li><a class="active" href="main.html">Documentation</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="support.html">Support</a></li>
</ul>
<div class="pattern right"></div>
<a id="forkme_banner" href="https://github.com/redhawksdr">View on GitHub</a>
</div>
<!-- Custom MAIN CONTENT -->
<div id="main_content_wrap" tabindex="0" class="outer">
<section id="main_content" class="inner">
<!--l. 1--><div class="crosslinks"><p class="noindent">[<a
href="mainap3.html" >next</a>] [<a
href="mainap1.html" >prev</a>] [<a
href="mainap1.html#tailmainap1.html" >prev-tail</a>] [<a
href="#tailmainap2.html">tail</a>] [<a
href="main.html#mainap2.html" >up</a>] </p></div>
<h2 class="appendixHead"><span class="titlemark">Appendix B</span><br /><a
id="x28-340000B"></a>Extending the REDHAWK IDE</h2>
<!--l. 18--><p class="noindent" >Eclipse provides the concept of <a
href="mainli2.html#glo:extensionPoint">Extension Points</a> and <a
href="mainli2.html#glo:extension">Extensions</a> to allow functionality to be
contributed to plug-ins, by several other plug-ins.
<!--l. 21--><p class="noindent" >Extensions and Extension Points are defined via the <span
class="cmtt-12">plugin.xml file</span>. Double-clicking this file in
the plug-in project opens it in a special editor. Select the <span
class="cmbx-12">Extensions </span>tab to define extensions
which are contributed by the plug-in and select the <span
class="cmbx-12">Extensions Points </span>tab to see the extension
points which the plug-in defines.
<h3 class="sectionHead"><span class="titlemark">B.1 </span> <a
id="x28-341000B.1"></a>REDHAWK Extensions</h3>
<!--l. 28--><p class="noindent" >REDHAWK provides various extension points to extend its functionality through user
contributions. For help on extension points and developing in Eclipse see <a
href="mainap1.html#x27-333000A">Appendix
A</a>.
<!--l. 33--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">B.1.1 </span> <a
id="x28-342000B.1.1"></a>Code Generators</h4>
<!--l. 35--><p class="noindent" ><span
class="cmbxti-10x-x-120">Identifier: </span>gov.redhawk.ide.codegen.codegens <br
class="newline" /><span
class="cmbxti-10x-x-120">Description: </span>Contribute a code generator for various REDHAWK resources.<br
class="newline" /><span
class="cmbxti-10x-x-120">Configuration Markup:</span><br
class="newline" /><script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT extension (codegen)*>
<!ATTLIST extension
id CDATA #IMPLIED
point CDATA #REQUIRED
name CDATA #IMPLIED
>
]]></script>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT codegen (description? , processor* ,
operatingSystem+ , componenttype+)>
<!ATTLIST codegen
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED
language (Python|Java|C++|*)
icon CDATA #IMPLIED
languageVersion CDATA #IMPLIED
compiler CDATA #IMPLIED
compilerVersion CDATA #IMPLIED
runtime CDATA #IMPLIED
runtimeVersion CDATA #IMPLIED
humanLanguage CDATA #IMPLIED
notDefaultable (true | false)
hasSettings (true | false)
autoGenerate (true | false)
associatedPerspectiveId IDREF #IMPLIED
priority (high|normal|low) "normal"
>
]]></script>
Specifies a new code generator:
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">id </span>- Unique <a
href="mainap3.html#id">ID</a> for the generator.
</li>
<li class="itemize"><span
class="cmbx-12">name </span>- Human readable label for generator.
</li>
<li class="itemize"><span
class="cmbx-12">class </span>- The main generator class.
</li>
<li class="itemize"><span
class="cmbx-12">language </span>- The programming language supported by this codegen plugin.
</li>
<li class="itemize"><span
class="cmbx-12">icon </span>- Icon / graphical representation of the generator.
</li>
<li class="itemize"><span
class="cmbx-12">languageVersion </span>- Value to be inserted for the language version.
</li>
<li class="itemize"><span
class="cmbx-12">compiler </span>- The compiler of the codegenerator.
</li>
<li class="itemize"><span
class="cmbx-12">compilerVersion </span>- Version of the compiler.
</li>
<li class="itemize"><span
class="cmbx-12">runtime </span>- The runtime environment.
</li>
<li class="itemize"><span
class="cmbx-12">runtimeVersion </span>- The runtime environment version.
</li>
<li class="itemize"><span
class="cmbx-12">humanLanguage </span>- The human language.
</li>
<li class="itemize"><span
class="cmbx-12">notDefaultable </span>- This should always be set to false if the generator will generate
code.
</li>
<li class="itemize">(<span id="textcolor1"><span
class="cmti-12">Deprecated</span></span>) <span
class="cmbx-12">hasSettings </span>- This should be set to true if the generator has properties
for determining what code is output. This will require a custom properties page as
well.
</li>
<li class="itemize"><span
class="cmbx-12">autoGenerate </span>- Whether or not the code generator should automatically generate
code for the implementation. This is intended for manual codegens only.
</li>
<li class="itemize"><span
class="cmbx-12">associatedPerspectiveId </span>- The perspective id to associate with the code generator.
When a new project or implementation is created using this generator, the option to
open this perspective will be offered.
</li>
<li class="itemize"><span
class="cmbx-12">priority </span>- Priority of the generator.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT description (#PCDATA)>
]]></script>
Provide a detailed human readable description of the codegenerator.
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT operatingSystem EMPTY>
<!ATTLIST operatingSystem
os CDATA #REQUIRED
default (true | false)
version CDATA #IMPLIED
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">os </span>- Operating System <a
href="mainap3.html#id">ID</a>
</li>
<li class="itemize"><span
class="cmbx-12">default </span>- The default <a
href="mainap3.html#os">OS</a> if marked true
</li>
<li class="itemize"><span
class="cmbx-12">version </span>- <a
href="mainap3.html#os">OS</a> version</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT processor EMPTY>
<!ATTLIST processor
proc_type CDATA #REQUIRED
default (true | false)
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">proc</span><span
class="cmbx-12">_type </span>- Processor type
</li>
<li class="itemize"><span
class="cmbx-12">default </span>- The default <a
href="mainap3.html#os">OS</a> if marked true</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT componenttype EMPTY>
<!ATTLIST componenttype
type (resource|device|service)
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">type </span>- <a
href="mainli2.html#glo:component">Component</a> Type to generate.</li></ul>
<!--l. 133--><p class="noindent" ><span
class="cmbxti-10x-x-120">Examples: </span>The following is an example of the extension point: <script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<extension
point="gov.redhawk.ide.codegen.codegens">
<codegen
associatedPerspectiveId=
"org.eclipse.jdt.ui.JavaPerspective"
autoGenerate="false"
class="gov.redhawk.ide.codegen.jet.java.JavaGenerator"
compiler="/usr/bin/javac"
compilerVersion="1.5"
humanLanguage="EN"
id="gov.redhawk.ide.codegen.jet.java.JavaGenerator"
language="Java"
languageVersion="1.5"
name="Java Code Generator"
notDefaultable="false"
priority="high"
runtime="/usr/bin/java"
runtimeVersion="1.5">
<description>
This is the Jet generator for
Java components and devices.
</description>
<operatingSystem
default="true"
os="Linux">
</operatingSystem>
<componenttype
type="resource">
</componenttype>
<componenttype
type="device">
</componenttype>
</codegen>
</extension>
]]></script>
<!--l. 172--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">B.1.2 </span> <a
id="x28-343000B.1.2"></a>Port Handlers</h4>
<!--l. 173--><p class="noindent" ><span
class="cmbxti-10x-x-120">Identifier: </span>gov.redhawk.ide.codegen.portGenerator<br
class="newline" /><span
class="cmbxti-10x-x-120">Description: </span>Custom code generators used when generating code for ports <br
class="newline" /><span
class="cmbxti-10x-x-120">Configuration Markup:</span><br
class="newline" /><script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT extension (portHandler)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
]]></script>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT portHandler (description , property* ,
interfaces , language+)+>
<!ATTLIST portHandler
id CDATA #REQUIRED
class CDATA #REQUIRED
name CDATA #REQUIRED
pullInputData (true | false) "true"
priority (LOW|MEDIUM|HIGH) "LOW"
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">id </span>- Unique <a
href="mainap3.html#id">ID</a> for this port handler.
</li>
<li class="itemize"><span
class="cmbx-12">class </span>- Java class that implements<br
class="newline" /><span
class="cmtt-12">gov.redhawk.ide.codegen.IScaPortCodegenTemplate</span>
</li>
<li class="itemize"><span
class="cmbx-12">name </span>- Human readable name.
</li>
<li class="itemize"><span
class="cmbx-12">pullInputData </span>- Set this to true if the generated code requires data from Provides
ports to be pulled.
</li>
<li class="itemize"><span
class="cmbx-12">priority </span>- Priority of the generator.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT portInterface EMPTY>
<!ATTLIST portInterface
idlInterface CDATA #REQUIRED
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">idlInterface </span>- The <a
href="mainap3.html#corba">CORBA</a> data type of the port output.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT property (description)?>
<!ATTLIST property
key CDATA #REQUIRED
default_value CDATA #REQUIRED
name CDATA #REQUIRED
required (true | false)
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">key </span>- The key/id of the property.
</li>
<li class="itemize"><span
class="cmbx-12">default</span><span
class="cmbx-12">_value </span>- The default value for the property.
</li>
<li class="itemize"><span
class="cmbx-12">name </span>- A user friendly name for the property.
</li>
<li class="itemize"><span
class="cmbx-12">required </span>- True if the property is required.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT description (#PCDATA)>
]]></script>
A user friendly description of the object.
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT interfaces (portInterface)+>
]]></script>
<!--l. 242--><p class="noindent" >List of port interfaces.
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT language EMPTY>
<!ATTLIST language
name (Python|C++|Java|Blank)
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">name </span>- Name of the programming language to be generated.</li></ul>
<!--l. 254--><p class="noindent" ><span
class="cmbxti-10x-x-120">Examples: </span>The following is an example of the Port Handler extension point:<br
class="newline" /><script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<extension point="gov.redhawk.ide.codegen.portGenerator">
<portHandler
class=
"gov.redhawk.ide.codegen.jet.java.ports.PullPortTemplate"
id="gov.redhawk.ide.codegen.jet.java.portHandler"
name="Default Java Port Generator"
pullInputData="true">
<description>
This is the default REDHAWK provided port generator.
It uses the Pull Data pattern for port generation.
</description>
<interfaces>
<portInterface
idlInterface="IDL:BULKIO/.*:1.0">
</portInterface>
<portInterface
idlInterface="IDL:REDHAWK/.*:1.0">
</portInterface>
</interfaces>
<language
name="Java">
</language>
</portHandler>
</extension>
]]></script>
<!--l. 282--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">B.1.3 </span> <a
id="x28-344000B.1.3"></a>Codegen Template</h4>
<!--l. 283--><p class="noindent" ><span
class="cmbxti-10x-x-120">Identifier: </span>gov.redhawk.ide.codegen.codegenTemplate<br
class="newline" /><span
class="cmbxti-10x-x-120">Description: </span>Provide a template for a code generator<br
class="newline" /><span
class="cmbxti-10x-x-120">Configuration Markup:</span><br
class="newline" /><script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT extension (template)*>
<!ATTLIST extension
id CDATA #IMPLIED
point CDATA #REQUIRED
name CDATA #IMPLIED
>
]]></script>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT template (description , property* , componenttype+)*>
<!ATTLIST template
class CDATA #REQUIRED
codegenId IDREF #REQUIRED
id CDATA #REQUIRED
name CDATA #REQUIRED
hasSettings (true | false)
notDefaultable (true | false) "false"
selectable (true | false) "true"
templateLocation CDATA #IMPLIED
portCodegenId IDREF #IMPLIED
usesPortTemplates (true | false)
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">class </span>- The name of the class that provides the generated code.
</li>
<li class="itemize"><span
class="cmbx-12">codegenId </span>- The <a
href="mainap3.html#id">ID</a> of the Code Generator that this template will generate source.
</li>
<li class="itemize"><span
class="cmbx-12">id </span>- Unique <a
href="mainap3.html#id">ID</a> for this template.
</li>
<li class="itemize"><span
class="cmbx-12">name </span>- Human readable name of this template.
</li>
<li class="itemize"><span
class="cmbx-12">hasSettings </span>- This should be set to true if the generator has properties for determining
what code is output. This may require a custom properties page as well.
</li>
<li class="itemize"><span
class="cmbx-12">notDefaultable </span>- Set this to true if the generator will generate code and a user should
not be able to select it by default.
</li>
<li class="itemize"><span
class="cmbx-12">selectable </span>- Set this to false if the user should not be able to select the generator in
the drop down. This is mainly used to deprecate generators.
</li>
<li class="itemize">(<span id="textcolor2"><span
class="cmti-12">Deprecated</span></span>) <span
class="cmbx-12">templateLocation </span>- Deprecated, do not use.
</li>
<li class="itemize"><span
class="cmbx-12">portCodegenId </span>- <a
href="mainap3.html#id">ID</a> of the port generator to reference.
</li>
<li class="itemize"><span
class="cmbx-12">usesPortTemplates </span>- This attribute is used to indicate whether or not this template
will delegate code generation to port generators if one is specified.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT property (description)?>
<!ATTLIST property
key CDATA #REQUIRED
default_value CDATA #REQUIRED
name CDATA #REQUIRED
required (true | false)
deprecated (true | false) "false"
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">key </span>- The key/id of the property.
</li>
<li class="itemize"><span
class="cmbx-12">default</span><span
class="cmbx-12">_value </span>- The default value for the property.
</li>
<li class="itemize"><span
class="cmbx-12">name </span>- A user friendly name for the property.
</li>
<li class="itemize"><span
class="cmbx-12">required </span>- True if the property is required.
</li>
<li class="itemize"><span
class="cmbx-12">deprecated </span>- True if the property is now considered deprecated.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT description (#PCDATA)>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">description </span>- A user friendly description of the object.</li></ul>
<script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<!ELEMENT componenttype EMPTY>
<!--l. 354--><p class="noindent" ><!ATTLIST componenttype
type (resource|device|service)
>
]]></script>
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">type </span>- Type of resource to contribute.</li></ul>
<!--l. 360--><p class="noindent" ><span
class="cmbxti-10x-x-120">Examples: </span>The following is an example of the Template extension point: <br
class="newline" /><script type="syntaxhighlighter" class="brush: xml"><![CDATA[
<extension
point="gov.redhawk.ide.codegen.codegenTemplate">
<template
class=
"gov.redhawk.ide.codegen.jet.java.pattern.LegacyTemplate"
codegenId=
"gov.redhawk.ide.codegen.jet.java.JavaGenerator"
hasSettings="true"
id="gov.redhawk.ide.codegen.jet.java.pattern.LegacyTemplate"
name="Legacy Project"
notDefaultable="true"
selectable="false"
usesPortTemplates="false">
<description>
This is the template for previously generated projects
prior to template definitions.
</description>
<property
default_value="FALSE"
deprecated="true"
key="auto_start"
name="Auto start"
required="true">
<description>
When this property is set,
the generated codes initialize function is
tied to the start function,
which in turn starts the processing thread.
When the property is not set,
the start function needs to be explicitly
called to start the processing thread.
</description>
</property>
<property
default_value="TRUE"
key="queued_ports"
name="Enable queued ports"
required="true">
<description>
Set this to true to use queues for sending and
receiving port data
</description>
</property>
<property
default_value=""
key="java_package"
name="Name of the Java package"
required="true">
<description>
The package that the generated component
should be named.
</description>
</property>
<componenttype
type="resource">
</componenttype>
<componenttype
type="device">
</componenttype>
</template>
</extension>
]]></script>
<!--l. 426--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">B.2 </span> <a
id="x28-345000B.2"></a>Building and installing</h3>
<!--l. 427--><p class="noindent" >A code-generator project is an Eclipse Plug-in. Eclipse plug-ins are built into <a
href="mainap3.html#jar">JAR</a> files which
can be distributed as is or wrapped up in a feature and deployed within an Eclipse
Update-site.
<!--l. 429--><p class="noindent" >For more details follow the directions for deploying a Control Panel in Section <a
href="mainch24.html#x26-33000024.6">Section
24.6</a>.
<!--l. 432--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">B.3 </span> <a
id="x28-346000B.3"></a>Using JacORB</h3>
<!--l. 433--><p class="noindent" >The REDHAWK IDE uses JacORB as its implementation for the <a
href="mainap3.html#corba">CORBA</a> standard. To use
JacORB, the <span
class="cmtt-12">org.jacorb.systemFragment </span>and <span
class="cmtt-12">org.jacorb.systemFragment.feature </span>must be
included in the product.
<!--l. 437--><p class="noindent" >In addition, the following VM arguments must be placed in either the run configuration or the <span
class="cmtt-12">eclipse.ini </span>file: <script type="syntaxhighlighter" class="brush: bash"><![CDATA[
-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton
-Dorg.omg.PortableInterceptor.ORBInitializerClass.standard_init=org.jacorb.orb.standardInterceptors.IORInterceptorInitializer
]]></script>
<!--l. 2--><div class="crosslinks"><p class="noindent">[<a
href="mainap3.html" >next</a>] [<a
href="mainap1.html" >prev</a>] [<a
href="mainap1.html#tailmainap1.html" >prev-tail</a>] [<a
href="mainap2.html" >front</a>] [<a
href="main.html#mainap2.html" >up</a>] </p></div>
<!--l. 2--><p class="noindent" ><a
id="tailmainap2.html"></a>
<div class=license>
<hr>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br /><span xmlns:dct="http:// purl.org/dc/terms/" property="dct:title">REDHAWK Documentation</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</div>
</body></html>