| Package | Description |
|---|---|
| org.harctoolbox.analyze | |
| org.harctoolbox.irp |
| Modifier and Type | Method and Description |
|---|---|
BitDirection |
Analyzer.AnalyzerParams.getBitDirection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDecoder.saveParameter(AbstractDecoder.ParameterData parameterData,
List<IrStreamItem> items,
BitDirection bitDirection) |
protected void |
AbstractDecoder.saveParameter(AbstractDecoder.ParameterData parameterData,
List<IrStreamItem> items,
BitDirection bitDirection,
boolean complement) |
protected void |
AbstractDecoder.saveParameter(BitSpec bitSpec,
AbstractDecoder.ParameterData parameterData,
List<IrStreamItem> items,
BitDirection bitDirection,
boolean complement) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
static BitDirection |
GeneralSpec.DEFAULT_BITDIRECTION |
| Modifier and Type | Method and Description |
|---|---|
BitDirection |
GeneralSpec.getBitDirection() |
BitDirection |
Protocol.getBitDirection() |
static BitDirection |
BitDirection.newBitDirection(boolean reverse) |
static BitDirection |
BitDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitDirection[] |
BitDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GeneralSpec(BitDirection bitDirection,
Double unit,
Double frequency) |
GeneralSpec(BitDirection bitDirection,
Double unit,
Double frequency,
Double dutyCycle)
This constructor is intended for debugging and testing only.
|
Copyright © 2019. All rights reserved.