Updated: October 28, 2024 |
Getting Started with QNX Neutrino: A Guide for Realtime Programmers is intended to introduce you to the QNX Neutrino RTOS and help you develop applications and resource managers for it.
The following table may help you find information quickly:
To find out about: | Go to: |
---|---|
Using processes and threads | Processes and Threads |
Sending, receiving, and replying to messages | Message Passing |
Working with times and timers | Clocks, Timers, and Getting a Kick Every So Often |
Interrupts | Interrupts |
Writing resource managers | Resource Managers |
Full source code for the examples | Sample Programs |
Terms used in QNX docs | Glossary |
This book is suitable for anyone wishing to gain a good fundamental understanding of the key features of the QNX Neutrino RTOS and how it works. Readers with a modest computer background should still get a lot out of the book (although the discussion in each chapter gets more and more technical as the chapter progresses). Even diehard hackers should find some interesting twists, especially with the two fundamental features of QNX Neutrino, the message-passing nature of the operating system and the way device drivers are structured.
I've tried to explain things in an easy-to-read conversational style, anticipating some of the common questions that come up and answering them with examples and diagrams. Because a complete understanding of the C language isn't required, but is definitely an asset, there are quite a few code samples sprinkled throughout.
This book introduces you to what the QNX Neutrino RTOS is and how it functions. It contains chapters covering process states, threads, scheduling policies, message passing, operating system modularity, and so on. If you've never used QNX Neutrino before, but are familiar with realtime operating systems, then you'll want to pay particular attention to the chapters on message passing and resource managers, since these are concepts fundamental to QNX Neutrino.
Scheduling and the real world discusses how threads are scheduled on a running system, and what sorts of things can cause a running thread to be rescheduled.