Searched refs:OutputSemanticHandler (Results 1 – 13 of 13) sorted by relevance
55 public interface OutputSemanticHandler<ValueType> { interface in Obd2Command64 private static final HashMap<Integer, OutputSemanticHandler<Integer>>66 private static final HashMap<Integer, OutputSemanticHandler<Float>> SUPPORTED_FLOAT_COMMANDS =70 OutputSemanticHandler<Integer>... integerOutputSemanticHandlers) { in addSupportedIntegerCommands()71 for (OutputSemanticHandler<Integer> integerOutputSemanticHandler : in addSupportedIntegerCommands()79 OutputSemanticHandler<Float>... floatOutputSemanticHandlers) { in addSupportedFloatCommands()80 for (OutputSemanticHandler<Float> floatOutputSemanticHandler : in addSupportedFloatCommands()95 public static OutputSemanticHandler<Integer> getIntegerCommand(int pid) { in getIntegerCommand()99 public static OutputSemanticHandler<Float> getFloatCommand(int pid) { in getFloatCommand()124 protected final OutputSemanticHandler<ValueType> mSemanticHandler;[all …]
24 public class FuelSystemStatus implements Obd2Command.OutputSemanticHandler<Integer> {
24 public class FuelGaugePressure implements Obd2Command.OutputSemanticHandler<Integer> {
24 public class EngineCoolantTemperature implements Obd2Command.OutputSemanticHandler<Integer> {
24 public class ThrottlePosition implements Obd2Command.OutputSemanticHandler<Float> {
24 public class CalculatedEngineLoad implements Obd2Command.OutputSemanticHandler<Float> {
24 public class EngineOilTemperature implements Obd2Command.OutputSemanticHandler<Integer> {
24 public class AmbientAirTemperature implements Obd2Command.OutputSemanticHandler<Float> {
24 public class Speed implements Obd2Command.OutputSemanticHandler<Integer> {
24 public class FuelTankLevel implements Obd2Command.OutputSemanticHandler<Float> {
24 public class EngineRuntime implements Obd2Command.OutputSemanticHandler<Integer> {
24 public class RPM implements Obd2Command.OutputSemanticHandler<Integer> {
24 public abstract class FuelTrimCommand implements Obd2Command.OutputSemanticHandler<Float> {