Class RxAsyncDataHelper.AnalysisRequest
-
- All Implemented Interfaces:
public class RxAsyncDataHelper.AnalysisRequest
-
-
Constructor Summary
Constructors Constructor Description RxAsyncDataHelper.AnalysisRequest(String identifier, Array<byte> hexDataComputed, RfDurations computedRfDurations, int nbGlitchsDetected)
RxAsyncDataHelper.AnalysisRequest(String identifier, RfDurationsList srcRfDurationsList)
-
Method Summary
Modifier and Type Method Description Array<byte>
getHexDataComputed()
void
setHexDataComputed(Array<byte> hexDataComputed)
void
setResult(@NonNull() RxAsyncDataHelper.AnalysisResult result)
String
getIdentifier()
RfDurationsList
getSrcDurationsList()
RfDurations
getComputedRfDurations()
int
getNbGlitchsDetected()
-
-
Constructor Detail
-
RxAsyncDataHelper.AnalysisRequest
RxAsyncDataHelper.AnalysisRequest(String identifier, Array<byte> hexDataComputed, RfDurations computedRfDurations, int nbGlitchsDetected)
- Parameters:
identifier
- id of the requesthexDataComputed
- hex data computed from computedRfDurationscomputedRfDurations
- pulses after filtering.nbGlitchsDetected
- nb glitches found for that analysis.
-
RxAsyncDataHelper.AnalysisRequest
RxAsyncDataHelper.AnalysisRequest(String identifier, RfDurationsList srcRfDurationsList)
-
-
Method Detail
-
getHexDataComputed
@NonNull() Array<byte> getHexDataComputed()
-
setHexDataComputed
void setHexDataComputed(Array<byte> hexDataComputed)
-
setResult
void setResult(@NonNull() RxAsyncDataHelper.AnalysisResult result)
-
getIdentifier
String getIdentifier()
-
getSrcDurationsList
RfDurationsList getSrcDurationsList()
-
getComputedRfDurations
@Nullable() RfDurations getComputedRfDurations()
-
getNbGlitchsDetected
int getNbGlitchsDetected()
-
-
-
-