detect_VLP_sub/set_parameters.h マニュアル

(The documentation of detect_VLP_sub/set_parameters.h)

Last Update: 2022/8/8


detect_VLP_sub/set_parameters.hでは パラメータの設定とチェックを行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to set and check parameters are defined in detect_VLP_sub/set_parameters.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
TF_set_parameters_argument.html コマンドライン引数で指定されたパラメータ一式を struct TF_parameters型構造体に読み込む。
Read parameters from command-line arguments to a struct TF_parameters-type structure.
TF_set_parameters_sacheader 入力SACファイルからヘッダを読み込んで struct TF_parameters型構造体に反映する。
Read parameters from the input SAC file to a struct TF_parameters-type structure.
TF_set_parameters_others struct TF_parameters型構造体のメンバのうち、 関数TF_set_parameters_argument, TF_set_parameters_sacheader で設定されないメンバの値を設定する。
Set the values of members of a struct TF_parameters-type structure that are not given by functions TF_set_parameters_argument and TF_set_parameters_sacheader.
TF_check_parameters パラメータの値をチェックする。
Check the values of parameters.