関数TF_set_parameters マニュアル

(The documentation of function TF_set_parameters)

Last Update: 2022/3/31


◆機能・用途(Purpose)

コマンドライン引数で指定されたパラメータ一式を struct TF_parameters型構造体に読み込む。
Read parameters specified by command-line arguments to a struct TF_parameters-type structure.


◆形式(Format)

#include "WIHM_sub/set_structure.h"
inline struct TF_parameters TF_set_parameters(int ARGC,char ∗ARGV[])


◆引数(Arguments)

ARGC コマンドライン引数の個数(コマンド自体を含む)。
The number of command-line arguments, including the command itself.
ARGV コマンドライン引数を並べた配列(コマンド自体を含む)。
An array composed of command-line arguments, including the command itself.


◆戻り値(Return value)

読み込んだパラメータ一式を代入した構造体。
The structure in which the parameters read from the command-line arguments are set.