Very basic implementation of DynamicNodeIDAllocationServer - not all logic is implemented yet, but it can be used for testing already

This commit is contained in:
Pavel Kirienko
2015-05-08 21:00:17 +03:00
parent 618e4c766a
commit aca9fcb12c
3 changed files with 71 additions and 3 deletions
@@ -1056,4 +1056,6 @@ TEST(DynamicNodeIDAllocationServer, ObjectSizes)
std::cout << "AllocationRequestManager: "
<< sizeof(uavcan::dynamic_node_id_server_impl::AllocationRequestManager) << std::endl;
std::cout << "DynamicNodeIDAllocationServer: " << sizeof(uavcan::DynamicNodeIDAllocationServer) << std::endl;
}