Home > On-Demand Archives > Talks >

Introduction to the Data Model Architecture for Embedded Systems

John Taylor - Watch Now - Duration: 33:19

Introduction to the Data Model Architecture for Embedded Systems
John Taylor

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
M↓ MARKDOWN HELP
italicssurround text with
*asterisks*
boldsurround text with
**two asterisks**
hyperlink
[hyperlink](https://example.com)
or just a bare URL
code
surround text with
`backticks`
strikethroughsurround text with
~~two tilde characters~~
quote
prefix with
>

Nathan3
Score: 1 | 7 hours ago | no reply

Thanks for the presentation. The valid / invalid attribute of a model point looks like it could be implemented using std::optional in C++ that Ben Saks presented in its workshop.

OUR SPONSORS

OUR PARTNERS