首页 > 最新文献

Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems最新文献

英文 中文
Timely failure detection in a large distributed real-time system 大型分布式实时系统的故障及时检测
T. Ng, Vikram N. Patel
The paper describes the experience of designing and implementing failure detection and reporting in a large distributed real time system used for air traffic control (ATC). We believe that systematic analysis is needed to guide the failure detection design and track the large number of failures that it deals with. Analysis such as how fast failures have to be detected should be performed carefully to avoid redesigns later. A comprehensive analysis also provides a basis for testing the design subsequently, during which fault injection and extended testing are needed to evaluate and debug the design. Failure detectors should detect specific failures so that appropriate reports and recovery actions can be initiated after detection.
本文介绍了在空中交通管制(ATC)大型分布式实时系统中故障检测与报告的设计与实现经验。我们认为需要系统的分析来指导故障检测设计,并对其处理的大量故障进行跟踪。应该仔细执行诸如必须以多快的速度检测故障之类的分析,以避免以后重新设计。全面的分析也为后续的设计测试提供了基础,在测试过程中需要进行故障注入和扩展测试来评估和调试设计。故障检测器应该检测特定的故障,以便在检测后启动适当的报告和恢复操作。
{"title":"Timely failure detection in a large distributed real-time system","authors":"T. Ng, Vikram N. Patel","doi":"10.1109/WORDS.1994.518680","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518680","url":null,"abstract":"The paper describes the experience of designing and implementing failure detection and reporting in a large distributed real time system used for air traffic control (ATC). We believe that systematic analysis is needed to guide the failure detection design and track the large number of failures that it deals with. Analysis such as how fast failures have to be detected should be performed carefully to avoid redesigns later. A comprehensive analysis also provides a basis for testing the design subsequently, during which fault injection and extended testing are needed to evaluate and debug the design. Failure detectors should detect specific failures so that appropriate reports and recovery actions can be initiated after detection.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130806462","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Smart objects for dependable real-time systems 用于可靠实时系统的智能对象
Shi-Kuo Chang, Yeong-Jia Chen, D. Mossé
We present a modular approach to systematically introduce fault-tolerant properties into the design of time-dependent software components. The G-Net methodology for object-oriented complex software system design and the EU model for object-oriented dependable system design are integrated into the unified concept of the smart object, which is an object with an associated knowledge structure that incorporates the necessary parameters of the real-time task, such as the timing constraints and reliability requirements. Techniques to design resilient smart objects are described. These include fault tolerance guarantees and timing/performance/safety analysis.
我们提出了一种模块化的方法来系统地将容错特性引入到依赖时间的软件组件的设计中。面向对象复杂软件系统设计的G-Net方法和面向对象可靠系统设计的EU模型被整合到智能对象的统一概念中,智能对象是一个具有相关知识结构的对象,该知识结构包含实时任务的必要参数,如时间约束和可靠性要求。描述了设计弹性智能对象的技术。这些包括容错保证和定时/性能/安全分析。
{"title":"Smart objects for dependable real-time systems","authors":"Shi-Kuo Chang, Yeong-Jia Chen, D. Mossé","doi":"10.1109/WORDS.1994.518666","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518666","url":null,"abstract":"We present a modular approach to systematically introduce fault-tolerant properties into the design of time-dependent software components. The G-Net methodology for object-oriented complex software system design and the EU model for object-oriented dependable system design are integrated into the unified concept of the smart object, which is an object with an associated knowledge structure that incorporates the necessary parameters of the real-time task, such as the timing constraints and reliability requirements. Techniques to design resilient smart objects are described. These include fault tolerance guarantees and timing/performance/safety analysis.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123054568","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
The Chimera Methodology: designing dynamically reconfigurable real-time software using port-based objects Chimera方法论:使用基于端口的对象设计动态可重构的实时软件
D. Stewart, P. Khosla
The Chimera Methodology is a new software engineering paradigm which addresses the problem of developing dynamically reconfigurable and reusable real-time software. The foundation of the Chimera Methodology is the port-based object model of a reusable software component. The model is obtained by applying the port-automaton formal computational model to object-based design. Global state variable table real-time communication is used to integrate port-based objects, which eliminates the need for writing and debugging glue code. The Chimera real-time operating system provides tools to support the software models defined by the Chimera Methodology, so that real-time software can be executed predictably using common real-time scheduling algorithms. A hypermedia user interface has been designed to allow users to easily assemble the real-time software components that are designed based on the Chimera Methodology. Use of the methodology can result in a significant decrease the development time and cost of real-time applications.
Chimera方法论是一种新的软件工程范式,它解决了开发动态可重构和可重用的实时软件的问题。Chimera方法论的基础是可重用软件组件的基于端口的对象模型。将端口自动机形式化计算模型应用到基于对象的设计中,得到了该模型。使用全局状态变量表实时通信来集成基于端口的对象,从而消除了编写和调试粘合代码的需要。Chimera实时操作系统提供了支持Chimera方法论定义的软件模型的工具,因此实时软件可以使用常见的实时调度算法可预测地执行。设计了一个超媒体用户界面,使用户可以轻松地组装基于Chimera方法论设计的实时软件组件。使用该方法可以显著减少实时应用程序的开发时间和成本。
{"title":"The Chimera Methodology: designing dynamically reconfigurable real-time software using port-based objects","authors":"D. Stewart, P. Khosla","doi":"10.1109/WORDS.1994.518670","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518670","url":null,"abstract":"The Chimera Methodology is a new software engineering paradigm which addresses the problem of developing dynamically reconfigurable and reusable real-time software. The foundation of the Chimera Methodology is the port-based object model of a reusable software component. The model is obtained by applying the port-automaton formal computational model to object-based design. Global state variable table real-time communication is used to integrate port-based objects, which eliminates the need for writing and debugging glue code. The Chimera real-time operating system provides tools to support the software models defined by the Chimera Methodology, so that real-time software can be executed predictably using common real-time scheduling algorithms. A hypermedia user interface has been designed to allow users to easily assemble the real-time software components that are designed based on the Chimera Methodology. Use of the methodology can result in a significant decrease the development time and cost of real-time applications.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129527517","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
Deterministic characterization and network utilizations for several distributed real-time applications 几个分布式实时应用程序的确定性表征和网络利用
E. Knightly, R. Mines, Hui Zhang
In this paper, we investigate several distributed real-time applications. The applications are real-time in that they require per-connection end-to-end performance bounds. These bounds, in terms of throughput, delay, and delay-jitter, are provided by the network via two mechanisms: admission control to limit access to the network and priority scheduling to enforce the guarantees. Within this framework, we perform a deterministic analysis on the applications and investigate, via the admission control criteria, the resulting utilization of the network. A deterministic analysis must analyze the worst-case properties of the sources in order to provide absolute bounds on throughput and delay. Three distributed real-time applications are analyzed in this paper: a video conferencing tool, a tool for combustion modeling using distributed computing, and an MPEG video archival system. Each has minimum performance requirements that must be provided by the network. By investigating these applications, we provide insights to the traffic characteristics and achievable network utilizations for practical real-time loads.
本文研究了几种分布式实时应用。应用程序是实时的,因为它们需要每个连接的端到端性能界限。就吞吐量、延迟和延迟抖动而言,这些界限是由网络通过两种机制提供的:限制对网络访问的准入控制和执行保证的优先级调度。在此框架内,我们对应用程序进行确定性分析,并通过准入控制标准调查网络的最终利用率。确定性分析必须分析源的最坏情况属性,以便提供吞吐量和延迟的绝对界限。本文分析了三种分布式实时应用:视频会议工具、基于分布式计算的燃烧建模工具和MPEG视频存档系统。每一种都有网络必须提供的最低性能要求。通过研究这些应用程序,我们可以了解实际实时负载的流量特征和可实现的网络利用率。
{"title":"Deterministic characterization and network utilizations for several distributed real-time applications","authors":"E. Knightly, R. Mines, Hui Zhang","doi":"10.1109/WORDS.1994.518672","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518672","url":null,"abstract":"In this paper, we investigate several distributed real-time applications. The applications are real-time in that they require per-connection end-to-end performance bounds. These bounds, in terms of throughput, delay, and delay-jitter, are provided by the network via two mechanisms: admission control to limit access to the network and priority scheduling to enforce the guarantees. Within this framework, we perform a deterministic analysis on the applications and investigate, via the admission control criteria, the resulting utilization of the network. A deterministic analysis must analyze the worst-case properties of the sources in order to provide absolute bounds on throughput and delay. Three distributed real-time applications are analyzed in this paper: a video conferencing tool, a tool for combustion modeling using distributed computing, and an MPEG video archival system. Each has minimum performance requirements that must be provided by the network. By investigating these applications, we provide insights to the traffic characteristics and achievable network utilizations for practical real-time loads.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122559759","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 13
Resource scavenging in object-oriented, real-time, fault-tolerant control systems 面向对象、实时、容错控制系统中的资源清除
P. Gopinath, V. Thomas, M. Agrawal
This paper presents a variety of resource management techniques for real-time, fault-tolerant control systems. These techniques are based on resource scavenging, a concept that is introduced in this paper. Resource scavenging techniques attempt to meet transient resource shortfalls in one part of the system by reassigning resources from other parts of the system. The techniques presented take advantage of properties of real-time, fault-tolerant systems in general and some specific properties of control applications. At the same time, the techniques are constrained by control related requirements of the applications. The specific properties of a control application and its requirements are communicated to the system infrastructure entirely in terms of control concepts. Such a system infrastructure is also described in the paper. Finally, the paper proposes an extension to the programming language C++ that will simplify the development of applications that take advantage of resource scavenging techniques.
本文介绍了用于实时、容错控制系统的各种资源管理技术。这些技术是基于资源清除的,这是本文介绍的一个概念。资源清除技术试图通过从系统的其他部分重新分配资源来满足系统某个部分的暂时资源短缺。所提出的技术利用了实时、容错系统的一般特性和控制应用的某些特定特性。同时,这些技术受到应用程序的控制相关需求的约束。控制应用程序的特定属性及其需求完全按照控制概念传达给系统基础结构。本文还对该系统的基础结构进行了描述。最后,本文提出了对编程语言c++的扩展,该扩展将简化利用资源清除技术的应用程序的开发。
{"title":"Resource scavenging in object-oriented, real-time, fault-tolerant control systems","authors":"P. Gopinath, V. Thomas, M. Agrawal","doi":"10.1109/WORDS.1994.518686","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518686","url":null,"abstract":"This paper presents a variety of resource management techniques for real-time, fault-tolerant control systems. These techniques are based on resource scavenging, a concept that is introduced in this paper. Resource scavenging techniques attempt to meet transient resource shortfalls in one part of the system by reassigning resources from other parts of the system. The techniques presented take advantage of properties of real-time, fault-tolerant systems in general and some specific properties of control applications. At the same time, the techniques are constrained by control related requirements of the applications. The specific properties of a control application and its requirements are communicated to the system infrastructure entirely in terms of control concepts. Such a system infrastructure is also described in the paper. Finally, the paper proposes an extension to the programming language C++ that will simplify the development of applications that take advantage of resource scavenging techniques.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116869200","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Calculation of execution times in RealTimeTalk-an object-oriented language for real-time 在realtimetalk中计算执行时间——一种面向对象的实时语言
J. Gustafsson
This paper describes the calculation of execution times in RealTimeTalk (RTT). RTT is an object-oriented language for hard real-time systems, i.e., systems which must fulfil the specified time requirements. An overview of RTT is given. The control structures in RTT are analysed and equations for the calculation of minimum and maximum execution times are given. The RTT timing analysis tools are described. The first tool is the front-end tool, which analyses the RTT code given by the user. The second is the back-end tool, which analyses the C-code and the assembly code in the RTT system. Some limitations of the method and future directions are discussed.
本文描述了RealTimeTalk (RTT)中执行时间的计算。RTT是一种面向对象的语言,适用于硬实时系统,即必须满足指定时间要求的系统。本文对RTT技术进行了概述。分析了RTT的控制结构,给出了最小和最大执行时间的计算公式。介绍了RTT时序分析工具。第一个工具是前端工具,用于分析用户给出的RTT代码。第二部分是后台工具,对RTT系统中的c代码和汇编代码进行分析。讨论了该方法的局限性和未来发展方向。
{"title":"Calculation of execution times in RealTimeTalk-an object-oriented language for real-time","authors":"J. Gustafsson","doi":"10.1109/WORDS.1994.518685","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518685","url":null,"abstract":"This paper describes the calculation of execution times in RealTimeTalk (RTT). RTT is an object-oriented language for hard real-time systems, i.e., systems which must fulfil the specified time requirements. An overview of RTT is given. The control structures in RTT are analysed and equations for the calculation of minimum and maximum execution times are given. The RTT timing analysis tools are described. The first tool is the front-end tool, which analyses the RTT code given by the user. The second is the back-end tool, which analyses the C-code and the assembly code in the RTT system. Some limitations of the method and future directions are discussed.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116098646","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Distinguishing features and potential roles of the RTO.k object model RTO的显著特征和潜在作用。K对象模型
K. Kim, L. Bacellar, Yuseok Kim, D. Choi, S. Howell, Michael Jenkins
In recent years, searching for a proper extension of the basic object model to meet the needs present in hard-real-time system development environments has become a serious research issue. The first co-author and Hermann Kopetz at the Technical University of Vienna formulated an extension of the basic object model, called the RTO.k object model, as one attempt to meet such needs. In the past two years, we have been making efforts to develop practical easy-to-use tools which assist the system engineers in (1) RTO.k structured description and simulation of application environments and (2) RTO.k structured hierarchical design of control computer systems. Unique features of the RTO.k model which distinguish it from other extensions of the basic object model as well as common features are presented. The roles which the RTO.k model can play during various steps of the real-time system engineering process are then discussed.
近年来,如何对基本对象模型进行适当的扩展以满足硬实时系统开发环境的需要已成为一个重要的研究课题。第一合著者、维也纳技术大学的赫尔曼·科佩茨(Hermann Kopetz)提出了基本对象模型的扩展,称为RTO。K对象模型,作为满足这种需求的一种尝试。在过去的两年中,我们一直在努力开发实用的易于使用的工具,以协助系统工程师进行(1)RTO。k应用环境的结构化描述和仿真;(2)RTO。K控制计算机系统的结构化分层设计。RTO的独特功能。给出了K模型与其他基本对象模型扩展的区别及其共性。RTO的角色。然后讨论了K模型在实时系统工程过程的各个步骤中可以发挥的作用。
{"title":"Distinguishing features and potential roles of the RTO.k object model","authors":"K. Kim, L. Bacellar, Yuseok Kim, D. Choi, S. Howell, Michael Jenkins","doi":"10.1109/WORDS.1994.518669","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518669","url":null,"abstract":"In recent years, searching for a proper extension of the basic object model to meet the needs present in hard-real-time system development environments has become a serious research issue. The first co-author and Hermann Kopetz at the Technical University of Vienna formulated an extension of the basic object model, called the RTO.k object model, as one attempt to meet such needs. In the past two years, we have been making efforts to develop practical easy-to-use tools which assist the system engineers in (1) RTO.k structured description and simulation of application environments and (2) RTO.k structured hierarchical design of control computer systems. Unique features of the RTO.k model which distinguish it from other extensions of the basic object model as well as common features are presented. The roles which the RTO.k model can play during various steps of the real-time system engineering process are then discussed.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117119794","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 67
Lazy fault tolerance-a method for dependable distributed systems 延迟容错——可靠分布式系统的一种方法
Masahiko Saito, T. Yokoyama, Masaru Shimada
We present a method called Lazy Fault Tolerance for refining the reliability of distributed systems. Lazy Fault Tolerance uses data redundancy and the data of objects are distributed over computers in accordance with their 'nativity', The data of system management objects, which control the whole system based on the information of each computer, are naturally distributed over all computers. The object will restore its data by gathering all information from all computers in the case of failures. Lazy Fault Tolerance can greatly reduce the performance degradation in the absence of failures, although it takes a longer time to restore the system when a computer fails.
我们提出了一种称为延迟容错的方法来改进分布式系统的可靠性。延迟容错利用数据冗余,对象的数据按照其“原生性”分布在计算机上,系统管理对象根据每台计算机的信息控制整个系统,其数据自然分布在所有计算机上。在发生故障的情况下,对象将通过收集所有计算机的所有信息来恢复其数据。延迟容错可以在没有故障的情况下大大减少性能下降,尽管当计算机发生故障时恢复系统需要更长的时间。
{"title":"Lazy fault tolerance-a method for dependable distributed systems","authors":"Masahiko Saito, T. Yokoyama, Masaru Shimada","doi":"10.1109/WORDS.1994.518681","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518681","url":null,"abstract":"We present a method called Lazy Fault Tolerance for refining the reliability of distributed systems. Lazy Fault Tolerance uses data redundancy and the data of objects are distributed over computers in accordance with their 'nativity', The data of system management objects, which control the whole system based on the information of each computer, are naturally distributed over all computers. The object will restore its data by gathering all information from all computers in the case of failures. Lazy Fault Tolerance can greatly reduce the performance degradation in the absence of failures, although it takes a longer time to restore the system when a computer fails.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132141269","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A time domain beamformer object oriented analysis and design 面向对象的时域波束形成器分析与设计
Warren H. Axtell
The paper describes the analysis and design of a time domain beamformer, using object modeling techniques, as a subset of a real-time sonar signal processing system. The goal is to illustrate the relationship of portability and reuse to object oriented analysis. This task is part of an initiative to foster the application of fast paced, emerging commercial technology to the development and acquisition of affordable strategic systems at the Naval Undersea Warfare Center (NUWC).
本文介绍了时域波束形成器的分析和设计,利用目标建模技术,作为实时声纳信号处理系统的一个子集。目标是说明可移植性和重用与面向对象分析之间的关系。该任务是海军水下作战中心(NUWC)促进将快节奏、新兴商业技术应用于可负担战略系统开发和采购的计划的一部分。
{"title":"A time domain beamformer object oriented analysis and design","authors":"Warren H. Axtell","doi":"10.1109/WORDS.1994.518665","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518665","url":null,"abstract":"The paper describes the analysis and design of a time domain beamformer, using object modeling techniques, as a subset of a real-time sonar signal processing system. The goal is to illustrate the relationship of portability and reuse to object oriented analysis. This task is part of an initiative to foster the application of fast paced, emerging commercial technology to the development and acquisition of affordable strategic systems at the Naval Undersea Warfare Center (NUWC).","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126465900","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the reliability of dependable soft real-time cooperating systems 论可靠软实时协作系统的可靠性
I. Yen, I. Chen, F. Bastani
We consider real time systems where multiple agents cooperate to jointly achieve the system goal. Further, the quality of the output of each agent has a fuzzy rather than a binary (pass/fail) value. The system model is defined and illustrated using examples from manufacturing and defense systems. Then, the reliability models for various types of service expectations are formulated and applied to a multiple agent coordination system.
我们考虑多个智能体合作共同实现系统目标的实时系统。此外,每个代理的输出质量是模糊的,而不是二元的(通过/失败)值。对系统模型进行了定义,并用制造系统和国防系统的实例进行了说明。然后,建立了不同类型服务期望的可靠性模型,并将其应用于多agent协调系统。
{"title":"On the reliability of dependable soft real-time cooperating systems","authors":"I. Yen, I. Chen, F. Bastani","doi":"10.1109/WORDS.1994.518682","DOIUrl":"https://doi.org/10.1109/WORDS.1994.518682","url":null,"abstract":"We consider real time systems where multiple agents cooperate to jointly achieve the system goal. Further, the quality of the output of each agent has a fuzzy rather than a binary (pass/fail) value. The system model is defined and illustrated using examples from manufacturing and defense systems. Then, the reliability models for various types of service expectations are formulated and applied to a multiple agent coordination system.","PeriodicalId":446347,"journal":{"name":"Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1994-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114345898","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Proceedings of Words '94. The First Workshop on Object-Oriented Real-Time Dependable Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1