buchspektrum Internet-Buchhandlung

Neuerscheinungen 2014

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Abdoulaye Gamatié

Designing Embedded Systems with the SIGNAL Programming Language


Synchronous, Reactive Specification
2010. 2014. xxiii, 259 S. 7 Tabellen. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; SPRINGER NEW YORK; SPRINGER 2014
ISBN: 1-489-98512-3 (1489985123)
Neue ISBN: 978-1-489-98512-5 (9781489985125)

Preis und Lieferzeit: Bitte klicken


This book describes synchronous programming for the design of safety-critical embedded systems such as automotive, nuclear power plants, and multimedia. The programming language used is SIGNAL, and the techniques presented promote the use of formal concepts.
I am very pleased to play even a small part in the publication of this book on the SIGNAL language and its environment POLYCHRONY. I am sure it will be a s- ni?cant milestone in the development of the SIGNAL language, of synchronous computing in general, and of the data?ow approach to computation. In data?ow, the computation takes place in a producer-consumer network of - dependent processing stations. Data travels in streams and is transformed as these streams pass through the processing stations (often called ?lters). Data?ow is an attractive model for many reasons, not least because it corresponds to the way p- duction,transportation,andcommunicationare typicallyorganizedin the real world (outside cyberspace). I myself stumbled into data?ow almost against my will. In the mid-1970s, Ed Ashcroft and I set out to design a "super" structured programming language that, we hoped, would radically simplify proving assertions about programs. In the end, we decided that it had to be declarative. However, we also were determined that iterative algorithms could be expressed directly, without circumlocutions such as the use of a tail-recursive function. The language that resulted, which we named LUCID, was much less traditional then we would have liked. LUCID statements are equations in a kind of executable temporallogic thatspecifythe (time)sequencesof variablesinvolvedin aniteration.
Real-time and synchronous programming.- Generalities on Real-Time Programming.- Synchronous Programming: Overview.- Elementary concepts and notations of SIGNAL.- Basics: Signals and Relations.- Programming Units: Processes.- Extended Constructs.- Design in P: First Steps.- Formal properties of SIGNAL programs.- Formal Semantics.- Formal Model for Program Analysis.- Compilation of Programs.- Advanced design in SIGNAL.- Advanced Design Concepts.- GALS System Design.- Design Patterns.- A Synchronization Example Design with P.