SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
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;
17extern const int MAX_THREAD_NAME_SIZE;
18
19}
20} // namespace global
21} // namespace skyway
22
23#endif /* SKYWAY_GLOBAL_CONFIG_HPP_ */