| Modifier and Type | Class and Description |
|---|---|
static class |
Analyzer.AnalyzerParams.TooFewParameterNamesException |
| Constructor and Description |
|---|
AnalyzerParams() |
AnalyzerParams(Double frequency,
String timeBaseString,
BitDirection bitDirection,
boolean useExtents,
List<Integer> parameterWidths,
boolean invert) |
AnalyzerParams(Double frequency,
String timeBaseString,
BitDirection bitDirection,
boolean useExtents,
List<Integer> parameterWidths,
int maxParameterWidth,
boolean invert,
Burst.Preferences burstPrefs,
List<String> parameterNames) |
| Modifier and Type | Method and Description |
|---|---|
BitDirection |
getBitDirection() |
(package private) Burst.Preferences |
getBurstPrefs() |
Double |
getFrequency() |
GeneralSpec |
getGeneralSpec(double otherTimebase) |
int |
getMaxParameterWidth() |
int |
getNoBitsLimit(int noPayload) |
Integer |
getParameterWidth(int i) |
Double |
getTimebase() |
boolean |
isInvert() |
boolean |
isPreferPeriods() |
boolean |
isUseExtents() |
(package private) String |
mkName(int n) |
public AnalyzerParams(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, boolean invert)
public AnalyzerParams()
public AnalyzerParams(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, int maxParameterWidth, boolean invert, Burst.Preferences burstPrefs, List<String> parameterNames)
frequency - timeBaseString - bitDirection - useExtents - parameterWidths - maxParameterWidth - invert - burstPrefs - parameterNames - List of narameter names to used; must consist of valid Name-s.Burst.Preferences getBurstPrefs()
public int getNoBitsLimit(int noPayload)
public BitDirection getBitDirection()
public boolean isUseExtents()
public Integer getParameterWidth(int i)
i - public int getMaxParameterWidth()
public Double getFrequency()
public Double getTimebase()
public boolean isPreferPeriods()
public GeneralSpec getGeneralSpec(double otherTimebase)
public boolean isInvert()
String mkName(int n)
Copyright © 2020. All rights reserved.