Home > On-Demand Archives > Talks >
Introduction to the Data Model Architecture for Embedded Systems
John Taylor - Watch Now - EOC 2024 - Duration: 33:19
The Data Model architecture is used to design highly decoupled code. It allows for the exchange of data between modules with neither modules having dependencies on each other.
Outline of topics:
- Introduction
- Why do I care about dependencies?
- The Basics
- Simplified Testing
- Example
- Change Notifications
- Additional Features
- Does and Don'ts
- Data Model vs. Global Variables
Thanks for the great presentation. This is a very interesting architecture and I'm going to investigate it further for use in future proejcts.
Thanks for the presentation. The valid / invalid attribute of a model point looks like it could be implemented using std::optional
Thank you, John.