public class InterpretStringHardware extends Object
| Modifier and Type | Method and Description |
|---|---|
static IrSignal |
interpretString(String string,
double frequency,
boolean invokeRepeatFinder,
boolean invokeCleaner) |
static IrSignal |
interpretString(String string,
double frequency,
boolean invokeRepeatFinder,
boolean invokeCleaner,
double absoluteTolerance,
double relativeTolerance)
Smarter version of InterpretString.interpretString.
|
static void |
main(String[] args) |
public static IrSignal interpretString(String string, double frequency, boolean invokeRepeatFinder, boolean invokeCleaner, double absoluteTolerance, double relativeTolerance) throws ParseException, IncompatibleArgumentException, UnassignedException, DomainViolationException, InvalidRepeatException
string - frequency - invokeRepeatFinder - invokeCleaner - absoluteTolerance - relativeTolerance - ParseExceptionIncompatibleArgumentExceptionUnassignedExceptionDomainViolationExceptionInvalidRepeatExceptionpublic static IrSignal interpretString(String string, double frequency, boolean invokeRepeatFinder, boolean invokeCleaner) throws ParseException, IncompatibleArgumentException, UnassignedException, DomainViolationException, InvalidRepeatException
public static void main(String[] args)
Copyright © 2016. All rights reserved.