Lists all kernel objects of a certain kernel type. Each kernel object is described by its attributes.
| Option | Description |
|---|---|
| Background Color | |
| White | Indicates static attributes like strings or constant C type or enum values; default. |
| Blue | Indicates dynamic attributes that need to be computed through C formulas or expressions; they are marked this way in order to distinguish them from static attributes. |
| Yellow | Indicates dynamic attributes to denote a value change. |
| Black | Indicates the table cursor or which cell is currently selected. |
| Foreground color | |
| Black | Indicates default text color |
| Red | Indicates an error or a value inconsistency. |
| Icons | Signifies the attribute type (Enum, String or C type) and the cells can a warning icon which indicates a possible error or an invalid value; table columns are appended with an image. For attribute SERVICETRACE the special step in and step out icons are used to indicate that the task has entered or left a service routine procedure. |
| Cell context menu | Contains options that change the attribute value representation and update commands. The first options are available only for integer attributes (not a String attribute) and they affect the attribute representation globally. This means that the change is saved into the model and all views will show that attribute consistently. A subgroup (Show label, Show value, Show label and value) of these options treat only enum attributes and handle label-value show. The other subgroup controls the base number representation (Binary, Octal, Decimal, Hex). The options from update group are: Toggle update which bypass the renew policies set to attribute column or row and Update which refreshes unconditionally the attribute's value direct from the target and not from model's. |