CARLA
载入中...
搜索中...
未找到
LibCarla
source
test
test.h
浏览该文件的文档.
1
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
2
// de Barcelona (UAB).
3
//
4
// This work is licensed under the terms of the MIT license.
5
// For a copy, see <https://opensource.org/licenses/MIT>.
6
7
#pragma once
8
9
#ifndef NDEBUG
10
# define LIBCARLA_LOG_LEVEL LIBCARLA_LOG_LEVEL_INFO
11
#endif
// NDEBUG
12
13
#include "
test/Buffer.h
"
14
15
#include <
carla/Logging.h
>
16
#include <
carla/profiler/Profiler.h
>
17
18
#include <gtest/gtest.h>
19
20
#include <chrono>
21
#include <cstdint>
22
#include <iostream>
23
24
constexpr
uint16_t
TESTING_PORT
= 0u;
Logging.h
Profiler.h
Buffer.h
TESTING_PORT
constexpr uint16_t TESTING_PORT
Definition
test.h:24
制作者
1.10.0