SkyWay for Linux
読み取り中…
検索中…
一致する文字列を見つけられません
config.hpp
1//
2// config.hpp
3// skyway
4//
5// Created by Naoto Takahashi on 2022/09/29.
6// Copyright © 2022 NTT Communications. All rights reserved.
7//
8
9#ifndef SKYWAY_GLOBAL_CONFIG_HPP_
10#define SKYWAY_GLOBAL_CONFIG_HPP_
11
12namespace skyway {
13namespace global {
14namespace config {
15
16extern const int DEFAULT_TIMEOUT_SEC;
17
18}
19} // namespace global
20} // namespace skyway
21
22#endif /* SKYWAY_GLOBAL_CONFIG_HPP_ */