C# 클래스 AgGateway.ADAPT.ISOv4Plugin.ImportMappers.LogMappers.CondensedStateMeterCreator

상속: IEnumeratedMeterCreator
파일 보기 프로젝트 열기: ADAPT/ISOv4Plugin

공개 메소드들

메소드 설명
CreateMeters ( IEnumerable spatialRows ) : List
GetMetersValue ( List meters, AgGateway.ADAPT.ApplicationDataModel.LoggedData.SpatialRecord spatialRecord ) : UInt32
GetValueForMeter ( SpatialValue value, AgGateway.ADAPT.ApplicationDataModel.LoggedData.EnumeratedWorkingData meter ) : AgGateway.ADAPT.ApplicationDataModel.Representations.EnumeratedValue

비공개 메소드들

메소드 설명
GetNumberOfInstalledSections ( SpatialValue spatialValue ) : int
GetSectionValue ( uint value, int section ) : uint

메소드 상세

CreateMeters() 공개 메소드

public CreateMeters ( IEnumerable spatialRows ) : List
spatialRows IEnumerable
리턴 List

GetMetersValue() 공개 추상적인 메소드

public abstract GetMetersValue ( List meters, AgGateway.ADAPT.ApplicationDataModel.LoggedData.SpatialRecord spatialRecord ) : UInt32
meters List
spatialRecord AgGateway.ADAPT.ApplicationDataModel.LoggedData.SpatialRecord
리턴 System.UInt32

GetValueForMeter() 공개 메소드

public GetValueForMeter ( SpatialValue value, AgGateway.ADAPT.ApplicationDataModel.LoggedData.EnumeratedWorkingData meter ) : AgGateway.ADAPT.ApplicationDataModel.Representations.EnumeratedValue
value SpatialValue
meter AgGateway.ADAPT.ApplicationDataModel.LoggedData.EnumeratedWorkingData
리턴 AgGateway.ADAPT.ApplicationDataModel.Representations.EnumeratedValue