Dynamic Node ID allocation server - internal types

This commit is contained in:
Pavel Kirienko
2015-05-02 11:41:54 +03:00
parent c3d22ca56e
commit 3e7026ad19
2 changed files with 399 additions and 329 deletions
@@ -0,0 +1,12 @@
/*
* Copyright (C) 2015 Pavel Kirienko <pavel.kirienko@gmail.com>
*/
#include <gtest/gtest.h>
#include <uavcan/protocol/dynamic_node_id_allocation_server.hpp>
#include "helpers.hpp"
TEST(DynamicNodeIDAllocationClient, MarshallingStorageDecorator)
{
}