![]() |
Event Recorder
Version 1.0.0
MDK Debugger Views for Status and Event Information
|
Is the enclosing element for type definitions.
Example:
Parent Element | Element Chain | ||
---|---|---|---|
component_viewer | /component_viewer element | ||
Child Element | Description | Type | Occurrence |
typedef | Define types. | TypedefType | 1..* |
Define complex data types that are used in <readlist> and <event> elements.
Example:
Parent Element | Element Chain | ||
---|---|---|---|
typedefs | /component_viewer/typedefs element | ||
Attributes | Description | Type | Use |
name | Define the name of a data type. This name is used in readlist element. | xs:anySimpleType | required |
size | Size to read in target memory in [Bytes]. You can enter Expressions to calculate the size or use Built-in Functions. | xs:anySimpleType | optional |
const | Value for a constant variable. Default value is 0. You can enter Expressions and use Built-in Functions. | xs:anySimpleType | optional |
info | Descriptive text with additional information (comment). | xs:anySimpleType | optional |
Child Element | Description | Type | Occurrence |
member | Name of a member variable in target memory. | MemberType | 0..* |
var | Temporary variables for local calculations in component viewer. | VarType | 0..* |