Uses of Class
org.harctoolbox.irp.IrpInvalidArgumentException
-
Uses of IrpInvalidArgumentException in org.harctoolbox.cmdline
Modifier and TypeMethodDescriptionvoid
CommandCode.code
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) void
CommandList.list
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) void
CommandRender.render
(PrintStream printStream, IrpDatabase irpDatabase, CommandCommonOptions commonOptions) -
Uses of IrpInvalidArgumentException in org.harctoolbox.irp
Modifier and TypeMethodDescriptiondouble
Duration.evaluate
(GeneralSpec generalSpec, NameEngine nameEngine) double
Duration.evaluate
(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) double
Extent.evaluate
(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) protected abstract Duration
Duration.evaluatedDuration
(GeneralSpec generalSpec, NameEngine nameEngine) Deliver an "evaluated" Duration (variables resolved) of the same subclass.protected Extent
Extent.evaluatedDuration
(GeneralSpec generalSpec, NameEngine nameEngine) protected Flash
Flash.evaluatedDuration
(GeneralSpec generalSpec, NameEngine nameEngine) protected Gap
Gap.evaluatedDuration
(GeneralSpec generalSpec, NameEngine nameEngine) abstract double
Duration.evaluateWithSign
(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) double
Extent.evaluateWithSign
(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) double
Flash.evaluateWithSign
(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) double
Gap.evaluateWithSign
(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) void
CodeGenerator.generate
(Collection<String> protocolNames, IrpDatabase irpDatabase, File directory, boolean inspect, Map<String, String> parameters, Double absoluteTolerance, Double relativeTolerance, Double frequencyTolerance, String tool, String toolVersion, String commandLine) void
CodeGenerator.generate
(Collection<String> protocolNames, IrpDatabase irpDatabase, PrintStream out, boolean inspect, Map<String, String> parameters, Double absoluteTolerance, Double relativeTolerance, Double frequencyTolerance, String tool, String toolVersion, String commandLine) IrpDatabase.getNamedProtocol
(String protocolName) IrpDatabase.getNamedProtocolExpandAlias
(String protocolName) IrpDatabase.getNonRecycledProtocol
(String protocolName) Returns a Protocol with the prescribed name.IrpDatabase.getNormalFormIrp
(String protocolName, int radix) IrpDatabase.getProtocol
(String protocolName) Returns a Protocol with the prescribed name.IrpDatabase.getProtocolExpandAlias
(String protocolName) final boolean
Duration.isEmpty
(NameEngine nameEngine) boolean
IrStreamItem.isEmpty
(NameEngine nameEngine) NamedProtocol.preferredOvers
(IrpDatabase irpDatabase) NamedProtocol.preferredOvers
(IrpDatabase irpDatabase, int level) NamedProtocol.render
(NameEngine nameEngine) double
Duration.toFloat
(GeneralSpec generalSpec, NameEngine nameEngine) double
Floatable.toFloat
(GeneralSpec generalSpec, NameEngine nameEngine) Produces a floating result.double
NameOrNumber.toFloat
(GeneralSpec generalSpec, NameEngine nameEngine) Protocol.toIrSignal
(Map<String, Long> params) Protocol.toIrSignal
(NameEngine nameEngine) Renders the protocol.Protocol.toModulatedIrSequence
(NameEngine nameEngine, IrSignal.Pass pass) Renders the protocol, but only for the pass given as second argument.ModifierConstructorDescriptionGeneralSpec
(String str) NamedProtocol
(String name, String irp, DocumentFragment documentation) NamedProtocol
(String name, String irp, DocumentFragment htmlDocumentation, String frequencyTolerance, String frequencyLower, String frequencyUpper, String absoluteTolerance, String relativeTolerance, String minimumLeadout, String decodable, String rejectRepeatless, List<String> preferOver, Map<String, List<String>> map) Parses the string given as argument and constructs a Protocol.Protocol
(IrpParser.ProtocolContext parseTree)