This website requires JavaScript.
Explore
Help
Sign In
dark0707
/
px4-firmware
forked from
Archive/PX4-Autopilot
Watch
1
Star
0
Fork
You've already forked px4-firmware
0
Code
Pull Requests
Activity
4a08003952
px4-firmware
/
msg
/
mavlink_log.msg
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
mavlink: refactor mavlink_log This moves the mavlink_log interface from ioctl to uORB and enables the mavlink statusmessage output for Snapdragon. The API changes will lead to changes in all modules that are using it.
2016-03-15 15:21:52 -03:00
Fix length of mavlink log message
2016-04-17 15:03:32 -03:00
uint8[50] text
logger: subscribe to mavlink_log messages and write them to the log
2016-05-24 10:05:49 -03:00
uint8 severity # log level (same as in the linux kernel, starting with 0)