Understanding Persistent vs. Transient

The words Persistent and Transient appear frequently throughout the documentation for wRTOS Monitor and its related APIs. It is important to understand the meaning of these words in the context of wRTOS monitoring.

In the wRTOS monitoring environment, these concepts typically apply in reference to monitoring event sets and product components.

Persistent vs. Transient Event Sets

Monitor events belong to two distinct sets; the Persistent Event Set and the Transient Event Set:

Persistent vs. Transient Product Components

You can enable/disable event collection for individual wRTOS product components persistently through wRTOS Settings or programmatically, using the APIs referenced below. Depending on the APIs you use, changes to component event collection will either be persistent or transient.

API Description

Real-Time API RT_MONITOR_COMPONENT

An enumeration that represents wRTOS product components that can have their monitoring event generation enabled/disabled transiently.

Managed Code Framework API Subsystem.MonitorComponent Enumeration

An enumeration that represents the product components that can have monitor event generation enabled/disabled transiently or persistently.

Related Topics: