#include <ivstunits.h>
Public Attributes | |
| UnitID | id |
| unit identifier | |
| UnitID | parentUnitId |
| identifier of parent unit (kNoParentUnitId: does not apply, this unit is the root) | |
| String128 | name |
| name, optional for the root component, required otherwise | |
| ProgramListID | programListId |
| id of program list used in unit (kNoProgramListId = no programs used in this unit) | |
Definition at line 60 of file ivstunits.h.
name, optional for the root component, required otherwise
Definition at line 64 of file ivstunits.h.
identifier of parent unit (kNoParentUnitId: does not apply, this unit is the root)
Definition at line 63 of file ivstunits.h.
id of program list used in unit (kNoProgramListId = no programs used in this unit)
Definition at line 65 of file ivstunits.h.