Event Recorder  Version 1.0.0
MDK Debugger Views for Status and Event Information
 All Files Functions Macros Groups Pages
/component_viewer/objects element

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..*

 


/component_viewer/objects/object

Define variables, calculations, and the viewer output for a software component.

Example:

<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<objects>
<object name="MyFirstObject">
...
</object>
</objects>
</component_viewer>

 

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..*