Uses of Class
org.harctoolbox.irp.Protocol
-
Uses of Protocol in org.harctoolbox.analyze
Modifier and TypeMethodDescriptionProtocol[]
AbstractDecoder.parse()
Protocol[]
AbstractDecoder.parse
(boolean signalMode) Analyzer.searchBestProtocol
(List<AbstractDecoder> decoders, int number) static Protocol
Analyzer.selectBestProtocol
(List<Protocol> protocols) Modifier and TypeMethodDescriptionAnalyzer.searchAllProtocols
(Analyzer.AnalyzerParams params, String decoderPattern, boolean regexp) Analyzer.searchBestProtocol
(Analyzer.AnalyzerParams analyzerParams) Analyzer.searchBestProtocol
(Analyzer.AnalyzerParams params, String decoderPattern, boolean regexp) Analyzer.searchProtocols
(List<AbstractDecoder> decoders, int number) Modifier and TypeMethodDescriptionstatic Protocol
Analyzer.selectBestProtocol
(List<Protocol> protocols) -
Uses of Protocol in org.harctoolbox.irp
Modifier and TypeClassDescriptionfinal class
This class extends the Protocol classProtocol
class with a few more properties, in particular a name.Modifier and TypeMethodDescriptionIrpDatabase.getNonRecycledProtocol
(String protocolName) Returns a Protocol with the prescribed name.IrpDatabase.getProtocol
(String protocolName) Returns a Protocol with the prescribed name.IrpDatabase.getProtocolExpandAlias
(String protocolName) Protocol.normalForm
(IrSignal.Pass pass) Protocol.normalFormProtocol()
Protocol.substituteConstantVariables()
Returns a Protocol with all of the variables which are constant literals in the Definitions replaced by their values.Modifier and TypeMethodDescriptionstatic Document
ProtocolListDomFactory.protocolListToDom
(Analyzer analyzer, List<Protocol> protocols, List<String> names, int radix, boolean fat) static Map<String,
BitCounter> BitCounter.scrutinizeProtocols
(Iterable<Protocol> protocols) ModifierConstructorDescriptionDuplicateFinder
(Iterable<Protocol> protocols, Map<String, BitCounter> bitUsage) ConstructorDuplicateFinder
(String varName, Iterable<Protocol> protocols) -
Uses of Protocol in org.harctoolbox.lirc