Pavel Kirienko
|
36dda9c017
|
NodeInfoRetriever basic test
|
2015-05-17 13:49:40 +03:00 |
|
Pavel Kirienko
|
2123853cae
|
Using concurrent calls in NodeInfoRetriever
|
2015-05-17 00:01:49 +03:00 |
|
Pavel Kirienko
|
5e5540b8ce
|
ServiceClient<>::hasPendingCallToServer()
|
2015-05-16 23:57:11 +03:00 |
|
Pavel Kirienko
|
0553d18cf9
|
Merge branch 'dynamic_node_id_raft' into concurrent_service_client
|
2015-05-16 23:19:51 +03:00 |
|
Pavel Kirienko
|
7df9fb0820
|
NodeInfoRetriever - using Multiset instead of Map<>
|
2015-05-16 23:17:54 +03:00 |
|
Pavel Kirienko
|
3f9cad4f3b
|
Multiset: Simpler type handling in predicate adapter template
|
2015-05-16 23:17:26 +03:00 |
|
Pavel Kirienko
|
fdf5100985
|
Safer list traversing in Multiset<> and Map<>
|
2015-05-16 22:46:33 +03:00 |
|
Pavel Kirienko
|
02fe76cd6f
|
Simplified Multiset<>
|
2015-05-16 22:39:01 +03:00 |
|
Pavel Kirienko
|
16a9d206c6
|
ServiceClient documentation
|
2015-05-16 22:26:04 +03:00 |
|
Pavel Kirienko
|
f224be0742
|
ServiceClient<>: test of concurrent call logic
|
2015-05-16 22:17:14 +03:00 |
|
Pavel Kirienko
|
dbf3d1622e
|
Improved test of ServiceClient<>
|
2015-05-16 21:43:12 +03:00 |
|
Pavel Kirienko
|
90d60688b3
|
ServiceClient<>: renaming and a minor logic fix
|
2015-05-16 21:19:54 +03:00 |
|
Pavel Kirienko
|
9ba6050af1
|
ServiceClient<>: proper destruction of CallState objects via execution relaying
|
2015-05-16 21:12:15 +03:00 |
|
Pavel Kirienko
|
81533eda46
|
Method to generate immediate deadlines in DeadlineHandler
|
2015-05-16 21:04:25 +03:00 |
|
David Sidrane
|
3ede15f160
|
Merge branch 'master' into dynamic_node_id_raft
|
2015-05-16 07:06:27 -10:00 |
|
Pavel Kirienko
|
34200c18be
|
New logic of file.Read
|
2015-05-16 16:07:52 +03:00 |
|
Pavel Kirienko
|
cbbb3bd9be
|
All tests are passing
|
2015-05-16 15:12:10 +03:00 |
|
Pavel Kirienko
|
e921f4da02
|
More debug outputs
|
2015-05-16 15:07:21 +03:00 |
|
Pavel Kirienko
|
da98060a58
|
Nasty bug in ServiceClient<>::call()
|
2015-05-16 15:03:53 +03:00 |
|
Pavel Kirienko
|
b2b7693ee6
|
Partially implemented and fixed ServiceClient<>, 7 tests are failing
|
2015-05-16 14:19:48 +03:00 |
|
Pavel Kirienko
|
40e68d4103
|
TransferListenerWithFilter - NULL checks removed as they were conflicting with ServiceClient<>'s logic
|
2015-05-16 14:09:32 +03:00 |
|
Pavel Kirienko
|
39b924cd8a
|
Multiset storage alignment fix
|
2015-05-16 14:06:32 +03:00 |
|
Pavel Kirienko
|
861315d1c3
|
Typo
|
2015-05-16 13:44:03 +03:00 |
|
Pavel Kirienko
|
713ec48ce9
|
Multiset<>::forEach()
|
2015-05-16 13:38:42 +03:00 |
|
Pavel Kirienko
|
be5bcf9084
|
ParameterType<> template
|
2015-05-16 13:21:53 +03:00 |
|
Pavel Kirienko
|
f713ef5e00
|
LazyConstructor memory optimization
|
2015-05-16 03:36:01 +03:00 |
|
Pavel Kirienko
|
eb370b08dd
|
Refactored Map<>
|
2015-05-16 03:31:18 +03:00 |
|
Pavel Kirienko
|
24f0ec56f4
|
Multiset fixes and more tests
|
2015-05-16 03:14:46 +03:00 |
|
Pavel Kirienko
|
5e7f81c11b
|
Fixed Multiset tests
|
2015-05-16 02:36:45 +03:00 |
|
Pavel Kirienko
|
048e0a33ee
|
Non-moving multiset, tests are failing in C++03 mode
|
2015-05-15 21:32:08 +03:00 |
|
Pavel Kirienko
|
0d85d672c7
|
Temporary fix for assertion failure in tests; 12 tests are failing
|
2015-05-15 18:45:37 +03:00 |
|
Pavel Kirienko
|
282b995c1e
|
Partially refactored ServiceClient, tests are failing, the code is totally broken
|
2015-05-15 18:41:38 +03:00 |
|
Pavel Kirienko
|
ee761eebad
|
Multiset<>
|
2015-05-15 15:29:31 +03:00 |
|
Pavel Kirienko
|
12b35d0da9
|
dsdlc: Fixed comment generation
|
2015-05-15 00:02:06 +03:00 |
|
Pavel Kirienko
|
7492e9fedb
|
Merge branch 'dynamic_node_id_raft' of https://github.com/UAVCAN/uavcan into dynamic_node_id_raft
|
2015-05-14 00:08:38 +03:00 |
|
Pavel Kirienko
|
fb155d8fc9
|
Fixed missing UAVCAN_EXPORT declaration
|
2015-05-14 00:08:22 +03:00 |
|
Pavel Kirienko
|
509ef85048
|
Properly defining poll interval of NodeDiscoverer
|
2015-05-14 00:02:43 +03:00 |
|
Pavel Kirienko
|
3db54cd6af
|
Improved NodeDiscoverer logic
|
2015-05-13 23:23:03 +03:00 |
|
Pavel Kirienko
|
e2ef4a4518
|
Restructured NodeStatusMonitor and NodeInfoRetriever - TimerBase is not inherited by the monitor now because that was a suboptimal solution for a class designed for inheritance
|
2015-05-13 22:32:23 +03:00 |
|
Pavel Kirienko
|
2b0d669d7f
|
Revert "NodeStatusMonitor API update"
This reverts commit 08d96ef329fe2e12ee6149787b4aca69b1f48df1.
|
2015-05-13 22:02:02 +03:00 |
|
Pavel Kirienko
|
842319a290
|
Initial implementation of NodeInfoRetriever; fixes pending
|
2015-05-13 21:59:43 +03:00 |
|
Pavel Kirienko
|
bc00899e70
|
Testing tooling fix
|
2015-05-13 17:50:45 +03:00 |
|
Pavel Kirienko
|
a548d8311c
|
Testing framework: added emulateSingleFrameBroadcastTransfer()
|
2015-05-13 16:39:22 +03:00 |
|
David Sidrane
|
37ace75abc
|
Formated, tested
|
2015-05-12 15:00:32 -10:00 |
|
David Sidrane
|
6f95595e35
|
Merge branch 'dynamic_node_id_raft' of https://github.com/UAVCAN/uavcan into dynamic_node_id_raft
|
2015-05-12 14:48:05 -10:00 |
|
David Sidrane
|
416a5e69a4
|
Debuged - missing return value
|
2015-05-12 14:46:49 -10:00 |
|
David Sidrane
|
e43cf6b553
|
Added POSIX File event tracer
|
2015-05-12 13:18:59 -10:00 |
|
Pavel Kirienko
|
8f1ed202f7
|
Merge branch 'dynamic_node_id_raft' of https://github.com/UAVCAN/uavcan into dynamic_node_id_raft
|
2015-05-13 00:00:48 +03:00 |
|
Pavel Kirienko
|
08d96ef329
|
NodeStatusMonitor API update
|
2015-05-12 23:56:13 +03:00 |
|
David Sidrane
|
adeb1ef58f
|
Added POSIX file storage backend
|
2015-05-12 10:52:32 -10:00 |
|