appConfig_8h.tex 4.9 KB
\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.