public class RawIrSignal extends NamedIrSignal
| Modifier and Type | Class and Description |
|---|---|
static class |
RawIrSignal.RawTableColumnModel |
static class |
RawIrSignal.RawTableModel |
NamedIrSignal.AbstractColumnFunction, NamedIrSignal.LearnedIrSignalTableColumnModel, NamedIrSignal.LearnedIrSignalTableModel| Constructor and Description |
|---|
RawIrSignal(Command command,
boolean invokeAnalyzer) |
RawIrSignal(IrSignal irSignal,
String name,
String comment,
boolean invokeAnalyzer) |
| Modifier and Type | Method and Description |
|---|---|
String |
csvString(String separator) |
String |
getAnalyzerString() |
DecodeIR.DecodedSignal |
getDecode(int i) |
String |
getDecodeString() |
IrSignal |
getIrSignal() |
int |
getNoDecodes() |
static void |
setDecode(boolean aDecode) |
void |
setEndingSequence(String str,
boolean invokeAnalyzer) |
void |
setFrequency(double newFrequency,
boolean invokeAnalyzer) |
static void |
setGenerateCcf(boolean aGenerateCcf) |
void |
setIntroSequence(String str,
boolean invokeAnalyzer) |
void |
setRepeatSequence(String str,
boolean invokeAnalyzer) |
Command |
toCommand() |
String |
toPrintString() |
decrementCount, getComment, getDate, getName, getNumeral, getValidated, setComment, setName, setValidatedpublic RawIrSignal(IrSignal irSignal, String name, String comment, boolean invokeAnalyzer)
public RawIrSignal(Command command, boolean invokeAnalyzer) throws IrpMasterException
IrpMasterExceptionpublic static void setGenerateCcf(boolean aGenerateCcf)
aGenerateCcf - the generateCcf to setpublic static void setDecode(boolean aDecode)
aDecode - the decode to setpublic Command toCommand()
public IrSignal getIrSignal()
public DecodeIR.DecodedSignal getDecode(int i)
public String getDecodeString()
public int getNoDecodes()
public String getAnalyzerString()
public void setFrequency(double newFrequency,
boolean invokeAnalyzer)
public void setIntroSequence(String str, boolean invokeAnalyzer) throws IncompatibleArgumentException
IncompatibleArgumentExceptionpublic void setRepeatSequence(String str, boolean invokeAnalyzer) throws IncompatibleArgumentException
IncompatibleArgumentExceptionpublic void setEndingSequence(String str, boolean invokeAnalyzer) throws IncompatibleArgumentException
IncompatibleArgumentExceptionpublic String csvString(String separator)
csvString in class NamedIrSignalpublic String toPrintString()
toPrintString in class NamedIrSignalCopyright © 2016. All rights reserved.