関数TF_write_command_log マニュアル

(The documentation of function TF_write_command_log)

Last Update: 2024/2/21


◆機能・用途(Purpose)

実行したコマンドのログを出力する。
Output the log of the executed command.


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_write_command_log
(const struct waterPML_parameters parameters, const int ARGC,char ∗const ∗ARGV)


◆引数(Arguments)

parameters 関数 TF_set_parameters, TF_read_stations, TF_count_snapshot によってメンバの値の設定を済ませた構造体。
A structure whose members were set by functions TF_set_parameters, TF_read_stations, and TF_count_snapshot.
ARGC waterPMLコマンドの実行時にユーザが使用したコマンドライン引数の個数。
The number of command-line arguments used when the user executed the waterPML command.
ARGV waterPMLコマンドの実行時にユーザが使用したコマンドライン引数のリスト。
List of command-line arguments used when the user executed the waterPML command.


◆動作(Behaviour)

実行したコマンドのログ を出力する。
Output the log of the executed command.