Uses of Enum Class
org.harctoolbox.irp.BitDirection
-
Uses of BitDirection in org.harctoolbox.analyze
Modifier and TypeMethodDescriptionprotected 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) ModifierConstructorDescriptionAnalyzerParams
(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, boolean invert) AnalyzerParams
(Double frequency, String timeBaseString, BitDirection bitDirection, boolean useExtents, List<Integer> parameterWidths, int maxParameterWidth, boolean invert, Burst.Preferences burstPrefs, List<String> parameterNames) -
Uses of BitDirection in org.harctoolbox.irp
Modifier and TypeMethodDescriptionGeneralSpec.getBitDirection()
Protocol.getBitDirection()
static BitDirection
BitDirection.newBitDirection
(boolean reverse) static BitDirection
Returns the enum constant of this class with the specified name.static BitDirection[]
BitDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionGeneralSpec
(BitDirection bitDirection, Double unit, Double frequency) GeneralSpec
(BitDirection bitDirection, Double unit, Double frequency, Double dutyCycle) This constructor is intended for debugging and testing only.