Proceedings of the Conference on TRI-ADA '90 - TRI-Ada '90 1990
DOI: 10.1145/255471.255541
|View full text |Cite
|
Sign up to set email alerts
|

Application of Ada on a distributed missile control system

Abstract: A system for distributing a single Ada program to a network of loosely coupled computers is described. The system is applied to the distribution of a missile control system. We have found that implementing the entire Ada semantics for distributed systems is difficult, but that a pragmatic approach can give reasonable semantics. Our approach is based on source code transformation of the single Ada program into multiple Ada programs. These programs are then compiled with a standard compiler. The units of distrib… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

1991
1991
1993
1993

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 7 publications
(2 citation statements)
references
References 15 publications
0
2
0
Order By: Relevance
“…Some use tasks, task types, subprograms and variables as distribution units [3], and others use packages [5]. Using packages or variables as distribution units could be considered even in a heterogeneous environrnen~but we did not for two reasons.…”
Section: Selecting Distribution Unitsmentioning
confidence: 99%
See 1 more Smart Citation
“…Some use tasks, task types, subprograms and variables as distribution units [3], and others use packages [5]. Using packages or variables as distribution units could be considered even in a heterogeneous environrnen~but we did not for two reasons.…”
Section: Selecting Distribution Unitsmentioning
confidence: 99%
“…Several projects translate a single Ada program to multiple Ada programs ( [2], [3]), Ada-to-Ada translation is easy because major portions of the source code require no modification. On the other luu@ the C language is useful as a target language since almost ail CPU board vendors support C. We selected C so that we could use severat kinds of CPUS.…”
Section: Underlying Tasking Mechanismmentioning
confidence: 99%