\doxysection{src/comet2monitor.c File Reference}
\label{comet2monitor_8c}\index{src/comet2monitor.c@{src/comet2monitor.c}}
{\ttfamily \#include \char`\"{}package.\+h\char`\"{}}\newline
{\ttfamily \#include \char`\"{}exec.\+h\char`\"{}}\newline
{\ttfamily \#include \char`\"{}load.\+h\char`\"{}}\newline
Include dependency graph for comet2monitor.\+c\+:\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=350pt]{comet2monitor_8c__incl}
\end{center}
\end{figure}
\doxysubsection*{Functions}
\begin{DoxyCompactItemize}
\item
void \textbf{ addcerrlist\+\_\+comet2monitor} ()
\item
int \textbf{ main} (int argc, char $\ast$argv[$\,$])
\begin{DoxyCompactList}\small\item\em comet2monitorコマンドのメイン \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection*{Variables}
\begin{DoxyCompactItemize}
\item
static struct option \textbf{ longopts} [$\,$]
\item
\textbf{ CERR} \textbf{ cerr\+\_\+comet2monitor} [$\,$]
\begin{DoxyCompactList}\small\item\em casl2のエラー定義 \end{DoxyCompactList}\end{DoxyCompactItemize}
\doxysubsection{Function Documentation}
\mbox{\label{comet2monitor_8c_a6a97600beee0c7cc7d3e61f7f0dce3c8}}
\index{comet2monitor.c@{comet2monitor.c}!addcerrlist\_comet2monitor@{addcerrlist\_comet2monitor}}
\index{addcerrlist\_comet2monitor@{addcerrlist\_comet2monitor}!comet2monitor.c@{comet2monitor.c}}
\doxysubsubsection{addcerrlist\_comet2monitor()}
{\footnotesize\ttfamily void addcerrlist\+\_\+comet2monitor (\begin{DoxyParamCaption}{ }\end{DoxyParamCaption})}
Definition at line 23 of file comet2monitor.\+c.
Here is the call graph for this function\+:\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=350pt]{comet2monitor_8c_a6a97600beee0c7cc7d3e61f7f0dce3c8_cgraph}
\end{center}
\end{figure}
Here is the caller graph for this function\+:\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=252pt]{comet2monitor_8c_a6a97600beee0c7cc7d3e61f7f0dce3c8_icgraph}
\end{center}
\end{figure}
\mbox{\label{comet2monitor_8c_a0ddf1224851353fc92bfbff6f499fa97}}
\index{comet2monitor.c@{comet2monitor.c}!main@{main}}
\index{main@{main}!comet2monitor.c@{comet2monitor.c}}
\doxysubsubsection{main()}
{\footnotesize\ttfamily int main (\begin{DoxyParamCaption}\item[{int}]{argc, }\item[{char $\ast$}]{argv[$\,$] }\end{DoxyParamCaption})}
comet2monitorコマンドのメイン
\begin{DoxyReturn}{Returns}
正常終了時は0、異常終了時は1
\end{DoxyReturn}
\begin{DoxyParams}{Parameters}
{\em argc} & コマンドライン引数の数 \\
\hline
{\em $\ast$argv\mbox{[}$\,$\mbox{]}} & コマンドライン引数の配列 \\
\hline
\end{DoxyParams}
Definition at line 36 of file comet2monitor.\+c.
Here is the call graph for this function\+:\nopagebreak
\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[width=350pt]{comet2monitor_8c_a0ddf1224851353fc92bfbff6f499fa97_cgraph}
\end{center}
\end{figure}
\doxysubsection{Variable Documentation}
\mbox{\label{comet2monitor_8c_a933a5666ad81186089fdea3a0ecaac73}}
\index{comet2monitor.c@{comet2monitor.c}!cerr\_comet2monitor@{cerr\_comet2monitor}}
\index{cerr\_comet2monitor@{cerr\_comet2monitor}!comet2monitor.c@{comet2monitor.c}}
\doxysubsubsection{cerr\_comet2monitor}
{\footnotesize\ttfamily \textbf{ CERR} cerr\+\_\+comet2monitor[$\,$]}
{\bfseries Initial value\+:}
\begin{DoxyCode}{0}
\DoxyCodeLine{= \{}
\DoxyCodeLine{ \{ 401, \textcolor{stringliteral}{"{}invalid option"{}} \},}
\DoxyCodeLine{\}}
\end{DoxyCode}
casl2のエラー定義
Definition at line 19 of file comet2monitor.\+c.
\mbox{\label{comet2monitor_8c_a94965649155359a4c4eb047af782bf22}}
\index{comet2monitor.c@{comet2monitor.c}!longopts@{longopts}}
\index{longopts@{longopts}!comet2monitor.c@{comet2monitor.c}}
\doxysubsubsection{longopts}
{\footnotesize\ttfamily struct option longopts[$\,$]\hspace{0.3cm}{\ttfamily [static]}}
{\bfseries Initial value\+:}
\begin{DoxyCode}{0}
\DoxyCodeLine{= \{}
\DoxyCodeLine{ \{\textcolor{stringliteral}{"{}memorysize"{}}, required\_argument, NULL, \textcolor{charliteral}{'M'}\},}
\DoxyCodeLine{ \{\textcolor{stringliteral}{"{}clocks"{}}, required\_argument, NULL, \textcolor{charliteral}{'C'}\},}
\DoxyCodeLine{ \{\textcolor{stringliteral}{"{}version"{}}, no\_argument, NULL, \textcolor{charliteral}{'v'} \},}
\DoxyCodeLine{ \{\textcolor{stringliteral}{"{}help"{}}, no\_argument, NULL, \textcolor{charliteral}{'h'}\},}
\DoxyCodeLine{ \{0, 0, 0, 0\},}
\DoxyCodeLine{\}}
\end{DoxyCode}
comet2monitorコマンドのオプション
Definition at line 1 of file comet2monitor.\+c.