Uses of Interface
org.harctoolbox.irp.IrStreamItem
Packages that use IrStreamItem
-
Uses of IrStreamItem in org.harctoolbox.analyze
Methods in org.harctoolbox.analyze that return types with arguments of type IrStreamItemModifier and TypeMethodDescriptionprotected List
<IrStreamItem> AbstractBiphaseDecoder.parse
(int beg, int length) protected abstract List
<IrStreamItem> AbstractDecoder.parse
(int beginStart, int beginLength) protected List
<IrStreamItem> BiphaseWithDoubleToggleDecoder.parse
(int beg, int length) protected List
<IrStreamItem> PwmDecoder.parse
(int beg, int length) protected List
<IrStreamItem> SerialDecoder.parse
(int beg, int length) protected List
<IrStreamItem> TrivialDecoder.parse
(int beg, int length) Method parameters in org.harctoolbox.analyze with type arguments of type IrStreamItemModifier and TypeMethodDescriptionprotected void
AbstractDecoder.dumpParameters
(AbstractDecoder.ParameterData data, List<IrStreamItem> items, int noBitsLimit) protected void
AbstractDecoder.dumpParameters
(AbstractDecoder.ParameterData data, List<IrStreamItem> items, int noBitsLimit, boolean invert) protected void
AbstractDecoder.saveParameter
(AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection) protected void
AbstractDecoder.saveParameter
(AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection, boolean complement) protected void
AbstractDecoder.saveParameter
(BitSpec bitSpec, AbstractDecoder.ParameterData parameterData, List<IrStreamItem> items, BitDirection bitDirection, boolean complement) -
Uses of IrStreamItem in org.harctoolbox.irp
Classes in org.harctoolbox.irp that implement IrStreamItemModifier and TypeClassDescriptionfinal class
This class models assignments as defined in Chapter 11.final class
This class implements Irstream as of Chapter 6.final class
class
This class implements Durations in Chapter 3 and 4.final class
This class implements Extents as per Chapter 4.final class
final class
This class implements Flash as per Chapter 3.final class
This class implements Gap as per Chapter 3.final class
This class implements Irstream as of Chapter 6.final class
Methods in org.harctoolbox.irp that return IrStreamItemModifier and TypeMethodDescriptionstatic IrStreamItem
IrStreamItem.newIrStreamItem
(String str) static IrStreamItem
IrStreamItem.newIrStreamItem
(IrpParser.Irstream_itemContext ctx) static IrStreamItem
IrStreamItem.newIrStreamItem
(ParserDriver parserDriver) Extent.substituteConstantVariables
(Map<String, Long> constantVariables) Flash.substituteConstantVariables
(Map<String, Long> constantVariables) Gap.substituteConstantVariables
(Map<String, Long> constantVariables) IrStreamItem.substituteConstantVariables
(Map<String, Long> constantVariables) Returns an IrStreamItem of the same type with all occurrences of the variables in the dictionary replaced by their values in the dictionary.Variation.substituteConstantVariables
(Map<String, Long> constantVariables) Methods in org.harctoolbox.irp that return types with arguments of type IrStreamItemMethods in org.harctoolbox.irp with parameters of type IrStreamItemConstructors in org.harctoolbox.irp with parameters of type IrStreamItemConstructor parameters in org.harctoolbox.irp with type arguments of type IrStreamItemModifierConstructorDescriptionBareIrStream
(List<IrStreamItem> list) IrStream
(List<IrStreamItem> irStreamItems) IrStream
(List<IrStreamItem> irStreamItems, RepeatMarker repeatMarker)