| Package | Description |
|---|---|
| org.harctoolbox.cmdline | |
| org.harctoolbox.irp |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
NamedProtocol |
IrpDatabase.getNamedProtocol(String protocolName) |
NamedProtocol |
IrpDatabase.getNamedProtocolExpandAlias(String protocolName) |
String |
IrpDatabase.getNormalFormIrp(String protocolName,
int radix) |
Protocol |
IrpDatabase.getProtocol(String protocolName) |
Protocol |
IrpDatabase.getProtocolExpandAlias(String protocolName) |
Set<String> |
NamedProtocol.preferredOvers(IrpDatabase irpDatabase) |
Set<String> |
NamedProtocol.preferredOvers(IrpDatabase irpDatabase,
int level) |
| Constructor and Description |
|---|
NamedProtocol(String name,
String irp,
DocumentFragment documentation) |
NamedProtocol(String name,
String cName,
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) |
Protocol(IrpParser.ProtocolContext parseTree) |
Protocol(String irpString)
Main constructor.
|
Copyright © 2019. All rights reserved.