Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | ReportVarName | = | '' | ||
character(len=MaxNameLength), | public | :: | ReportVarUnits | = | '' | ||
integer, | public | :: | ResourceType | = | 0 | ||
character(len=MaxNameLength), | public | :: | EndUse | = | '' | ||
integer, | public | :: | EndUse_CompMode | = | 0 | ||
character(len=MaxNameLength), | public | :: | Group | = | '' | ||
integer, | public | :: | ReportVarIndex | = | 0 | ||
integer, | public | :: | ReportVarIndexType | = | 0 | ||
integer, | public | :: | ReportVarType | = | 0 | ||
real(kind=r64), | public | :: | CurMeterReading | = | 0.0d0 |
TYPE EquipMeterData
CHARACTER(len=MaxNameLength) :: ReportVarName =''
CHARACTER(len=MaxNameLength) :: ReportVarUnits =''
INTEGER :: ResourceType =0
CHARACTER(len=MaxNameLength) :: EndUse =''
INTEGER :: EndUse_CompMode =0
CHARACTER(len=MaxNameLength) :: Group =''
INTEGER :: ReportVarIndex =0
INTEGER :: ReportVarIndexType =0
INTEGER :: ReportVarType =0
REAL(r64) :: CurMeterReading =0.0d0
END TYPE EquipMeterData