Package | Description |
---|---|
org.harctoolbox.guicomponents | |
org.harctoolbox.IrpMaster | |
org.harctoolbox.irscrutinizer |
Modifier and Type | Method and Description |
---|---|
IrSignal |
IrpMasterBean.render() |
Modifier and Type | Method and Description |
---|---|
PrimaryIrStream |
ASTTraverser.bare_irstream(org.antlr.runtime.tree.CommonTree tree,
int level,
boolean forceOk,
Pass variationAlternative,
RepeatMarker repeatMarker) |
PrimaryIrStream |
ASTTraverser.bitspec_irstream(org.antlr.runtime.tree.CommonTree tree,
int level,
boolean forceOk,
RepeatMarker repeatMarker) |
static PrimaryIrStream |
ASTTraverser.bitspec_irstream(int pass,
boolean considerRepeatMin,
Protocol env,
org.antlr.runtime.tree.CommonTree tree) |
BitSpec |
ASTTraverser.bitspec(org.antlr.runtime.tree.CommonTree tree,
int level,
boolean forceOk,
RepeatMarker repeatMarker) |
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.
|
static IrSignal |
ExchangeIR.interpretString(String str)
Tries to interpret the string argument as one of our known formats, and return an IrSignal.
|
static IrSignal |
ExchangeIR.interpretString(String str,
boolean invokeRepeatFinder) |
static IrSignal |
ExchangeIR.interpretString(String str,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
Tries to interpret the string argument as one of our known formats, and return an IrSignal.
|
static IrSignal |
ExchangeIR.interpretString(String str,
double fallbackFrequency,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
Tries to interpret the string argument as one of our known formats, and return an IrSignal.
|
PrimaryIrStreamItem |
ASTTraverser.irstream_item(org.antlr.runtime.tree.CommonTree tree,
int level,
Pass variationAlternative,
RepeatMarker repeatMarker,
boolean forceOk) |
PrimaryIrStream |
ASTTraverser.irstream(org.antlr.runtime.tree.CommonTree tree,
int level,
boolean forceOk,
RepeatMarker parentRepeat) |
static DecodeIR |
DecodeIR.newDecodeIR(String ccf) |
PrimaryIrStream |
Protocol.process(HashMap<String,Long> actualVars,
int passNo,
boolean considerRepeatMin) |
PrimaryIrStream |
Protocol.process(HashMap<String,Long> actualVars,
int passNo,
boolean considerRepeatMin,
boolean initial) |
PrimaryIrStream |
Protocol.process(HashMap<String,Long> actualVars,
Pass pass,
boolean considerRepeatMin) |
IrSequence |
Protocol.render(HashMap<String,Long> actualVars,
int pass,
boolean considerRepeatMins,
boolean initialize) |
IrSequence |
Protocol.render(HashMap<String,Long> actualVars,
Pass pass,
boolean considerRepeatMins,
boolean initialize) |
IrSignal |
Protocol.renderIrSignal(HashMap<String,Long> actualVars) |
IrSignal |
Protocol.renderIrSignal(HashMap<String,Long> actualVars,
boolean considerRepeatMins) |
IrSignal |
Protocol.renderIrSignal(HashMap<String,Long> actualVars,
int pass) |
IrSignal |
Protocol.renderIrSignal(HashMap<String,Long> actualVars,
int pass,
boolean considerRepeatMins) |
IrSignal |
Protocol.renderIrSignal(int device,
int subdevice,
int function) |
IrSignal |
Protocol.renderIrSignal(long device,
long subdevice,
long function) |
IrSignal |
Protocol.renderIrSignal(long device,
long subdevice,
long function,
long toggle) |
PrimaryIrStream |
ASTTraverser.variation(org.antlr.runtime.tree.CommonTree tree,
int level,
boolean forceOk,
Pass variationAlternative,
RepeatMarker repeatMarker) |
Modifier and Type | Method and Description |
---|---|
static IrSignal |
Utils.interpretString(String string,
double fallbackFrequency,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
Smarter version of ExchangeIR.interpretString.
|
Copyright © 2015. All rights reserved.