detect_VLP_sub/file.h マニュアル

(The documentation of detect_VLP_sub/file.h)

Last Update: 2022/8/8


detect_VLP_sub/file.hでは ファイルをオープン・クローズする関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to open and close files are defined in detect_VLP_sub/file.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
TF_openall コマンドライン引数の指定に基づいて、 出力対象になっている全てのファイルを 指定したモード(上書き/追加書き込み)でオープンする。
Open all output files, that are specified to output by command-line arguments, with specified (overwrite or add) modes.
TF_closeall コマンドライン引数の指定に基づいて、 出力対象になっている全てのファイルをクローズする。
Close all output files that are specified to output by command-line arguments.