Peter Barker
|
ebfa20c994
|
Add override keyword to those methods requiring it
|
2021-10-20 21:33:54 -04:00 |
|
Pavel Kirienko
|
c914f98772
|
Updated the unit tests for compatibility with GCC 5.4
|
2017-03-16 17:16:21 +03:00 |
|
Pavel Kirienko
|
38a241a90a
|
Added -Wzero-as-null-pointer-constant, replaced NULL --> UAVCAN_NULLPTR. All changes are automatic, no manual edits to the library code.
|
2016-07-29 15:39:24 +03:00 |
|
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 |
|
Pavel Kirienko
|
8a2e22046e
|
All unit tests compile, but crash. This is the most horrifying commit I've ever made.
|
2015-07-01 14:55:24 +03:00 |
|
Pavel Kirienko
|
356f46d08a
|
Centralized server: Allocation table cache removed
|
2015-06-18 17:50:17 +03:00 |
|
Pavel Kirienko
|
5205d13f37
|
centralized::Storage fix
|
2015-05-27 16:28:31 +03:00 |
|
Pavel Kirienko
|
5930bf3ed4
|
CentralizedServer
|
2015-05-27 16:12:54 +03:00 |
|
Pavel Kirienko
|
bdc0a327b7
|
centralized::Storage - new test
|
2015-05-27 16:10:14 +03:00 |
|
Pavel Kirienko
|
638de08115
|
CentralizedServer - storage implementation and test
|
2015-05-27 14:52:41 +03:00 |
|