mFrame
載入中...
搜尋中...
無符合項目
SystemConfig.h
1
7#ifndef MFRAME_93E34D78_B9CC_4603_803D_FA2874859F7B
8#define MFRAME_93E34D78_B9CC_4603_803D_FA2874859F7B
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15
16//----------------------------------------------------------------------------------------
17#include "./../io/InputStream.h"
18#include "./../io/OutputStream.h"
19#include "./../lang/Interface.h"
20#include "./../sys/Allocator.h"
21#include "./../sys/HardwareInfo.h"
22#include "./../sys/Kernel.h"
23
24/* ***************************************************************************************
25 * Namespace
26 */
27namespace mframe::sys {
28 struct SystemConfig;
29} // namespace mframe::sys
30
31/* ***************************************************************************************
32 * Class/Interface/Struct/Enum
33 */
35 struct {
36 int stackSize;
37 int taskQuantity;
38 } svchost;
39
40 struct {
45 } console;
46};
47
48/* ***************************************************************************************
49 * End of file
50 */
51
52#endif /* MFRAME_93E34D78_B9CC_4603_803D_FA2874859F7B */
Definition Object.h:27
Definition InputStream.h:31
Definition OutputStream.h:31
Definition SystemConfig.h:34
mframe::io::OutputStream * outputStream
Console輸出串流
Definition SystemConfig.h:42
int sizePrintBiffer
PrintBuffer buffer size.
Definition SystemConfig.h:44
mframe::io::InputStream * inputStream
Console輸入串流
Definition SystemConfig.h:41
int sizeScanner
Scanner buffer size.
Definition SystemConfig.h:43