ad_rss
LaneSegmentId.hpp
Go to the documentation of this file.
1 /*
2  * ----------------- BEGIN LICENSE BLOCK ---------------------------------
3  *
4  * Copyright (C) 2018-2020 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 world {
33 
39 typedef uint64_t LaneSegmentId;
40 
41 } // namespace world
42 } // namespace rss
43 } // namespace ad
ad
namespace ad
Definition: LateralRelativePosition.hpp:26
ad::rss::world::LaneSegmentId
uint64_t LaneSegmentId
DataType LaneSegmentId.
Definition: LaneSegmentId.hpp:39