forked from RedhawkSDR/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainch21.html
684 lines (664 loc) · 32 KB
/
mainch21.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
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head><title>21 Exploring SDRROOT Using 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="mainch22.html" >next</a>] [<a
href="mainch20.html" >prev</a>] [<a
href="mainch20.html#tailmainch20.html" >prev-tail</a>] [<a
href="#tailmainch21.html">tail</a>] [<a
href="main.html#mainch21.html" >up</a>] </p></div>
<h2 class="chapterHead"><span class="titlemark">Chapter 21</span><br /><a
id="x23-29600021"></a>Exploring <span
class="cmtt-12">SDRROOT </span>Using the REDHAWK IDE</h2>
<!--l. 9--><p class="noindent" >The REDHAWK <a
href="mainap3.html#ide">IDE</a> provides a visualization of the file system contained within the <a
href="mainap3.html#sdr">SDR</a>
Root in the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>view. The <span
class="cmtt-12">SDRROOT </span>is referred to within the <a
href="mainap3.html#ide">IDE</a> as the
<a
href="mainli2.html#glo:targetSDR">Target <a
href="mainap3.html#sdr">SDR</a></a>. The <a
href="mainli2.html#glo:targetSDR">Target <a
href="mainap3.html#sdr">SDR</a></a> location may be changed from within the IDE preferences
page.
<!--l. 13--><p class="noindent" >To change the target <a
href="mainap3.html#sdr">SDR</a>:
<ol class="enumerate1" >
<li
class="enumerate" id="x23-296002x1">Select <span
class="cmbx-12">Window </span><span
class="cmmi-12">> </span><span
class="cmbx-12">Preferences</span>
</li>
<li
class="enumerate" id="x23-296004x2">Select the <span
class="cmbx-12">REDHAWK </span><span
class="cmmi-12">> </span><span
class="cmbx-12">SDR </span>preference page
</li>
<li
class="enumerate" id="x23-296006x3">Change the <span
class="cmbx-12">Local SDR Location </span>value
</li>
<li
class="enumerate" id="x23-296008x4">Click <span
class="cmbx-12">OK</span></li></ol>
<h3 class="sectionHead"><span class="titlemark">21.1 </span> <a
id="x23-29700021.1"></a>Browsing Installed SDR Objects</h3>
<!--l. 22--><p class="noindent" >From the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>and the <a
href="mainli2.html#glo:targetSDR">Target <a
href="mainap3.html#sdr">SDR</a></a>, one can browse the installed <a
href="mainli2.html#glo:component">Components</a>, <a
href="mainli2.html#glo:device">Devices</a>,
<a
href="mainli2.html#glo:node">Nodes</a>, <a
href="mainli2.html#glo:service">Services</a> and <a
href="mainli2.html#glo:waveformapplication">Waveforms</a>. Each of these <a
href="mainap3.html#sca">SCA</a> Objects are placed in their own folder which
may be expanded to show their content. Depending on the object type, different right-click
operations and tree structure manipulation are permitted.
<!--l. 29--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">21.1.1 </span> <a
id="x23-29800021.1.1"></a>Components</h4>
<!--l. 31--><p class="noindent" >Mouse-hovering over an item within the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>will show its corresponding file and the
full path to its location. Mouse-hovering over a <a
href="mainli2.html#glo:component">Component</a> shows that its representation is derived
from the <a
href="mainap3.html#spd">SPD</a> file within the <a
href="mainap3.html#sdr">SDR</a> Root.
<!--l. 36--><p class="noindent" >One may perform the following actions from the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>view on <a
href="mainli2.html#glo:component">Component</a>
objects:
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">Local </span><a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Launch</span>: Right-click the <a
href="mainli2.html#glo:component">Component</a> <a
href="mainap3.html#spd">SPD</a> file and select <span
class="cmbx-12">Launch</span>
to start an instance of the <a
href="mainli2.html#glo:component">Component</a> within the Sandbox’s Chalkboard.
</li>
<li class="itemize"><span
class="cmbx-12">View within </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>: To open the <a
href="mainap3.html#spd">SPD</a> file within an <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor </span>one may
either, double-click the <a
href="mainap3.html#spd">SPD</a> file, right-click and select <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Editor </span>or
right-click and select <span
class="cmbx-12">Open With</span><span
class="cmmi-12">> </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Editor</span>. This will open the
<a
href="mainap3.html#sca">SCA</a> <a
href="mainli2.html#glo:component">Component</a> Editor, as described in <a
href="mainch19.html#x21-26500019.4.1">Section 19.4.1</a>, in read-only mode. One may
not edit the fields or perform any code generation from this version of the editor.
</li>
<li class="itemize"><span
class="cmbx-12">Delete</span>: Delete a <a
href="mainli2.html#glo:component">Component</a> from the <a
href="mainap3.html#sdr">SDR</a> Root by right-clicking and selecting <span
class="cmbx-12">Delete</span>. One
may also use the keyboard’s <span
class="cmti-12">Delete </span>key to initiate a deletion. This will remove all files
pertaining to this <a
href="mainli2.html#glo:component">Component</a> from the <a
href="mainap3.html#sdr">SDR</a> Root including the <a
href="mainap3.html#spd">SPD</a>, <a
href="mainap3.html#prf">PRF</a>, <a
href="mainap3.html#scd">SCD</a>, and
executable. The delete action also supports multiple selection. Using the <span
class="cmti-12">Shift </span>key, one may
highlight more than one <a
href="mainli2.html#glo:component">Component</a> and use either the right-click menu or the <span
class="cmti-12">Delete </span>key to
delete all selected <a
href="mainli2.html#glo:component">Components</a>. <div class="admonition block caution block-indent"><div class="caution-inner"><p class="para block block-first"> Deleting an item from the <a
href="mainap3.html#sdr">SDR</a> Root cannot be undone
</p></div></div>
</li></ul>
<!--l. 61--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">21.1.2 </span> <a
id="x23-29900021.1.2"></a>Devices</h4>
<!--l. 62--><p class="noindent" >Mouse-hovering over an item within the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>will show its corresponding file and the
full path to its location. Mouse hovering over a <a
href="mainli2.html#glo:device">Device</a> will show that its representation is derived
from the <a
href="mainap3.html#spd">SPD</a> file within the <a
href="mainap3.html#sdr">SDR</a> Root.
<!--l. 67--><p class="noindent" >One may perform the following actions from the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>view on <a
href="mainli2.html#glo:device">Device</a> objects:
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">Local </span><a
href="mainli2.html#glo:device"><span
class="cmbx-12">Device</span></a> <span
class="cmbx-12">Launch</span>: Right-click the <a
href="mainli2.html#glo:device">Device</a> <a
href="mainap3.html#spd">SPD</a> file and select <span
class="cmbx-12">Launch </span>to start
an instance of the <a
href="mainli2.html#glo:device">Device</a> within the Sandbox’s <a
href="mainli2.html#glo:devicemanager">Device Manager</a>. Expand <span
class="cmbx-12">Sandbox</span><span
class="cmmi-12">></span>
<a
href="mainli2.html#glo:devicemanager"><span
class="cmbx-12">Device Manager</span></a> to view the running <a
href="mainli2.html#glo:device">Device</a>.
</li>
<li class="itemize"><span
class="cmbx-12">View within </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>: To open the <a
href="mainap3.html#spd">SPD</a> file within an <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor </span>one may
either, double-click the <a
href="mainap3.html#spd">SPD</a> file, right-click and select <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Editor </span>or
right-click and select <span
class="cmbx-12">Open With</span><span
class="cmmi-12">> </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Editor</span>. This will open the
<a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>, as described in <a
href="mainch19.html#x21-26500019.4.1">Section 19.4.1</a>, in read-only mode. One may not edit
the fields or perform any code generation from this version of the editor.
</li>
<li class="itemize"><span
class="cmbx-12">Delete</span>: Delete a <a
href="mainli2.html#glo:device">Device</a> from the <a
href="mainap3.html#sdr">SDR</a> Root through the right-click <span
class="cmbx-12">Delete </span>menu. One may
also use the keyboard’s <span
class="cmti-12">Delete </span>key to initiate a deletion. This will remove all files pertaining
to this <a
href="mainli2.html#glo:device">Device</a> from the <a
href="mainap3.html#sdr">SDR</a> Root including the <a
href="mainap3.html#spd">SPD</a>, <a
href="mainap3.html#prf">PRF</a>, <a
href="mainap3.html#scd">SCD</a>, and executable. The delete
action also supports multiple selection. Using the <span
class="cmti-12">Shift </span>key, one may highlight more
than one <a
href="mainli2.html#glo:device">Device</a> and use either the right-click menu or the <span
class="cmti-12">Delete </span>key to delete
all selected <a
href="mainli2.html#glo:device">Devices</a>. <div class="admonition block caution block-indent"><div class="caution-inner"><p class="para block block-first"> Deleting an item from the <a
href="mainap3.html#sdr">SDR</a> Root cannot be undone
</p></div></div>
</li></ul>
<!--l. 93--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">21.1.3 </span> <a
id="x23-30000021.1.3"></a>Nodes</h4>
<!--l. 94--><p class="noindent" >Mouse-hovering over an item within the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>will show its corresponding file and the
full path to its location. Mouse-hovering over a <a
href="mainli2.html#glo:node">Node</a> will show that its representation is derived
from the <a
href="mainap3.html#dcd">DCD</a> file within the <a
href="mainap3.html#sdr">SDR</a> Root.
<!--l. 99--><p class="noindent" >One may perform the following actions from the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>view on <a
href="mainli2.html#glo:node">Node</a> objects:
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">Launch </span><a
href="mainli2.html#glo:devicemanager"><span
class="cmbx-12">Device Manager</span></a>: One may launch a <a
href="mainli2.html#glo:devicemanager">Device Manager</a> onto a running <a
href="mainli2.html#glo:domain">Domain</a>
for this <a
href="mainli2.html#glo:node">Node</a>. Right-click on the <a
href="mainli2.html#glo:node">Node</a> and select <span
class="cmbx-12">Launch </span><a
href="mainli2.html#glo:devicemanager"><span
class="cmbx-12">Device Manager</span></a> to bring
up a <span
class="cmbx-12">Launch </span><a
href="mainli2.html#glo:devicemanager"><span
class="cmbx-12">Device Manager</span></a> <span
class="cmbx-12">Dialog</span>. From this dialog one may select from a list
of running <a
href="mainli2.html#glo:domain">Domains</a>. Pressing <span
class="cmbx-12">OK </span>in this dialog will create a new Console view and
run an instance of <span
class="cmtt-12">nodeBooter </span>using this <a
href="mainli2.html#glo:node">Node</a>’s <a
href="mainap3.html#dcd">DCD</a> file.
</li>
<li class="itemize"><span
class="cmbx-12">View within </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>: To open the <a
href="mainap3.html#dcd">DCD</a> file within an <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>, one
may either, double-click the <a
href="mainap3.html#dcd">DCD</a> file, right-click and select <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:node"><span
class="cmbx-12">Node</span></a> <span
class="cmbx-12">Editor </span>or
right-click and select <span
class="cmbx-12">Open With</span><span
class="cmmi-12">> </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:node"><span
class="cmbx-12">Node</span></a> <span
class="cmbx-12">Editor</span>. This will open the <a
href="mainap3.html#sca">SCA</a>
<a
href="mainli2.html#glo:node">Node</a> Editor, as described in <a
href="mainch19.html#x21-26500019.4.1">Section 19.4.1</a>, in read-only mode. One may not edit the
fields or add any additional <a
href="mainli2.html#glo:device">Devices</a>.
</li>
<li class="itemize"><span
class="cmbx-12">Expand </span><a
href="mainli2.html#glo:node"><span
class="cmbx-12">Node</span></a>: Using the tree structure to expand the <a
href="mainli2.html#glo:node">Node</a>, one should notice that
the <a
href="mainap3.html#ide">IDE</a> can decompose the sections of the <a
href="mainap3.html#dcd">DCD</a> file into the referenced <a
href="mainli2.html#glo:device">Devices</a>, <a
href="mainli2.html#glo:devicemanager">Device
Manager</a>, <a
href="mainli2.html#glo:domainmanager">Domain Manager</a>, and Partitioning sections. By selecting these objects with
the <a
href="mainli2.html#glo:Properties View"><span
class="cmbx-12">Properties View</span></a> open, one can view all the information from the <a
href="mainap3.html#xml">XML</a> in a
tabular format.
</li>
<li class="itemize"><span
class="cmbx-12">Delete</span>: Delete a <a
href="mainli2.html#glo:node">Node</a> from the <a
href="mainap3.html#sdr">SDR</a> Root through the right-click <span
class="cmbx-12">Delete </span>menu. One may
also use the keyboard’s <span
class="cmti-12">Delete </span>key to initiate a deletion. This will remove only the <a
href="mainap3.html#dcd">DCD</a> file
and the folder containing it from the <a
href="mainap3.html#sdr">SDR</a> and will not delete the referenced <a
href="mainli2.html#glo:device">Devices</a>. The
delete action also supports multiple selection. Using the <span
class="cmti-12">Shift </span>key, one may highlight
more than one <a
href="mainli2.html#glo:node">Node</a> and use either the right-click menu or the <span
class="cmti-12">Delete </span>key to
delete all selected <a
href="mainli2.html#glo:node">Nodes</a>. <div class="admonition block caution block-indent"><div class="caution-inner"><p class="para block block-first"> Deleting an item from the <a
href="mainap3.html#sdr">SDR</a> Root cannot be undone
</p></div></div>
</li></ul>
<!--l. 133--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">21.1.4 </span> <a
id="x23-30100021.1.4"></a>Services</h4>
<!--l. 135--><p class="noindent" >Mouse-hovering over an item within the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>will show its corresponding file and the
full path to its location. Mouse-hovering over a <a
href="mainli2.html#glo:service">Service</a> will show that its representation is derived
from the <a
href="mainap3.html#spd">SPD</a> file within the <a
href="mainap3.html#sdr">SDR</a> Root.
<!--l. 140--><p class="noindent" >One may perform the following actions from the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>view on <a
href="mainli2.html#glo:service">Service</a> objects:
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">Launch</span>: Launching the <a
href="mainli2.html#glo:service">Service</a> will run the executable on the local machine within
the <a
href="mainap3.html#ide">IDE</a>s console view.
</li>
<li class="itemize"><span
class="cmbx-12">View within </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>: To open the <a
href="mainap3.html#spd">SPD</a> file within an <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>, one may
either, double-click the <a
href="mainap3.html#spd">SPD</a> file, right-click and select <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Editor </span>or
right-click and select <span
class="cmbx-12">Open With</span><span
class="cmmi-12">> </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <a
href="mainli2.html#glo:component"><span
class="cmbx-12">Component</span></a> <span
class="cmbx-12">Editor</span>. This will open the
<a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>, as described in <a
href="mainch19.html#x21-26500019.4.1">Section 19.4.1</a>, in read-only mode. One may not edit
the fields or perform any code generation from this version of the editor.
</li>
<li class="itemize"><span
class="cmbx-12">Delete</span>: Delete a <a
href="mainli2.html#glo:service">Service</a> from the <a
href="mainap3.html#sdr">SDR</a> Root by right-click <span
class="cmbx-12">Delete</span>. One may also use the
keyboard’s <span
class="cmti-12">Delete </span>key to initiate a deletion. This will remove all files pertaining to this
<a
href="mainli2.html#glo:service">Service</a> from the <a
href="mainap3.html#sdr">SDR</a> Root including any <a
href="mainap3.html#spd">SPD</a>, <a
href="mainap3.html#prf">PRF</a>, <a
href="mainap3.html#scd">SCD</a>, and executable files. The delete
action also supports multiple selection. Using the <span
class="cmti-12">Shift </span>key, one may highlight more
than one <a
href="mainli2.html#glo:service">Service</a> and use either the right-click menu or the <span
class="cmti-12">Delete </span>key to delete
all selected <a
href="mainli2.html#glo:service">Services</a>. <div class="admonition block caution block-indent"><div class="caution-inner"><p class="para block block-first"> Deleting an item from the <a
href="mainap3.html#sdr">SDR</a> Root cannot be undone
</p></div></div>
</li></ul>
<!--l. 166--><p class="noindent" >
<h4 class="subsectionHead"><span class="titlemark">21.1.5 </span> <a
id="x23-30200021.1.5"></a>Waveforms</h4>
<!--l. 167--><p class="noindent" >Mouse-hovering over an item within the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>will show its corresponding file and the
full path to its location. Mouse-hovering over a <a
href="mainli2.html#glo:waveformapplication">Waveform</a> will show that its representation is
derived from the <a
href="mainap3.html#sad">SAD</a> file within the <a
href="mainap3.html#sdr">SDR</a> Root.
<!--l. 172--><p class="noindent" >One may perform the following actions from the <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Explorer </span>view on <a
href="mainli2.html#glo:waveform">SCA Waveform</a>
objects:
<ul class="itemize1">
<li class="itemize"><span
class="cmbx-12">View within </span><a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor</span>: To open the <a
href="mainap3.html#sad">SAD</a> file within an <a
href="mainap3.html#sca"><span
class="cmbx-12">SCA</span></a> <span
class="cmbx-12">Editor </span>one may
either, double-click the <a
href="mainap3.html#sad">SAD</a> file, right-click and select <a
href="mainli2.html#glo:waveform"><span
class="cmbx-12">SCA Waveform</span></a> <span
class="cmbx-12">Editor </span>or
right-click and select <span
class="cmbx-12">Open With</span><span
class="cmmi-12">> </span><a
href="mainli2.html#glo:waveform"><span
class="cmbx-12">SCA Waveform</span></a> <span
class="cmbx-12">Editor</span>. This will open the
<a
href="mainli2.html#glo:waveform">SCA Waveform</a> Editor, as described in <a
href="mainch19.html#x21-26500019.4.1">Section 19.4.1</a>, in read-only mode, one may
not edit the fields or add any additional <a
href="mainli2.html#glo:component">Components</a>.
</li>
<li class="itemize"><span
class="cmbx-12">Expand </span><a
href="mainli2.html#glo:waveform"><span
class="cmbx-12">SCA Waveform</span></a>: Using the tree structure to expand the <a
href="mainli2.html#glo:waveformapplication">Waveform</a>,
one should notice that the <a
href="mainap3.html#ide">IDE</a> can decompose the sections of the <a
href="mainap3.html#sad">SAD</a> file into
the referenced <a
href="mainli2.html#glo:assemblycontroller">Assembly Controller</a>, <a
href="mainli2.html#glo:component">Component</a> Files, and Partitioning sections.
By selecting these objects with the <a
href="mainli2.html#glo:Properties View"><span
class="cmbx-12">Properties View</span></a> open, one can view all the
information from the <a
href="mainap3.html#xml">XML</a> in a tabular format.
</li>
<li class="itemize"><span
class="cmbx-12">Delete</span>: Delete a <a
href="mainli2.html#glo:waveformapplication">Waveform</a> from the <a
href="mainap3.html#sdr">SDR</a> Root through the right-click <span
class="cmbx-12">Delete </span>menu. One
may also use the keyboard’s <span
class="cmti-12">Delete </span>key to initiate a deletion. This will remove only the <a
href="mainap3.html#sad">SAD</a>
file and the folder containing it from the <a
href="mainap3.html#sdr">SDR</a> and will not delete the referenced <a
href="mainli2.html#glo:component">Components</a>.
The delete action also supports multiple selection. Using the <span
class="cmti-12">Shift </span>key, one may highlight
more than one <a
href="mainli2.html#glo:node">Node</a> and use either the right-click menu or the <span
class="cmti-12">Delete </span>key to delete all
selected <a
href="mainli2.html#glo:waveformapplication">Waveforms</a>. <div class="admonition block caution block-indent"><div class="caution-inner"><p class="para block block-first"> Deleting an item from the <a
href="mainap3.html#sdr">SDR</a> Root cannot be undone
</p></div></div>
</li></ul>
<!--l. 199--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">21.2 </span> <a
id="x23-30300021.2"></a>Browsing Installed IDL Libraries</h3>
<!--l. 200--><p class="noindent" >Even though the <a
href="mainap3.html#idl">IDL</a> Repository is displayed within the Target <a
href="mainap3.html#sdr">SDR</a> tree structure, the
deployed <a
href="mainap3.html#idl">IDL</a>s and the core <a
href="mainap3.html#idl">IDL</a> library are not stored within the <a
href="mainap3.html#sdr">SDR</a> Root directory
on the file system. All <a
href="mainap3.html#idl">IDL</a>s exist within the <span
class="cmtt-12">OSSIEHOME </span>directory. However, the <a
href="mainap3.html#idl">IDL</a>
repository is shown here so that one may browse the content and view the installed
<a
href="mainap3.html#idl">IDL</a>s.
<!--l. 206--><p class="noindent" >Expanding the <a
href="mainap3.html#idl">IDL</a> Repository tree structure will expose the individual <a
href="mainap3.html#idl">IDL</a>s and a list of module
folders which contain <a
href="mainap3.html#idl">IDL</a>s. To view the content of an <a
href="mainap3.html#idl">IDL</a> in a text editor, one may either
double-click the <a
href="mainap3.html#idl">IDL</a> or right-click and select <span
class="cmbx-12">Text Editor </span>or <span
class="cmbx-12">Open With</span><span
class="cmbx-12">…</span><span
class="cmmi-12">> </span><span
class="cmbx-12">Text</span>
<span
class="cmbx-12">Editor</span>.
<!--l. 211--><p class="noindent" >One may also expand an <a
href="mainap3.html#idl">IDL</a>. When an <a
href="mainap3.html#idl">IDL</a> is expanded, the <a
href="mainap3.html#ide">IDE</a> will parse its content to
decompose it into referenced methods and objects. By selecting these methods and objects with
the <a
href="mainli2.html#glo:property"><span
class="cmbx-12">Properties</span></a> <span
class="cmbx-12">View </span>open one can view all the information from the <a
href="mainap3.html#idl">IDL</a> in a tabular
format.
<!--l. 216--><p class="noindent" >
<h3 class="sectionHead"><span class="titlemark">21.3 </span> <a
id="x23-30400021.3"></a>Getting Details About Error Conditions</h3>
<!--l. 217--><p class="noindent" >If an error condition occurs within the <a
href="mainap3.html#sdr">SDR</a> Root that the <a
href="mainap3.html#ide">IDE</a> can detect, it will mark the object
in error with a decorator in the lower left corner. Mouse hovering over the items icon will provide a
short description of the issue; however, if more than one problem has occurred the hover text will
read “Multiple Problems exist with this item”.
<!--l. 223--><p class="noindent" >More detail about an error can be found within the <a
href="mainli2.html#glo:property"><span
class="cmbx-12">Properties</span></a> <span
class="cmbx-12">View </span>of the item.
<br
class="newline" />
To view the details about an error condition:
<!--l. 227--><p class="noindent" >
<ol class="enumerate1" >
<li
class="enumerate" id="x23-304002x1">With the item selected, select or open the <a
href="mainli2.html#glo:property"><span
class="cmbx-12">Properties</span></a> <span
class="cmbx-12">View</span>.
</li>
<li
class="enumerate" id="x23-304004x2">From the <a
href="mainli2.html#glo:property"><span
class="cmbx-12">Properties</span></a> <span
class="cmbx-12">View</span>, select the <span
class="cmbx-12">Advanced </span>tab
</li>
<li
class="enumerate" id="x23-304006x3">Select the status row. This should cause the <span
class="cmbx-12">Details </span>key to appear.
</li>
<li
class="enumerate" id="x23-304008x4">Press the <span
class="cmbx-12">Details </span>button to bring up a detailed dialog of the current error conditions</li></ol>
<!--l. 234--><p class="noindent" ><hr class="figure"><div class="figure"
><table class="figure"><tr class="figure"><td class="figure"
>
<a
id="x23-304009r1"></a>
<!--l. 236--><p class="noindent" ><img
src="images/REDHAWK_Property_View_Error_Dialog.png" alt="PIC"
>
<br /> <table class="caption"
><tr style="vertical-align:baseline;" class="caption"><td class="id">Figure 21.1: </td><td
class="content">Error event details dialog</td></tr></table><!--tex4ht:label?: x23-304009r1 -->
<!--l. 238--><p class="noindent" ></td></tr></table></div><hr class="endfigure">
<!--l. 1--><div class="crosslinks"><p class="noindent">[<a
href="mainch22.html" >next</a>] [<a
href="mainch20.html" >prev</a>] [<a
href="mainch20.html#tailmainch20.html" >prev-tail</a>] [<a
href="mainch21.html" >front</a>] [<a
href="main.html#mainch21.html" >up</a>] </p></div>
<!--l. 1--><p class="noindent" ><a
id="tailmainch21.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>