Modifier and Type | Method and Description |
---|---|
IrSignal |
Command.toIrSignal()
Returns the IrSignal of the Command.
|
Modifier and Type | Method and Description |
---|---|
String |
Command.CommandTextFormat.format(IrSignal irSignal,
int repeatCount)
Formats an IrSignal with repeatCount number of repetitions.
|
Constructor and Description |
---|
Command(String name,
String comment,
IrSignal irSignal) |
Command(String name,
String comment,
IrSignal irSignal,
boolean generateCcf,
boolean decode)
Construct a Command from an IrSignal, i.e.
|
Remote(IrSignal irSignal,
String name,
String comment,
String deviceName)
This constructor constructs a Remote from one single IrSignal.
|
RemoteSet(String source,
String creatingUser,
IrSignal irSignal,
String name,
String comment,
String deviceName)
This constructor creates a RemoteSet from a single IrSignal.
|
Modifier and Type | Method and Description |
---|---|
IrSignal |
IrpMasterBean.render() |
Modifier and Type | Method and Description |
---|---|
void |
IrPlotter.plot(IrSignal irSignal)
Called to setup the plotter to plot the argument.
|
Modifier and Type | Method and Description |
---|---|
static IrSignal |
GlobalCache.parse(String gcString)
Parses a string intended as command to a GlobalCache and return it as a IrSignal.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GlobalCache.sendIr(IrSignal code) |
boolean |
GlobalCache.sendIr(IrSignal code,
int connector) |
boolean |
GlobalCache.sendIr(IrSignal code,
int count,
int connector) |
boolean |
GlobalCache.sendIr(IrSignal code,
int count,
int module,
int connector) |
boolean |
IrTrans.sendIr(IrSignal code,
int count,
IrTrans.Led led) |
boolean |
GlobalCache.sendIr(IrSignal code,
int count,
Transmitter transmitter) |
boolean |
IrTrans.sendIr(IrSignal code,
int count,
Transmitter transmitter) |
boolean |
IrGenericSerial.sendIr(IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
IrToy.sendIr(IrSignal code,
int count,
Transmitter transmitter) |
boolean |
LircCcfClient.sendIr(IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
Arduino.sendIr(IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
IRawIrSender.sendIr(IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
IrAudioDevice.sendIr(IrSignal irSignal,
int count,
Transmitter transmitter) |
boolean |
IRawIrSenderRepeat.sendIrRepeat(IrSignal irSignal,
Transmitter transmitter)
Like sendCcf, but continues the transmission until interrupted by a stopIr command.
|
String |
GlobalCache.sendIrString(IrSignal code,
int count,
int module,
int connector) |
static String |
GlobalCache.sendIrString(IrSignal code,
int count,
int module,
int connector,
int sendIndex,
boolean compressed)
Formats a string suitable for sending to a GlobalCache.
|
Modifier and Type | Method and Description |
---|---|
static IrSignal |
Pronto.ccfSignal(int[] ccf)
Creates a new IrSignals by interpreting its argument as CCF signal.
|
static IrSignal |
Pronto.ccfSignal(String ccfString)
Creates a new IrSignals by interpreting its argument as CCF string.
|
static IrSignal |
Pronto.ccfSignal(String[] array,
int begin)
Creates a new IrSignals by interpreting its argument as CCF string.
|
static IrSignal |
ExchangeIR.interpretIrSequence(int[] data,
boolean invokeRepeatFinder) |
static IrSignal |
ExchangeIR.interpretIrSequence(int[] data,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
By applying a RepeatFinder, tries to identify intro, repeat, and ending;
thus constructing an IrSignal.
|
static IrSignal |
ExchangeIR.interpretIrSequence(int[] data,
double frequency,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
By applying a RepeatFinder, tries to identify intro, repeat, and ending;
thus constructing an IrSignal.
|
static IrSignal |
ExchangeIR.interpretIrSequence(IrSequence irSequence,
boolean invokeRepeatFinder) |
static IrSignal |
ExchangeIR.interpretIrSequence(IrSequence irSequence,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
By applying a RepeatFinder, tries to identify intro, repeat, and ending;
thus constructing an IrSignal.
|
static IrSignal |
ExchangeIR.interpretIrSequence(IrSequence irSequence,
double frequency,
boolean invokeRepeatFinder) |
static IrSignal |
ExchangeIR.interpretIrSequence(IrSequence irSequence,
double frequency,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
If invokeRepeatFinder is true, tries to identify intro, repeat, and ending applying a RepeatFinder.
|
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.
|
static IrSignal |
ExchangeIR.parseUeiLearned(int[] array)
Parses a string containing an UEI learned signal into an IrSignal.
|
static IrSignal |
ExchangeIR.parseUeiLearned(String str)
Parses a string containing an UEI learned signal into an IrSignal.
|
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) |
IrSignal |
ModulatedIrSequence.toIrSignal()
Makes the current sequence into an IrSignal by considering the sequence as an intro sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
Protocol.addRawSignalRepresentation(IrSignal irSignal) |
void |
LircExport.addSignal(HashMap<String,Long> parameters,
IrSignal irSignal)
Adds a signal to the export, to be a command in the remote.
|
void |
LircExport.addSignal(HashMap<String,Long> parameters,
IrSignal irSignal,
int reps)
Adds a signal to the export, to be a command in the remote.
|
void |
LircExport.addSignal(String name,
IrSignal irSignal)
Adds a signal to the export, to be a command in the remote.
|
static DecodeIR.DecodedSignal[] |
DecodeIR.decode(IrSignal irSignal)
Static version of the constructor with the same arguments.
|
static void |
DecodeIR.invoke(IrSignal irSignal)
Invokes a DecodeIR object on the argument, and print the decodes to stdout.
|
static void |
DecodeIR.invoke(IrSignal irSignal,
PrintStream out)
Invokes a DecodeIR object on the argument, and print the decodes to the PrintStream in the second argument.
|
static boolean |
DecodeIR.invoke(IrSignal irSignal,
String protocolName,
Protocol protocol,
HashMap<String,Long> actualParameters,
boolean verbose,
PrintStream out)
Invokes a DecodeIR object on the first argument, checks if compatible with the data in the rest of the arguments.
|
static com.hifiremote.exchangeir.Analyzer |
ExchangeIR.newAnalyzer(IrSignal irSignal)
Returns a new Analyzer, constructed from an IrSignal.
|
static DecodeIR |
DecodeIR.newDecodeIR(IrSignal irSignal) |
static com.hifiremote.exchangeir.UeiLearned |
ExchangeIR.newUeiLearned(IrSignal irSignal)
Constructs a UEI learned signal from an IrSignal.
|
Element |
XmlExport.toElement(IrSignal irSignal,
String name,
String comment,
DecodeIR.DecodedSignal[] decodes,
String analyze) |
static String |
Pronto.toPrintString(IrSignal irSignal)
Computes the ("long", raw) CCF string
|
Constructor and Description |
---|
Pronto(IrSignal irSignal)
Constructor from IrSignal.
|
Modifier and Type | Method and Description |
---|---|
IrSignal |
RawIrSignal.getIrSignal() |
static IrSignal |
Utils.interpretString(String string,
double fallbackFrequency,
boolean invokeRepeatFinder,
boolean invokeAnalyzer)
Smarter version of ExchangeIR.interpretString.
|
Modifier and Type | Method and Description |
---|---|
void |
GuiMain.scrutinizeIrSignal(IrSignal irSignal) |
void |
GuiMain.transmit(IrSignal irSignal) |
Constructor and Description |
---|
ParametrizedIrSignal(IrSignal irSignal,
String name,
String comment,
boolean ignoreT) |
RawIrSignal(IrSignal irSignal,
String name,
String comment,
boolean invokeAnalyzer) |
Modifier and Type | Method and Description |
---|---|
String |
SendIrFormatter.format(IrSignal irSignal,
int count) |
String |
UeiFormatter.format(IrSignal irSignal,
int count) |
String |
ShortCcfFormatter.format(IrSignal irSignal,
int count) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISendingHardware.sendIr(IrSignal irSignal,
int count) |
boolean |
SendingHardwareManager.sendIr(IrSignal irSignal,
int count) |
boolean |
SendingHardware.sendIr(IrSignal irSignal,
int count) |
Modifier and Type | Method and Description |
---|---|
IrSignal |
IrRemote.toIrSignal(IrNCode code,
boolean alternatingSigns,
int debug) |
Copyright © 2015. All rights reserved.