Тёмный
No video :(

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

CppNow
Подписаться 31 тыс.
Просмотров 9 тыс.
50% 1

Slides: github.com/boo...
CppNow Website: 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 bashfilms.com/
RU-vid Channel Managed By Digital Medium Ltd: events.digital...
#Boost​ #Cpp​ #CppNow​

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 6   
Далее
Woman = best friend🤣
00:31
Просмотров 2,1 млн
C++ Should Be C++ - David Sankel - C++Now 2024
1:28:49
Просмотров 14 тыс.
C++ for Embedded Development
52:28
Просмотров 105 тыс.