| Package | Description |
|---|---|
| org.harctoolbox.irp |
| Modifier and Type | Method and Description |
|---|---|
Decoder.Decode |
Decoder.TrunkDecodeTree.getTrunk() |
Decoder.Decode |
Protocol.recognize(ModulatedIrSequence irSequence,
boolean rejectNoRepeats,
boolean strict) |
Decoder.Decode |
Protocol.recognize(ModulatedIrSequence irSequence,
int beginPos,
boolean rejectNoRepeats,
Decoder.DecoderParameters params)
Tries to match the ModulatedIrSequence in the argument, if match, return the matching parameters.
|
Decoder.Decode |
NamedProtocol.recognize(ModulatedIrSequence irSequence,
int beginPos,
Decoder.DecoderParameters params)
Tries to match the ModulatedIrSequence in the argument, if match, return the matching parameters.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) List<Decoder.Decode> |
Decoder.SimpleDecodesSet.sortedValues() |
List<Decoder.Decode> |
Decoder.DecodeTree.toList()
Creates a List of the Trunks of a DecodeTree.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Decoder.Decode.compareTo(Decoder.Decode other) |
boolean |
NameEngine.numericallyEquals(Decoder.Decode other) |
| Constructor and Description |
|---|
Decode(NamedProtocol namedProtocol,
Decoder.Decode decode) |
| Constructor and Description |
|---|
SimpleDecodesSet(List<Decoder.Decode> list) |
Copyright © 2019. All rights reserved.