You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returntime.DataLogValues.Where(dlv =>dlv.DeviceElementIdRef==deviceElementHierarchy.DeviceElement.DeviceElementId||//DLV DET reference matches the primary DET for the ADAPT element
48
+
deviceElementHierarchy.MergedElements.Any(e =>e.DeviceElementId==dlv.DeviceElementIdRef))//DLV DET reference matches one of the merged DETs on the ADAPT element
49
+
.ToList();
50
+
}
51
+
43
52
publicList<WorkingData>Map(ISOTimetime,
44
53
IEnumerable<ISOSpatialRow>isoSpatialRows,
45
54
DeviceElementUsedeviceElementUse,
@@ -73,7 +82,7 @@ public List<WorkingData> Map(ISOTime time,
73
82
isoDeviceElementHierarchy);
74
83
if(newWorkingDatas.Count()>0)
75
84
{
76
-
intddi=dlv.ProcessDataDDI.AsInt32DDI();
85
+
intddi=dlv.ProcessDataIntDDI;
77
86
if(!EnumeratedMeterFactory.IsCondensedMeter(ddi))
78
87
{
79
88
//We skip adding Condensed WorkingDatas to this DeviceElementUse since they were added separately below to their specific DeviceElementUse
0 commit comments