Cantitate/Preț
Produs

Real-Time Embedded Systems: Design Principles and Engineering Practices

Autor Xiaocong Fan
en Limba Engleză Paperback – 17 feb 2015
This book integrates new ideas and topics from real time systems, embedded systems, and software engineering to give a complete picture of the whole process of developing software for real-time embedded applications. You will not only gain a thorough understanding of concepts related to microprocessors, interrupts, and system boot process, appreciating the importance of real-time modeling and scheduling, but you will also learn software engineering practices such as model documentation, model analysis, design patterns, and standard conformance.This book is split into four parts to help you learn the key concept of embedded systems; Part one introduces the development process, and includes two chapters on microprocessors and interrupts---fundamental topics for software engineers; Part two is dedicated to modeling techniques for real-time systems; Part three looks at the design of software architectures and Part four covers software implementations, with a focus on POSIX-compliant operating systems.With this book you will learn:The pros and cons of different architectures for embedded systems POSIX real-time extensions, and how to develop POSIX-compliant real time applications How to use real-time UML to document system designs with timing constraintsThe challenges and concepts related to cross-development Multitasking design and inter-task communication techniques (shared memory objects, message queues, pipes, signals)How to use kernel objects (e.g. Semaphores, Mutex, Condition variables) to address resource sharing issues in RTOS applications The philosophy underpinning the notion of "resource manager" and how to implement a virtual file system using a resource manager The key principles of real-time scheduling and several key algorithms

  • Coverage of the latest UML standard (UML 2.4)
  • Over 20 design patterns which represent the best practices for reuse in a wide range of real-time embedded systems
  • Example codes which have been tested in QNX---a real-time operating system widely adopted in industry
Citește tot Restrânge

Preț: 38151 lei

Preț vechi: 59485 lei
-36% Nou

Puncte Express: 572

Preț estimativ în valută:
7301 7584$ 6065£

Carte tipărită la comandă

Livrare economică 27 ianuarie-10 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780128015070
ISBN-10: 0128015071
Pagini: 686
Dimensiuni: 191 x 235 x 32 mm
Greutate: 1.16 kg
Editura: ELSEVIER SCIENCE

Public țintă

Undergraduate and post graduate students; Software engineers, Embedded systems engineers and hobbyists

Cuprins

1. Introduction to Embedded and Real-Time Systems2. Cross-Platform Development3. Microprocessor Primer4. Interrupts5. Embedded System Boot Process6. Fundamental UML Structural Modeling 7. Architecture Modeling in UML 8. Fundamental UML Behavioral Modeling9. Modeling Stateful Behaviors in UML10. Real-Time UML: General Resource Modeling11. Real-Time UML: Model Analysis12. Software Architectures for Real-Time Embedded Systems13. POSIX and RTOS14. Multitasking15. Real-time Scheduling: Clock-Driven Approach6. Real-time Scheduling: Rate-Monotonic Approach17. Real-time Scheduling: Sporadic Server18. Resource Sharing19. Inter-Task Communication: Message Queue20. Inter-Task Communication: Pipe21. Inter-Task Communication: Signaling22. Software Timer Management23. QNX Resource Management

Recenzii

"...does an excellent job of covering the details no one talks about, like ELF/COFF files and link sections (e.g., .bss)...I recommend it...you’ll get some really worthwhile ideas." --Embedded