|
|
|
@ -92,7 +92,7 @@ enum Log_Event : uint8_t {
@@ -92,7 +92,7 @@ enum Log_Event : uint8_t {
|
|
|
|
|
DATA_STANDBY_ENABLE = 74, |
|
|
|
|
DATA_STANDBY_DISABLE = 75, |
|
|
|
|
|
|
|
|
|
DATA_LAND_READY_LOCK = 76, |
|
|
|
|
// DATA_LAND_READY_LOCK = 76,
|
|
|
|
|
DATA_LAND_LOCK_ATT = 77, |
|
|
|
|
|
|
|
|
|
DATA_SURFACED = 163, |
|
|
|
@ -287,7 +287,7 @@ public:
@@ -287,7 +287,7 @@ public:
|
|
|
|
|
void Write_OABendyRuler(bool active, float target_yaw, float margin, const Location &final_dest, const Location &oa_dest); |
|
|
|
|
void Write_OADijkstra(uint8_t state, uint8_t error_id, uint8_t curr_point, uint8_t tot_points, const Location &final_dest, const Location &oa_dest); |
|
|
|
|
void Write_Camera_Feedback(uint16_t index,uint16_t cam1,uint16_t cam2,uint16_t cam3,uint16_t cam4,uint16_t cam5,uint8_t flag); |
|
|
|
|
void Write_RTK_Mark_Pos(uint16_t week, uint32_t second,const Vector3d& llh,float undulation,const Vector3f& sigma,float diff_age,float sol_age); |
|
|
|
|
void Write_RTK_Mark_Pos(uint16_t week, uint32_t second,const Vector3d& llh,float undulation,const Vector3f& sigma,float diff_age,float sol_age); |
|
|
|
|
|
|
|
|
|
void Write(const char *name, const char *labels, const char *fmt, ...); |
|
|
|
|
void Write(const char *name, const char *labels, const char *units, const char *mults, const char *fmt, ...); |
|
|
|
|