2018-06-22

The Messaging Framework extends the ThreadX messaging queue functionality, and it provides a lightweight event driven mechanism for two or more threads to communicate with each other through exchanging messages. The framework adopts a publish-subscribe scheme, and provides features like message management, message formatting, message priority and synchronous communication between multiple threads. The Project Configurator in the e2 studio ISDE includes the Messaging Configurator tab that allows you to configure the way a thread uses the Messaging Framework. You can use the Messaging tab to either create your own custom event classes, events and subscribers for the Messaging Framework or to customize preconfigured events such as the Touch event used by the Touch Panel Framework. In this video we will talk about event class, events and how to use them in your application.