ad_rss_map_integration
RssRouteId.hpp
Go to the documentation of this file.
1 /*
2  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
3  *
4  * Copyright (C) 2018-2022 Intel Corporation
5  *
6  * SPDX-License-Identifier: LGPL-2.1-only
7  *
8  * ----------------- END LICENSE BLOCK -----------------------------------
9  */
10 
18 #pragma once
19 
20 #include <cstdint>
24 namespace ad {
28 namespace rss {
32 namespace map {
33 
39 typedef uint64_t RssRouteId;
40 
41 } // namespace map
42 } // namespace rss
43 } // namespace ad
uint64_t RssRouteId
DataType RssRouteId.
Definition: RssRouteId.hpp:39
namespace ad
Definition: RouteAccelerations.hpp:33