Event Recorder  Version 1.0.0
MDK Debugger Views for Status and Event Information
 All Files Functions Macros Groups Pages
SCVD Format

The SCVD (Software Component View Description) files are formatted in XML and based on the schema file Component_Viewer.xsd. The schema file Component_Viewer.xsd is part of the Keil MDK installation and available in the folder ..\UV4.

The schema format can be validated as described in SCVD Validation, Usage, Delivery.

The language is described through the following elements:

SCVD Schema

The XML schema file Component_Viewer.xsd defines the sections used in a *.SCVD file.

The SCVD Format is structured using grouping elements and contains the following top level elements:

  • <component_viewer> — the root element enclosing all other elements
  • <component> — defines the component for which the viewer is created
  • <typedefs> — definitions for data types and structures of the software component.
  • <objects> — enclosing element defining the data collection and the output for Software Component objects.
  • <events> — enclosing element defining the output for events (system and thread information)

Example of an SCVD File

This example of an SCVD file explains the sections that are part of of this description.

SCVDExample.png
Example of an SCVD File