|
|
|
@ -29,6 +29,10 @@ namespace DataBlockHelper.DBHelpers
|
|
|
|
|
|
|
|
|
|
tyb = bytes.Skip(1).Take(1).First();
|
|
|
|
|
SideBlowing03 = tyb.GetBit(0);
|
|
|
|
|
|
|
|
|
|
SpeedA = trans.TransSingle(bytes, 2);
|
|
|
|
|
SpeedB = trans.TransSingle(bytes, 6);
|
|
|
|
|
SpeedC = trans.TransSingle(bytes, 10);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -46,5 +50,11 @@ namespace DataBlockHelper.DBHelpers
|
|
|
|
|
public bool SideBlowing02 { get; set; }
|
|
|
|
|
|
|
|
|
|
public bool SideBlowing03 { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public float SpeedA { get; set; }
|
|
|
|
|
public float SpeedB { get; set; }
|
|
|
|
|
public float SpeedC { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|