![]() |
Event Recorder
Version 1.0.0
MDK Debugger Views for Status and Event Information
|
Is the enclosing element for defining objects that get output in the Component Viewer.
Parent Element | Element Chain | ||
---|---|---|---|
component_viewer | /component_viewer element | ||
Child Element | Description | Type | Occurrence |
object | Define objects that for the output. | ObjectType | 1..* |
Define variables, calculations, and the viewer output for a software component.
Example:
Parent Element | Element Chain | ||
---|---|---|---|
objects | /component_viewer/objects element | ||
Attributes | Description | Type | Use |
name | Name of the object | xs:string | required |
Child Element | Description | Type | Occurrence |
list | Iterate a list (loop). | ListTypeO | 0..* |
readlist | Read complex variables, arrays, or linked lists. | ReadlistType | 0..* |
read | Read scalar variables or arrays from target system. | ReadType | 0..* |
addr | Read an address from target system. Has the same attributes as read. | ReadType | 0..* |
var | Define temporary variables. | VarType | 0..* |
calc | Calculate temporary variables. | CalcType | 0..* |
out | Generate output for this object. | OutType | 0..* |