Uses of Class
org.harctoolbox.irp.IrpDatabase
Packages that use IrpDatabase
-
Uses of IrpDatabase in org.harctoolbox.cmdline
Methods in org.harctoolbox.cmdline that return IrpDatabaseMethods in org.harctoolbox.cmdline with parameters of type IrpDatabaseModifier and TypeMethodDescriptionvoid
CommandCode.code
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) void
CommandDecode.decode
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) void
CommandList.list
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) void
CommandRender.render
(PrintStream printStream, IrpDatabase irpDatabase, CommandCommonOptions commonOptions) void
CommandVersion.version
(PrintStream out, CommandIrpDatabaseOptions commandLineArgs, IrpDatabase irpDatabase) -
Uses of IrpDatabase in org.harctoolbox.irp
Methods in org.harctoolbox.irp that return IrpDatabaseModifier and TypeMethodDescriptionstatic IrpDatabase
IrpDatabase.newDefaultIrpDatabase()
static IrpDatabase
static IrpDatabase
IrpDatabase.parseIrp
(String protocolName, String irp, DocumentFragment documentation) static IrpDatabase
Methods in org.harctoolbox.irp with parameters of type IrpDatabaseModifier and TypeMethodDescriptionvoid
NamedProtocol.dumpPreferOvers
(PrintStream out, IrpDatabase irpDatabase) void
NamedProtocol.dumpPreferOvers
(PrintStream out, IrpDatabase irpDatabase, int level) 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) void
IrpDatabase.patch
(IrpDatabase irpDatabase) NamedProtocol.preferredOvers
(IrpDatabase irpDatabase) NamedProtocol.preferredOvers
(IrpDatabase irpDatabase, int level) Constructors in org.harctoolbox.irp with parameters of type IrpDatabaseModifierConstructorDescriptionDecoder
(IrpDatabase irpDatabase) Decoder
(IrpDatabase irpDatabase, List<String> names) This is the main constructor.