TimeManager
Functions
schedule.h File Reference

データベースのスケジュールを出力するコマンドに関する宣言。 More...

Go to the source code of this file.

Functions

int schedule (int argc, char *argv[])
 データベースにある有効なスケジュールをstdoutに出力します。 More...
 

Detailed Description

データベースのスケジュールを出力するコマンドに関する宣言。

Function Documentation

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

データベースにある有効なスケジュールをstdoutに出力します。

Parameters
[in]argcargc値
[in]argvargv値
Returns
成功時は0、失敗時には1、使用方法に誤りがある場合は2を返す。