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
12
namespace
skyway {
13
namespace
global {
14
namespace
config {
15
16
extern
const
int
DEFAULT_TIMEOUT_SEC;
17
extern
const
int
MAX_THREAD_NAME_SIZE;
18
19
}
20
}
// namespace global
21
}
// namespace skyway
22
23
#endif
/* SKYWAY_GLOBAL_CONFIG_HPP_ */
include
skyway
global
config.hpp
構築:
1.9.8