@ -686,6 +686,16 @@ struct PACKED log_SbpRAW2 {
@@ -686,6 +686,16 @@ struct PACKED log_SbpRAW2 {
uint8_t data2 [ 192 ] ;
} ;
struct PACKED log_Rally {
LOG_PACKET_HEADER ;
uint64_t time_us ;
uint8_t total ;
uint8_t sequence ;
int32_t latitude ;
int32_t longitude ;
int16_t altitude ;
} ;
// #endif // SBP_HW_LOGGING
/*
@ -887,7 +897,9 @@ Format characters in the format string for binary log messages
@@ -887,7 +897,9 @@ Format characters in the format string for binary log messages
{ LOG_GIMBAL3_MSG , sizeof ( log_Gimbal3 ) , \
" GMB3 " , " Ihhh " , " TimeMS,rl_torque_cmd,el_torque_cmd,az_torque_cmd " } , \
{ LOG_RATE_MSG , sizeof ( log_Rate ) , \
" RATE " , " Qffffffffffff " , " TimeUS,RDes,R,ROut,PDes,P,POut,YDes,Y,YOut,ADes,A,AOut " }
" RATE " , " Qffffffffffff " , " TimeUS,RDes,R,ROut,PDes,P,POut,YDes,Y,YOut,ADes,A,AOut " } , \
{ LOG_RALLY_MSG , sizeof ( log_Rally ) , \
" RALY " , " QBBLLh " , " TimeUS,Tot,Seq,Lat,Lng,Alt " }
// #if SBP_HW_LOGGING
# define LOG_SBP_STRUCTURES \
@ -1002,6 +1014,7 @@ enum LogMessages {
@@ -1002,6 +1014,7 @@ enum LogMessages {
LOG_GIMBAL2_MSG ,
LOG_GIMBAL3_MSG ,
LOG_RATE_MSG ,
LOG_RALLY_MSG ,
} ;
enum LogOriginType {