Руслан Урядинский / libuavcan

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers distributed.hpp Source File

distributed.hpp

00001 /*
00002  * Copyright (C) 2015 Pavel Kirienko <pavel.kirienko@gmail.com>
00003  */
00004 
00005 #ifndef UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_DISTRIBUTED_HPP_INCLUDED
00006 #define UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_DISTRIBUTED_HPP_INCLUDED
00007 
00008 #include <uavcan/protocol/dynamic_node_id_server/distributed/server.hpp>
00009 
00010 namespace uavcan
00011 {
00012 namespace dynamic_node_id_server
00013 {
00014 
00015 typedef distributed::Server DistributedServer;
00016 
00017 }
00018 }
00019 
00020 #endif // UAVCAN_PROTOCOL_DYNAMIC_NODE_ID_SERVER_DISTRIBUTED_HPP_INCLUDED