Subversion Repositories FlightCtrl

Rev

Rev 2263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2263 Rev 2341
Line 67... Line 67...
67
 
67
 
68
JetiExPacket_t JetiExData[JETI_EX_PARAMETER_COUNT + 1] =                                        // Parameter count + DeviceName (ID0) 
68
JetiExPacket_t JetiExData[JETI_EX_PARAMETER_COUNT + 1] =                                        // Parameter count + DeviceName (ID0) 
69
{
69
{
70
        //      Label[10]               unit[3], data type,               Data , position of decimal point
70
        //      Label[10]               unit[3], data type,               Data , position of decimal point
71
   //   "1234567890",    "123", 
71
   //   "1234567890",    "123", 
-
 
72
//      {       "-=.M_K.=-" ,   "   ",                  1,                      0       ,               0       },    // first one is device name  // datatype 1 = -8192...8192
72
        {       "-=.M_K.=-" ,   "   ",                  1,                      0       ,               0       },    // first one is device name  // datatype 1 = -8192...8192
73
        {       "MK        " ,   "   ",             1,                  0       ,               0       },    // first one is device name  // datatype 1 = -8192...8192
73
        {       "Voltage   " ,   "V  ",                 1,                      0   ,           1       },    // ID 1 
74
        {       "Voltage   " ,   "V  ",                 1,                      0   ,           1       },    // ID 1 
74
        {       "Current   " ,   "A  ",                 1,                      0       ,               1       },    // ID 2
75
        {       "Current   " ,   "A  ",                 1,                      0       ,               1       },    // ID 2
75
        {       "Capacity  " ,   "Ah ",                 1,                      0       ,               2       },    // ID 3           
76
        {       "Capacity  " ,   "Ah ",                 1,                      0       ,               2       },    // ID 3           
76
        {       "Altitude  " ,   "m  ",                 1,                      0       ,               0       },    // ID 4           
77
        {       "Altitude  " ,   "m  ",                 1,                      0       ,               0       },    // ID 4