ObdBean.proto 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. syntax = "proto3";
  2. message ObdBean {
  3. string dataMask = 1;
  4. string protocolType = 2;
  5. int32 fireup = 3;
  6. int32 accStatus = 4;
  7. float vehBatvol = 5;
  8. int32 troubleLight = 6;
  9. int32 troubleNum = 7;
  10. int32 engineSpeed = 8;
  11. int32 carSpeed = 9;
  12. float carTotalDistance = 10;
  13. int32 distanceType = 11;
  14. float obdTotalDistance = 12;
  15. int32 troubleDistance = 13;
  16. float obdTotalFuel = 14;
  17. float remainingFuelPer = 15;
  18. float remainingFuel = 16;
  19. int32 runTotalTime = 17;
  20. int32 engineRunTime = 18;
  21. int32 intakeAirTemperature = 19;
  22. int32 coolantTemperature = 20;
  23. int32 carEnvirnTemperature = 21;
  24. int32 manifoldAbsolutePressure = 22;;
  25. int32 fuelPressure = 23;
  26. int32 atmosphericPressure = 24;
  27. float airFlow = 25;
  28. float throttlePositionSensor = 26;
  29. float pedalPositionSensors = 27;
  30. int32 engineLoad = 28;
  31. float fuelCorrection = 29;
  32. float advanceAngleOfIgnition = 30;
  33. float b1s1SensorVoltage = 31;
  34. float b1s2SensorVoltage = 32;
  35. float b1s1SensorElectricity = 33;
  36. float b1s2SensorElectricity = 34;
  37. float instFuelLOrigin = 35;
  38. float carFuel = 36;
  39. float absEngineLoad = 37;
  40. float rudderTurnAngle = 38;
  41. int32 torquePer = 39;
  42. int32 fuelType = 40;
  43. float remainingMileage = 41;
  44. string carType = 42;
  45. int32 accelerationMean1 = 43;
  46. int32 accelerationMean2 = 44;
  47. int32 accelerationMean3 = 45;
  48. int32 accelerationMean4 = 46;
  49. int32 accelerationTotalMax = 47;
  50. int32 upType = 48;
  51. int32 alarmStatus = 49;
  52. int32 obdSatus = 50;
  53. float idlingInstantFuel = 51;
  54. float runningInstantFuel = 52;
  55. int32 driveStatus = 53;
  56. int32 accelerator = 54;
  57. float driveTotalDistance = 55;
  58. float driveTotalFuel = 56;
  59. int32 remainingElectric = 57;
  60. }