This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-04-14 10:07:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PX4-Autopilot
/
libuavcan
/
include
/
uavcan
/
protocol
/
dynamic_node_id_server
/
distributed
History
Pavel Kirienko
ab2b952432
Refactored the dynamic node ID allocation server: added a new class AbstractServer, which is inherited by CentralizedServer and DistributedServer. This change allowed to move the data and logic that is common to both types of servers to a single location. In the next step this will be used to add more complex common logic.
2016-02-19 11:25:50 +03:00
..
cluster_manager.hpp
Dynamic node ID servers - configurable priority
2015-07-05 09:37:39 +03:00
log.hpp
Minor fixes in Raft server
2015-05-27 12:55:49 +03:00
persistent_state.hpp
Minor fixes in Raft server
2015-05-27 12:55:49 +03:00
raft_core.hpp
First stab at global refactoring of memory management - the library builds, but unit tests are failing horribly
2015-10-14 08:29:50 +03:00
server.hpp
Refactored the dynamic node ID allocation server: added a new class AbstractServer, which is inherited by CentralizedServer and DistributedServer. This change allowed to move the data and logic that is common to both types of servers to a single location. In the next step this will be used to add more complex common logic.
2016-02-19 11:25:50 +03:00
types.hpp
Refactored node ID allocation server; no changes to the logic
2015-05-09 16:03:22 +03:00