mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 12:30:35 +08:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
#
|
|
# One dynamic node ID allocation entry.
|
|
# This type is a part of the Raft consensus algorithm.
|
|
# Please refer to the specification for details.
|
|
#
|
|
|
|
uint32 term
|
|
uint8[16] unique_id
|
|
uint7 node_id
|
|
bool alignment
|