Skip to Content
Hands-On RTOS with Microcontrollers
book

Hands-On RTOS with Microcontrollers

by Brian Amos
May 2020
Intermediate to advanced
496 pages
13h 54m
English
Packt Publishing
Content preview from Hands-On RTOS with Microcontrollers

Chapter 13

  1. False. Queues create a definitive interface, which decouples components from one another.
  2. False. Any datatype can be placed into a queue.
  3. No, omitting the underlying formatting allows more flexibility for the producers of items to be queued. If the data isn't tied to a specific format, the format can be modified without affecting the queue or the consumer of data coming out of the queue.
  4. Possible answers include the following:
    • A queued item's lifetime doesn't need to be taken into consideration since a copy of it is made. 
    • The queued item's scope doesn't need to be taken into account if it is passed by value into the queue. 
    • If an item is passed by reference, a clear understanding of who owns the item is necessary, as well as ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On RTOS with Microcontrollers - Second Edition

Hands-On RTOS with Microcontrollers - Second Edition

Jim Yuill, Penn Linder

Publisher Resources

ISBN: 9781838826734Supplemental Content