| Package | Description |
|---|---|
| org.harctoolbox.guicomponents | |
| org.harctoolbox.harchardware.ir | |
| org.harctoolbox.IrpMaster | |
| org.harctoolbox.IrpMaster.Iterate |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,Command> |
IrpMasterBean.getCommands() |
InputVariableSetValues |
IrpMasterBean.getIntervalParameters() |
HashMap<String,Long> |
IrpMasterBean.getParameters() |
String |
IrpMasterBean.getSignalName() |
IrSignal |
IrpMasterBean.render() |
| Modifier and Type | Method and Description |
|---|---|
static IrSignal |
InterpretStringHardware.interpretString(String string,
double frequency,
boolean invokeRepeatFinder,
boolean invokeCleaner) |
static IrSignal |
InterpretStringHardware.interpretString(String string,
double frequency,
boolean invokeRepeatFinder,
boolean invokeCleaner,
double absoluteTolerance,
double relativeTolerance)
Smarter version of InterpretString.interpretString.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IrpParseException
Thrown if an Irp protocol did not parse.
|
| Modifier and Type | Method and Description |
|---|---|
static IrSignal |
Pronto.ccfSignal(int[] ccf)
Creates a new IrSignals by interpreting its argument as CCF signal.
|
static DecodeIR.DecodedSignal[] |
DecodeIR.decode(String ccf)
Static version of the constructor with the same arguments.
|
void |
NameEngine.define(String name,
String bare_expression) |
static IrSignal |
InterpretString.interpretString(String str,
double frequency,
boolean invokeRepeatFinder,
boolean invokeCleaner) |
static IrSignal |
InterpretString.interpretString(String str,
double frequency,
boolean invokeRepeatFinder,
boolean invokeCleaner,
double absouluteTolerance,
double relativeTolerance)
Tries to interpret the string argument as one of our known formats, and return an IrSignal.
|
static DecodeIR |
DecodeIR.newDecodeIR(String ccf) |
Protocol |
IrpMaster.newProtocol(String name)
Constructs a new Protocol with requested name, taken from the configuration
file/data base within the current IrpMaster.
|
Protocol |
IrpMaster.newProtocolOrNull(String name) |
void |
NameEngine.parseDefines(String str) |
| Constructor and Description |
|---|
ParameterSpec(String parameter_spec) |
ParameterSpec(String name,
int min,
int max,
boolean memory,
String bare_expression) |
ParameterSpecs(String parameter_specs) |
Protocol(String name,
String irpString,
String documentation) |
| Modifier and Type | Method and Description |
|---|---|
static ValueSet |
ValueSet.newValueSet(Long protocolMin,
Long protocolMax,
String s)
Factory method for parsing strings of iterations.
|
| Constructor and Description |
|---|
InputVariableSetValues(HashMap<String,String> input,
boolean reverse,
Protocol protocol) |
InputVariableSetValues(String[] str,
Protocol protocol) |
ValueSetList(Long min,
Long max,
String str) |
Copyright © 2016. All rights reserved.