関数TF_closeall マニュアル

(The documentation of function TF_closeall)

Last Update: 2022/8/8


◆機能・用途(Purpose)

コマンドライン引数の指定に基づいて、 出力対象になっている全てのファイルをクローズする。
Close all output files that are specified to output by command-line arguments.


◆形式(Format)

#include "detect_VLP_sub/file.h"
inline void TF_closeall
(const struct TF_parameters parameters,
 FILE_L fp_eventCandidate,FILE_L fp_peakList,
 FILE_L fp_eventList,FILE_L fp_sacMacro)


◆引数(Arguments)

parameters 全てのメンバの値が設定された構造体。
A structure for which the values of all members are set.
fp_eventCandidate イベント候補リストファイル用の構造体。 関数TF_openallに使用したのと同じ変数を使用する。
A structure for an event candidate list file. Use the same variable as that used for function TF_openall.
fp_peakList ピークリストファイル用の構造体。 関数TF_openallに使用したのと同じ変数を使用する。
A structure for a peak list file. Use the same variable as that used for function TF_openall.
fp_eventList イベントリストファイル用の構造体。 関数TF_openallに使用したのと同じ変数を使用する。
A structure for an event list file. Use the same variable as that used for function TF_openall.
fp_sacMacro イベント波形プロット用SACマクロ用の構造体。 関数TF_openallに使用したのと同じ変数を使用する。
A structure for a macro for plotting event waveforms in SAC. Use the same variable as that used for function TF_openall.


◆動作(Behaviour)

イベント候補リストファイル、 ピークリストファイル、 イベントリストファイル、 イベント波形プロット用SACマクロのうち、 コマンドライン引数でオープンの対象になっているファイルが引数 fp_eventCandidate, fp_peakList, fp_eventList, fp_sacMacro によって開かれているものと仮定し、 これらを関数CKfclose(file.h)を用いてクローズする。
Close files that are specified to open by command-line arguments, among an event candidate list file, a peak list file, an event list file, and a macro for plotting event waveforms in SAC. These files are assumed to have been opened using the arguments fp_eventCandidate, fp_peakList, fp_eventList, and fp_sacMacro, and are closed by function CKclose (file.h).