Message Handling in Embedded: a Declarative, Modern C++ Approach - Michael Caisse - CppNow 2022

Описание к видео Message Handling in Embedded: a Declarative, Modern C++ Approach - Michael Caisse - CppNow 2022

Slides: https://github.com/boostcon
CppNow Website: https://www.cppnow.org​
CppNow Twitter: @CppNow​
---

Message Handling in Embedded: a Declarative, Modern C++ Approach - Michael Caisse - CppNow 2022

A common characteristic of embedded systems is that they have a broad interface surface interacting with many distinct devices. Often the interfaces support a message passing protocol. This is true at the device to device level with implementations on I2C, SPI, and CAN as well as deeply embedded systems communicating within a chip package.

Messages usually arrive asynchronously and need to be efficiently parsed. Often the structure and semantics of a message packet depend on the value of a series of bits within the message. In event driven designs, messages are filtered and routed to proper handlers.

This talk will dive into a declarative approach to solving common problems with message handling: bit mapping fields, filtering, and dispatching to handlers. The solution is sensitive to small footprint embedded targets yet fairly flexible.

We will build up the basic idioms employed in the solution, look at some language gotchas and options, and end our spelunking with a performance critique. While the application is for a deeply embedded device, the message handling is applicable to bit-field aggregated message formats and the techniques are useful in declarative libraries. I hope you will join me as we explore this C++17 library.
---

Michael Caisse
---

Videos Filmed & Edited By Bash Films https://bashfilms.com/
YouTube Channel Managed By Digital Medium Ltd: https://events.digital-medium.co.uk

#Boost​ #Cpp​ #CppNow​

Комментарии

Информация по комментариям в разработке