using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SIASUN.Autopilot.Device.Message { public class 油门acc电机报警 { public const string OperationCode = "6d2"; public 油门acc电机报警() { } /// /// ag /// [Data(BitStart = 24, BitLength = 1, DataType = "binary", Description = "", Sequence = 1)] public string ag{ get; set; } /// /// ah /// [Data(BitStart = 25, BitLength = 1, DataType = "binary", Description = "", Sequence = 2)] public string ah{ get; set; } /// /// ai /// [Data(BitStart = 26, BitLength = 1, DataType = "binary", Description = "", Sequence = 3)] public string ai{ get; set; } /// /// y /// [Data(BitStart = 32, BitLength = 1, DataType = "binary", Description = "", Sequence = 4)] public string y { get; set; } /// /// z /// [Data(BitStart = 33, BitLength = 1, DataType = "binary", Description = "", Sequence = 5)] public string z { get; set; } /// /// aa /// [Data(BitStart = 34, BitLength = 1, DataType = "binary", Description = "", Sequence = 6)] public string aa{ get; set; } /// /// ab /// [Data(BitStart = 35, BitLength = 1, DataType = "binary", Description = "", Sequence = 7)] public string ab{ get; set; } /// /// ac /// [Data(BitStart = 36, BitLength = 1, DataType = "binary", Description = "", Sequence = 8)] public string ac{ get; set; } /// /// ad /// [Data(BitStart = 37, BitLength = 1, DataType = "binary", Description = "", Sequence = 9)] public string ad{ get; set; } /// /// ae /// [Data(BitStart = 38, BitLength = 1, DataType = "binary", Description = "", Sequence =10)] public string ae{ get; set; } /// /// af /// [Data(BitStart = 39, BitLength = 1, DataType = "binary", Description = "", Sequence =11)] public string af{ get; set; } /// /// q /// [Data(BitStart = 40,BitLength =1 , DataType = "binary", Description = "", Sequence =12)] public string q { get; set; } /// /// r /// [Data(BitStart = 41,BitLength = 1, DataType = "binary", Description = "", Sequence =13)] public string r { get; set; } /// /// s /// [Data(BitStart = 42, BitLength =1 , DataType = "binary", Description = "", Sequence =14)] public string s { get; set; } /// /// t /// [Data(BitStart = 43, BitLength = 1, DataType = "binary", Description = "", Sequence =15)] public string t { get; set; } /// /// u /// [Data(BitStart = 44, BitLength = 1, DataType = "binary", Description = "", Sequence =16)] public string u { get; set; } /// /// v /// [Data(BitStart = 45, BitLength = 1, DataType = "binary", Description = "", Sequence =17)] public string v { get; set; } /// /// w /// [Data(BitStart = 46, BitLength = 1, DataType = "binary", Description = "", Sequence =18)] public string w { get; set; } /// /// x /// [Data(BitStart = 47, BitLength = 1, DataType = "binary", Description = "", Sequence =19)] public string x { get; set; } /// /// i /// [Data(BitStart = 48, BitLength = 1, DataType = "binary", Description = "", Sequence =20)] public string i { get; set; } /// /// j /// [Data(BitStart = 49, BitLength = 1, DataType = "binary", Description = "", Sequence =21)] public string j { get; set; } /// /// k /// [Data(BitStart = 50, BitLength = 1, DataType = "binary", Description = "", Sequence =22)] public string k { get; set; } /// /// l /// [Data(BitStart = 51, BitLength = 1, DataType = "binary", Description = "", Sequence =23)] public string l { get; set; } /// /// m /// [Data(BitStart = 52, BitLength = 1, DataType = "binary", Description = "", Sequence =24)] public string m { get; set; } /// /// n /// [Data(BitStart = 53, BitLength = 1, DataType = "binary", Description = "", Sequence =25)] public string n { get; set; } /// /// o /// [Data(BitStart = 54, BitLength = 1, DataType = "binary", Description = "", Sequence =26)] public string o { get; set; } /// /// p /// [Data(BitStart = 55, BitLength = 1, DataType = "binary", Description = "", Sequence =27)] public string p { get; set; } /// /// a /// [Data(BitStart = 56, BitLength = 1, DataType = "binary", Description = "", Sequence =28)] public string a { get; set; } /// /// b /// [Data(BitStart = 57, BitLength = 1, DataType = "binary", Description = "", Sequence =29)] public string b { get; set; } /// /// c /// [Data(BitStart = 58, BitLength = 1, DataType = "binary", Description = "", Sequence =30)] public string c { get; set; } /// /// d /// [Data(BitStart = 59, BitLength = 1, DataType = "binary", Description = "", Sequence = 31)] public string d { get; set; } /// /// e /// [Data(BitStart = 60, BitLength = 1, DataType = "binary", Description = "", Sequence = 32)] public string e { get; set; } /// /// f /// [Data(BitStart = 61, BitLength = 1, DataType = "binary", Description = "", Sequence = 33)] public string f { get; set; } /// /// g /// [Data(BitStart = 62, BitLength = 1, DataType = "binary", Description = "", Sequence = 34)] public string g { get; set; } /// /// h /// [Data(BitStart = 63, BitLength = 1, DataType = "binary", Description = "", Sequence = 35)] public string h { get; set; } } }