Searched refs:OutputSemanticHandler (Results 1 – 13 of 13) sorted by relevance
54 public interface OutputSemanticHandler<ValueType> { interface in Obd2Command63 private static final HashMap<Integer, OutputSemanticHandler<Integer>>65 private static final HashMap<Integer, OutputSemanticHandler<Float>> SUPPORTED_FLOAT_COMMANDS =69 OutputSemanticHandler<Integer>... integerOutputSemanticHandlers) { in addSupportedIntegerCommands()70 for (OutputSemanticHandler<Integer> integerOutputSemanticHandler : in addSupportedIntegerCommands()78 OutputSemanticHandler<Float>... floatOutputSemanticHandlers) { in addSupportedFloatCommands()79 for (OutputSemanticHandler<Float> floatOutputSemanticHandler : in addSupportedFloatCommands()94 public static OutputSemanticHandler<Integer> getIntegerCommand(int pid) { in getIntegerCommand()98 public static OutputSemanticHandler<Float> getFloatCommand(int pid) { in getFloatCommand()123 protected final OutputSemanticHandler<ValueType> mSemanticHandler;[all …]
23 public class FuelTankLevel implements Obd2Command.OutputSemanticHandler<Float> {
23 public class Speed implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class AmbientAirTemperature implements Obd2Command.OutputSemanticHandler<Float> {
23 public class CalculatedEngineLoad implements Obd2Command.OutputSemanticHandler<Float> {
23 public class EngineCoolantTemperature implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class EngineOilTemperature implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class FuelGaugePressure implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class FuelSystemStatus implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class ThrottlePosition implements Obd2Command.OutputSemanticHandler<Float> {
23 public class RPM implements Obd2Command.OutputSemanticHandler<Integer> {
23 public class EngineRuntime implements Obd2Command.OutputSemanticHandler<Integer> {
23 public abstract class FuelTrimCommand implements Obd2Command.OutputSemanticHandler<Float> {