Class PmdDataFrame
-
- All Implemented Interfaces:
public final class PmdDataFrame
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPmdDataFrame.PmdDataFrameType
-
Field Summary
Fields Modifier and Type Field Description private final PmdMeasurementTypemeasurementTypeprivate final ULongtimeStampprivate final PmdDataFrame.PmdDataFrameTypeframeTypeprivate final BooleanisCompressedFrameprivate final ByteArraydataContentprivate final ULongpreviousTimeStampprivate final Floatfactorprivate final IntegersampleRate
-
Constructor Summary
Constructors Constructor Description PmdDataFrame(ByteArray data, Function2<PmdMeasurementType, PmdDataFrame.PmdDataFrameType, ULong> getPreviousTimeStamp, Function1<PmdMeasurementType, Float> getFactor, Function1<PmdMeasurementType, Integer> getSampleRate)
-
Method Summary
Modifier and Type Method Description final PmdMeasurementTypegetMeasurementType()final ULonggetTimeStamp()final PmdDataFrame.PmdDataFrameTypegetFrameType()final BooleanisCompressedFrame()final ByteArraygetDataContent()final ULonggetPreviousTimeStamp()final FloatgetFactor()final IntegergetSampleRate()-
-
Constructor Detail
-
PmdDataFrame
PmdDataFrame(ByteArray data, Function2<PmdMeasurementType, PmdDataFrame.PmdDataFrameType, ULong> getPreviousTimeStamp, Function1<PmdMeasurementType, Float> getFactor, Function1<PmdMeasurementType, Integer> getSampleRate)
-
-
Method Detail
-
getMeasurementType
final PmdMeasurementType getMeasurementType()
-
getTimeStamp
final ULong getTimeStamp()
-
getFrameType
final PmdDataFrame.PmdDataFrameType getFrameType()
-
isCompressedFrame
final Boolean isCompressedFrame()
-
getDataContent
final ByteArray getDataContent()
-
getPreviousTimeStamp
final ULong getPreviousTimeStamp()
-
getSampleRate
final Integer getSampleRate()
-
-
-
-