Variable Monitoring with Declarative Interfaces - Nikolaj Fogh - Meeting C++ 2023
Description:
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Grab it
Explore a signal monitoring framework for industrial control systems using a declarative API in this 47-minute conference talk from Meeting C++ 2023. Learn how to overcome the scalability challenges of monitoring hundreds of signals by implementing an intuitive and extensible solution. Discover the advantages of using a builder pattern to create an almost natural language syntax for setting up monitoring tasks. Gain insights into the framework's design, which addresses the limitations of ad-hoc and object-oriented inheritance-based approaches. Access the open-source implementation on GitHub and get inspired to apply similar techniques to other problem domains in your software development projects.
Variable Monitoring with Declarative Interfaces - Lecture