Overview
C API (Component Interface)
struct ComponentData { const char* name; ComponentTime* time; };

This structure holds data about a component.

Fields

const char* name
The component name (SystemML Absolute Identifier).
ComponentTime* time
The component time structure.