// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma // de Barcelona (UAB). // // This work is licensed under the terms of the MIT license. // For a copy, see . #pragma once #ifndef NDEBUG # define LIBCARLA_LOG_LEVEL LIBCARLA_LOG_LEVEL_INFO #endif // NDEBUG #include "test/Buffer.h" #include #include #include #include #include #include constexpr uint16_t TESTING_PORT = 0u;