SkyWay Linux SDK
読み取り中…
検索中…
一致する文字列を見つけられません
config.hpp
1
//
2
// © NTT DOCOMO BUSINESS, Inc. All Rights Reserved.
3
//
4
5
#ifndef SKYWAY_GLOBAL_CONFIG_HPP_
6
#define SKYWAY_GLOBAL_CONFIG_HPP_
7
8
namespace
skyway {
9
namespace
global {
10
namespace
config {
11
12
extern
const
int
kDefaultTimeoutSec;
13
extern
const
int
kDefaultTimeoutMs;
14
extern
const
int
kMaxThreadNameSize;
15
16
constexpr
int
kLocalSleepIntervalMs = 1;
17
constexpr
int
kNetworkSleepIntervalMs = 10;
18
19
}
// namespace config
20
}
// namespace global
21
}
// namespace skyway
22
23
#endif
/* SKYWAY_GLOBAL_CONFIG_HPP_ */
include
skyway
global
config.hpp
構築:
1.9.8