Uses of Class
org.harctoolbox.irp.Protocol
Packages that use Protocol
-
Uses of Protocol in org.harctoolbox.analyze
Methods in org.harctoolbox.analyze that return ProtocolModifier and TypeMethodDescriptionProtocol[]
AbstractDecoder.parse()
Protocol[]
AbstractDecoder.parse
(boolean signalMode) Analyzer.searchBestProtocol
(List<AbstractDecoder> decoders, int number) static Protocol
Analyzer.selectBestProtocol
(List<Protocol> protocols) Methods in org.harctoolbox.analyze that return types with arguments of type ProtocolModifier 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) Method parameters in org.harctoolbox.analyze with type arguments of type ProtocolModifier and TypeMethodDescriptionstatic Protocol
Analyzer.selectBestProtocol
(List<Protocol> protocols) -
Uses of Protocol in org.harctoolbox.irp
Subclasses of Protocol in org.harctoolbox.irpModifier and TypeClassDescriptionfinal class
This class extends the Protocol classProtocol
class with a few more properties, in particular a name.Methods in org.harctoolbox.irp that return ProtocolModifier 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.Method parameters in org.harctoolbox.irp with type arguments of type ProtocolModifier 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) Constructor parameters in org.harctoolbox.irp with type arguments of type ProtocolModifierConstructorDescriptionDuplicateFinder
(Iterable<Protocol> protocols, Map<String, BitCounter> bitUsage) ConstructorDuplicateFinder
(String varName, Iterable<Protocol> protocols) -
Uses of Protocol in org.harctoolbox.lirc
Methods in org.harctoolbox.lirc that return Protocol