ad_rss_map_integration
RssObjectDataOperation.hpp
Go to the documentation of this file.
1 // ----------------- BEGIN LICENSE BLOCK ---------------------------------
2 //
3 // Copyright (C) 2020-2021 Intel Corporation
4 //
5 // SPDX-License-Identifier: LGPL-2.1-only
6 //
7 // ----------------- END LICENSE BLOCK -----------------------------------
12 #pragma once
13 
14 #include <ad/map/route/FullRoute.hpp>
17 
21 namespace ad {
25 namespace rss {
29 namespace map {
30 
31 RssObjectDataOnRoute calculateRssObjectDataOnRoute(ad::map::route::FullRoute const &route,
32  RssObjectData const &object_data);
33 
34 } // namespace map
35 } // namespace rss
36 } // namespace ad
namespace ad
Definition: RouteAccelerations.hpp:33