mirror of https://github.com/commaai/cereal.git
add fingerprintSource to carParams
This commit is contained in:
parent
579403090b
commit
8f9aa8fcc3
|
@ -373,6 +373,7 @@ struct CarParams {
|
|||
carFw @44 :List(CarFw);
|
||||
radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard
|
||||
communityFeature @46: Bool; # true if a community maintained feature is detected
|
||||
fingerprintSource @49: FingerprintSource;
|
||||
|
||||
struct LateralParams {
|
||||
torqueBP @0 :List(Int32);
|
||||
|
@ -472,4 +473,9 @@ struct CarParams {
|
|||
dsu @6;
|
||||
apgs @7;
|
||||
}
|
||||
|
||||
enum FingerprintSource {
|
||||
can @0;
|
||||
fw @1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue