Skip to content

Commit

Permalink
Add comments for Semi truck fields
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpkahn committed Nov 29, 2023
1 parent d53936a commit db0cded
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion protos/python/vehicle_alert_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/python/vehicle_data_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/python/vehicle_error_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/python/vehicle_metric_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/vehicle_alert.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions protos/vehicle_data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions protos/vehicle_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ enum Field {
TpmsPressureFr = 70;
TpmsPressureRl = 71;
TpmsPressureRr = 72;
TmpsPressureRe1L0 = 73;
TmpsPressureRe1L1 = 74;
TmpsPressureRe1R0 = 75;
TmpsPressureRe1R1 = 76;
TmpsPressureRe2L0 = 77;
TmpsPressureRe2L1 = 78;
TmpsPressureRe2R0 = 79;
TmpsPressureRe2R1 = 80;
TmpsPressureRe1L0 = 73; // Semi-truck only
TmpsPressureRe1L1 = 74; // Semi-truck only
TmpsPressureRe1R0 = 75; // Semi-truck only
TmpsPressureRe1R1 = 76; // Semi-truck only
TmpsPressureRe2L0 = 77; // Semi-truck only
TmpsPressureRe2L1 = 78; // Semi-truck only
TmpsPressureRe2R0 = 79; // Semi-truck only
TmpsPressureRe2R1 = 80; // Semi-truck only
TpmsLastSeenPressureTimeFl = 81;
TpmsLastSeenPressureTimeFr = 82;
TpmsLastSeenPressureTimeRl = 83;
Expand All @@ -104,15 +104,15 @@ enum Field {
DriverSeatBelt = 94;
PassengerSeatBelt = 95;
DriverSeatOccupied = 96;
PassengerSeatFoldPosition = 97;
PassengerSeatFoldPosition = 97; // Semi-truck only
LateralAcceleration = 98;
LongitudinalAcceleration = 99;
CruiseState = 100;
CruiseSetSpeed = 101;
LifetimeEnergyUsed = 102;
LifetimeEnergyUsedDrive = 103;
TractorParkBrakeStatus = 104;
TrailerParkBrakeStatus = 105;
TractorParkBrakeStatus = 104; // Semi-truck only
TrailerParkBrakeStatus = 105; // Semi-truck only
BrakePedalPos = 106;
RouteLastUpdated = 107;
RouteLine = 108;
Expand Down
2 changes: 1 addition & 1 deletion protos/vehicle_error.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protos/vehicle_metric.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db0cded

Please sign in to comment.