Squashed 'cereal/' changes from 3d90c7877..90e48c549

90e48c549 add ir pwr field
101facee1 added safety model to health packet
fe09e4c07 distinguish between ignition_line and ignition_can

git-subtree-dir: cereal
git-subtree-split: 90e48c549c505383a7242cfddd32984cd5c268b8

old-commit-hash: 047924cb35
commatwo_master
Vehicle Researcher 6 years ago
parent f2e2edc905
commit a34bae5613
  1. 5
      log.capnp

@ -297,7 +297,7 @@ struct HealthData {
# from can health # from can health
voltage @0 :UInt32; voltage @0 :UInt32;
current @1 :UInt32; current @1 :UInt32;
started @2 :Bool; ignitionLine @2 :Bool;
controlsAllowed @3 :Bool; controlsAllowed @3 :Bool;
gasInterceptorDetected @4 :Bool; gasInterceptorDetected @4 :Bool;
startedSignalDetectedDeprecated @5 :Bool; startedSignalDetectedDeprecated @5 :Bool;
@ -308,6 +308,8 @@ struct HealthData {
hwType @10 :HwType; hwType @10 :HwType;
fanSpeedRpm @11 :UInt16; fanSpeedRpm @11 :UInt16;
usbPowerMode @12 :UsbPowerMode; usbPowerMode @12 :UsbPowerMode;
ignitionCan @13 :Bool;
safetyModel @14 :Car.CarParams.SafetyModel;
enum HwType { enum HwType {
unknown @0; unknown @0;
@ -1723,6 +1725,7 @@ struct DriverMonitoring {
rightEyeProb @7 :Float32; rightEyeProb @7 :Float32;
leftBlinkProb @8 :Float32; leftBlinkProb @8 :Float32;
rightBlinkProb @9 :Float32; rightBlinkProb @9 :Float32;
irPwr @10 :Float32;
} }
struct Boot { struct Boot {

Loading…
Cancel
Save