mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_ExternalAHRS: mark logger Write() calls as streaming where appropriate
This commit is contained in:
parent
87ae238ea0
commit
4faa16b0a7
@ -290,7 +290,7 @@ void AP_ExternalAHRS_VectorNav::process_packet1(const uint8_t *b)
|
|||||||
// @Field: UP: uncertainty in pitch
|
// @Field: UP: uncertainty in pitch
|
||||||
// @Field: UY: uncertainty in yaw
|
// @Field: UY: uncertainty in yaw
|
||||||
|
|
||||||
AP::logger().Write("EAH1", "TimeUS,Roll,Pitch,Yaw,VN,VE,VD,Lat,Lon,Alt,UXY,UV,UR,UP,UY",
|
AP::logger().WriteStreaming("EAH1", "TimeUS,Roll,Pitch,Yaw,VN,VE,VD,Lat,Lon,Alt,UXY,UV,UR,UP,UY",
|
||||||
"sdddnnnDUmmnddd", "F000000GG000000",
|
"sdddnnnDUmmnddd", "F000000GG000000",
|
||||||
"QffffffLLffffff",
|
"QffffffLLffffff",
|
||||||
AP_HAL::micros64(),
|
AP_HAL::micros64(),
|
||||||
|
Loading…
Reference in New Issue
Block a user