| Package | Description |
|---|---|
| org.harctoolbox.analyze | |
| org.harctoolbox.irp | |
| org.harctoolbox.lirc |
| Modifier and Type | Method and Description |
|---|---|
Protocol[] |
AbstractDecoder.parse() |
Protocol[] |
AbstractDecoder.parse(boolean signalMode) |
(package private) Protocol |
AbstractDecoder.parse(int number,
boolean signalMode) |
Protocol |
Analyzer.searchBestProtocol(List<AbstractDecoder> decoders,
int number) |
static Protocol |
Analyzer.selectBestProtocol(List<Protocol> protocols) |
| Modifier and Type | Method and Description |
|---|---|
List<List<Protocol>> |
Analyzer.searchAllProtocols(Analyzer.AnalyzerParams params,
String decoderPattern,
boolean regexp) |
List<Protocol> |
Analyzer.searchBestProtocol(Analyzer.AnalyzerParams analyzerParams) |
List<Protocol> |
Analyzer.searchBestProtocol(Analyzer.AnalyzerParams params,
String decoderPattern,
boolean regexp) |
List<Protocol> |
Analyzer.searchProtocols(List<AbstractDecoder> decoders,
int number) |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Analyzer.selectBestProtocol(List<Protocol> protocols) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedProtocol
This class extends the Protocol class
Protocol class with a few more
properties, in particular a name. |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
IrpDatabase.getProtocol(String protocolName) |
Protocol |
IrpDatabase.getProtocolExpandAlias(String protocolName) |
Protocol |
Protocol.normalForm(IrSignal.Pass pass) |
Protocol |
Protocol.normalFormProtocol() |
Protocol |
Protocol.substituteConstantVariables()
Returns a Protocol with all of the variables which are constant
literals in the Definitions replaced by their values.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
ProtocolListDomFactory.protocolListToDom(Analyzer analyzer,
List<Protocol> protocols,
String[] names,
int radix) |
static Map<String,BitCounter> |
BitCounter.scrutinizeProtocols(Iterable<Protocol> protocols) |
| Constructor and Description |
|---|
DuplicateFinder(Iterable<Protocol> protocols,
Map<String,BitCounter> bitUsage)
Constructor
|
DuplicateFinder(String varName,
Iterable<Protocol> protocols) |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
LircIrp.toProtocol(LircRemote lircRemote) |
Copyright © 2019. All rights reserved.