This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-07-05 12:00:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ab2b952432afd73a6d6c6ea7502ab11ce54028f2
PX4-Autopilot
/
libuavcan
/
include
/
uavcan
/
protocol
/
dynamic_node_id_server
T
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
..
centralized
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
distributed
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
abstract_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
allocation_request_manager.hpp
AllocationRequestManager::getTimeOfLastAllocationActivity()
2016-02-19 11:00:18 +03:00
centralized.hpp
CentralizedServer
2015-05-27 16:12:54 +03:00
distributed.hpp
Top-level typedef for distributed::Server
2015-05-10 17:56:48 +03:00
event.hpp
Coverity 1304854
2015-06-10 13:06:42 +03:00
node_discoverer.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
node_id_selector.hpp
NodeIDSelector fix
2015-05-26 01:57:07 +03:00
storage_backend.hpp
MakeString<> helper template
2015-05-18 22:29:09 +03:00
storage_marshaller.hpp
Centralized server: Allocation table cache removed
2015-06-18 17:50:17 +03:00
types.hpp
Include guard fix
2015-05-09 16:05:15 +03:00