Classes | |
| class | MAVEnum |
| class | MAVEnumEntry |
| class | MAVEnumParam |
| class | MAVField |
| class | MAVParseError |
| class | MAVType |
| class | MAVXML |
Functions | |
| def | check_duplicates |
| def | merge_enums |
| def | message_checksum |
| def | mkdir_p |
| def | total_msgs |
Variables | |
| string | PROTOCOL_0_9 = "0.9" |
| string | PROTOCOL_1_0 = "1.0" |
check for duplicate message IDs
Definition at line 329 of file mavparse.py.
| def pymavlink.generator.mavparse.merge_enums | ( | xml | ) |
merge enums between XML files
Definition at line 305 of file mavparse.py.
calculate a 8-bit checksum of the key fields of a message, so we can detect incompatible XML changes
Definition at line 292 of file mavparse.py.
| def pymavlink.generator.mavparse.mkdir_p | ( | dir | ) |
Definition at line 376 of file mavparse.py.
| def pymavlink.generator.mavparse.total_msgs | ( | xml | ) |
count total number of msgs
Definition at line 369 of file mavparse.py.
| string pymavlink::generator::mavparse::PROTOCOL_0_9 = "0.9" |
Definition at line 11 of file mavparse.py.
| string pymavlink::generator::mavparse::PROTOCOL_1_0 = "1.0" |
Definition at line 12 of file mavparse.py.