Embedded Online Conference 2024: Introduction to the Data Model Pattern
A quick post to provide a link to a video talk I presented at the 2024 Embedded Online Conference this […]
A quick post to provide a link to a video talk I presented at the 2024 Embedded Online Conference this […]
The Data Model architecture pattern consists of all the model point instances in the application, and it is the canonical […]
This post provides in-depth details about the Data Model’s change notification mechanism and semantics as implemented by the CPL C++ […]
The Data Model example project is an introduction to using the CPL C++ Class library’s Data Model framework. A brief […]
The Data Model architecture is used to design highly decoupled code. It allows for the exchange of data between modules […]