data_type.hpp moved one level up from 'internal/'

This commit is contained in:
Pavel Kirienko 2014-02-27 08:47:32 +04:00
parent 1a7c0ee65b
commit bc54015265
6 changed files with 7 additions and 4 deletions

View File

@ -8,6 +8,8 @@
#include <stdint.h>
#include <algorithm>
#include <uavcan/internal/transport/crc.hpp>
#include <uavcan/internal/transport/transfer.hpp>
#include <uavcan/internal/marshalling/types.hpp>
namespace uavcan
{

View File

@ -7,6 +7,7 @@
#include <bitset>
#include <algorithm>
#include <stdexcept>
#include <typeinfo>
#include <uavcan/internal/impl_constants.hpp>
#include <uavcan/internal/util.hpp>
#include <uavcan/internal/marshalling/type_util.hpp>

View File

@ -11,8 +11,8 @@
#include <uavcan/internal/linked_list.hpp>
#include <uavcan/internal/map.hpp>
#include <uavcan/internal/debug.hpp>
#include <uavcan/internal/data_type.hpp>
#include <uavcan/internal/transport/crc.hpp>
#include <uavcan/data_type.hpp>
namespace uavcan
{

View File

@ -6,7 +6,7 @@
#include <cstdlib>
#include <cassert>
#include <uavcan/internal/data_type.hpp>
#include <uavcan/data_type.hpp>
#include <uavcan/internal/transport/crc.hpp>
#include <uavcan/internal/transport/transfer.hpp>
#include <uavcan/internal/transport/dispatcher.hpp>

View File

@ -4,7 +4,7 @@
#include <cstdio>
#include <cassert>
#include <uavcan/internal/data_type.hpp>
#include <uavcan/data_type.hpp>
namespace uavcan
{

View File

@ -3,7 +3,7 @@
*/
#include <gtest/gtest.h>
#include <uavcan/internal/data_type.hpp>
#include <uavcan/data_type.hpp>
TEST(DataTypeSignatureCRC, Correctness)