YACASL2
Functions | Variables
comet2monitor.c File Reference
#include "package.h"
#include "exec.h"
#include "load.h"
Include dependency graph for comet2monitor.c:

Go to the source code of this file.

Functions

void addcerrlist_comet2monitor ()
 
int main (int argc, char *argv[])
 comet2monitorコマンドのメイン More...
 

Variables

static struct option longopts []
 
CERR cerr_comet2monitor []
 casl2のエラー定義 More...
 

Function Documentation

◆ addcerrlist_comet2monitor()

void addcerrlist_comet2monitor ( )

Definition at line 23 of file comet2monitor.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

comet2monitorコマンドのメイン

Returns
正常終了時は0、異常終了時は1
Parameters
argcコマンドライン引数の数
*argv[]コマンドライン引数の配列

Definition at line 36 of file comet2monitor.c.

Here is the call graph for this function:

Variable Documentation

◆ cerr_comet2monitor

CERR cerr_comet2monitor[]
Initial value:
= {
{ 401, "invalid option" },
}

casl2のエラー定義

Definition at line 19 of file comet2monitor.c.

◆ longopts

struct option longopts[]
static
Initial value:
= {
{"memorysize", required_argument, NULL, 'M'},
{"clocks", required_argument, NULL, 'C'},
{"version", no_argument, NULL, 'v' },
{"help", no_argument, NULL, 'h'},
{0, 0, 0, 0},
}

comet2monitorコマンドのオプション

Definition at line 1 of file comet2monitor.c.