Message Handling in Embedded - A Declarative, Modern C++ Approach
Offered By: CppNow via YouTube
Course Description
Overview
Explore a declarative approach to message handling in embedded systems using modern C++ techniques in this conference talk from CppNow 2022. Dive into common challenges of embedded systems, including asynchronous message parsing, bit mapping fields, filtering, and dispatching to handlers. Learn how to build a flexible C++17 library for efficient message handling, applicable to both deeply embedded devices and bit-field aggregated message formats. Examine basic idioms, language gotchas, and performance considerations while developing a solution sensitive to small footprint embedded targets. Gain insights into declarative programming techniques useful for library development and embedded systems design.
Syllabus
Message Handling in Embedded: a Declarative, Modern C++ Approach - Michael Caisse - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube