appConfig_8h.tex
4.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
\hypertarget{appConfig_8h}{
\section{include/appConfig.h File Reference}
\label{appConfig_8h}\index{include/appConfig.h@{include/appConfig.h}}
}
\subsection*{Data Structures}
\begin{CompactItemize}
\item
struct \hyperlink{structtAppConfig}{tAppConfig}
\end{CompactItemize}
\subsection*{Defines}
\begin{CompactItemize}
\item
\#define \hyperlink{appConfig_8h_f77ed3e65a7b1a9341603d152a1404df}{MAXPENDING}~10
\item
\#define \hyperlink{appConfig_8h_ce5c08f66edfc6ae44edaeef6b6101b6}{MAXCLIENTS}~1000
\item
\#define \hyperlink{appConfig_8h_a0534241791f23ec8098503582406166}{READBUFSIZE}~2048
\item
\#define \hyperlink{appConfig_8h_3db4dba8d56385b62759b89c98cae447}{DEFAULTPORT}~8801
\item
\#define \hyperlink{appConfig_8h_0672e2d34f3bbe2f6cdad6f307b9d1cf}{DEFAULTPATH}~\char`\"{}logfiles\char`\"{}
\item
\#define \hyperlink{appConfig_8h_9a98b2d0f973e357020c1274ec5b56c0}{LOGNAMEPATTERN}~\char`\"{}log-\%Y-\%m-\%d\_\-\%Hh\char`\"{}
\item
\#define \hyperlink{appConfig_8h_acc3ee1a7f283f8ef65cea31f4436a95}{MAX}(x, y)~((x) $>$ (y) ? (x) : (y))
\item
\#define \hyperlink{appConfig_8h_74e75242132eaabbc1c512488a135926}{MIN}(x, y)~((x) $<$ (y) ? (x) : (y))
\end{CompactItemize}
\subsection*{Functions}
\begin{CompactItemize}
\item
int \hyperlink{appConfig_8h_3755d793d10d6e5793ed5086a0b22964}{handleCmdLine} (\hyperlink{structtAppConfig}{tAppConfig} $\ast$config, int argc, char $\ast$argv\mbox{[}$\,$\mbox{]})
\end{CompactItemize}
\subsection{Define Documentation}
\hypertarget{appConfig_8h_0672e2d34f3bbe2f6cdad6f307b9d1cf}{
\index{appConfig.h@{appConfig.h}!DEFAULTPATH@{DEFAULTPATH}}
\index{DEFAULTPATH@{DEFAULTPATH}!appConfig.h@{appConfig.h}}
\subsubsection[{DEFAULTPATH}]{\setlength{\rightskip}{0pt plus 5cm}\#define DEFAULTPATH~\char`\"{}logfiles\char`\"{}}}
\label{appConfig_8h_0672e2d34f3bbe2f6cdad6f307b9d1cf}
Definition at line 8 of file appConfig.h.\hypertarget{appConfig_8h_3db4dba8d56385b62759b89c98cae447}{
\index{appConfig.h@{appConfig.h}!DEFAULTPORT@{DEFAULTPORT}}
\index{DEFAULTPORT@{DEFAULTPORT}!appConfig.h@{appConfig.h}}
\subsubsection[{DEFAULTPORT}]{\setlength{\rightskip}{0pt plus 5cm}\#define DEFAULTPORT~8801}}
\label{appConfig_8h_3db4dba8d56385b62759b89c98cae447}
Definition at line 7 of file appConfig.h.\hypertarget{appConfig_8h_9a98b2d0f973e357020c1274ec5b56c0}{
\index{appConfig.h@{appConfig.h}!LOGNAMEPATTERN@{LOGNAMEPATTERN}}
\index{LOGNAMEPATTERN@{LOGNAMEPATTERN}!appConfig.h@{appConfig.h}}
\subsubsection[{LOGNAMEPATTERN}]{\setlength{\rightskip}{0pt plus 5cm}\#define LOGNAMEPATTERN~\char`\"{}log-\%Y-\%m-\%d\_\-\%Hh\char`\"{}}}
\label{appConfig_8h_9a98b2d0f973e357020c1274ec5b56c0}
Definition at line 9 of file appConfig.h.\hypertarget{appConfig_8h_acc3ee1a7f283f8ef65cea31f4436a95}{
\index{appConfig.h@{appConfig.h}!MAX@{MAX}}
\index{MAX@{MAX}!appConfig.h@{appConfig.h}}
\subsubsection[{MAX}]{\setlength{\rightskip}{0pt plus 5cm}\#define MAX(x, \/ y)~((x) $>$ (y) ? (x) : (y))}}
\label{appConfig_8h_acc3ee1a7f283f8ef65cea31f4436a95}
Definition at line 12 of file appConfig.h.\hypertarget{appConfig_8h_ce5c08f66edfc6ae44edaeef6b6101b6}{
\index{appConfig.h@{appConfig.h}!MAXCLIENTS@{MAXCLIENTS}}
\index{MAXCLIENTS@{MAXCLIENTS}!appConfig.h@{appConfig.h}}
\subsubsection[{MAXCLIENTS}]{\setlength{\rightskip}{0pt plus 5cm}\#define MAXCLIENTS~1000}}
\label{appConfig_8h_ce5c08f66edfc6ae44edaeef6b6101b6}
Definition at line 5 of file appConfig.h.\hypertarget{appConfig_8h_f77ed3e65a7b1a9341603d152a1404df}{
\index{appConfig.h@{appConfig.h}!MAXPENDING@{MAXPENDING}}
\index{MAXPENDING@{MAXPENDING}!appConfig.h@{appConfig.h}}
\subsubsection[{MAXPENDING}]{\setlength{\rightskip}{0pt plus 5cm}\#define MAXPENDING~10}}
\label{appConfig_8h_f77ed3e65a7b1a9341603d152a1404df}
Definition at line 4 of file appConfig.h.\hypertarget{appConfig_8h_74e75242132eaabbc1c512488a135926}{
\index{appConfig.h@{appConfig.h}!MIN@{MIN}}
\index{MIN@{MIN}!appConfig.h@{appConfig.h}}
\subsubsection[{MIN}]{\setlength{\rightskip}{0pt plus 5cm}\#define MIN(x, \/ y)~((x) $<$ (y) ? (x) : (y))}}
\label{appConfig_8h_74e75242132eaabbc1c512488a135926}
Definition at line 15 of file appConfig.h.\hypertarget{appConfig_8h_a0534241791f23ec8098503582406166}{
\index{appConfig.h@{appConfig.h}!READBUFSIZE@{READBUFSIZE}}
\index{READBUFSIZE@{READBUFSIZE}!appConfig.h@{appConfig.h}}
\subsubsection[{READBUFSIZE}]{\setlength{\rightskip}{0pt plus 5cm}\#define READBUFSIZE~2048}}
\label{appConfig_8h_a0534241791f23ec8098503582406166}
Definition at line 6 of file appConfig.h.
\subsection{Function Documentation}
\hypertarget{appConfig_8h_3755d793d10d6e5793ed5086a0b22964}{
\index{appConfig.h@{appConfig.h}!handleCmdLine@{handleCmdLine}}
\index{handleCmdLine@{handleCmdLine}!appConfig.h@{appConfig.h}}
\subsubsection[{handleCmdLine}]{\setlength{\rightskip}{0pt plus 5cm}int handleCmdLine ({\bf tAppConfig} $\ast$ {\em config}, \/ int {\em argc}, \/ char $\ast$ {\em argv}\mbox{[}$\,$\mbox{]})}}
\label{appConfig_8h_3755d793d10d6e5793ed5086a0b22964}
Definition at line 10 of file handleCmdLine.c.