関数TF_read_snapshot_initfile マニュアル

(The documentation of function TF_read_snapshot_initfile)

Last Update: 2024/2/20


◆機能・用途(Purpose)

スナップショットの出力に関する設定をファイルから読み込む。
Read the configuration of the output snapshots from a file.


◆形式(Format)

#include "waterPML_sub/station.h"
inline void TF_read_snapshot_initfile
(const struct waterPML_parameters parameters, struct TF_snapshot ∗snapshot)


◆引数(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.
snapshot スナップショットの設定の代入先の配列。 動的メモリの確保を済ませただけの配列を与える。 関数内で値が設定される。
An array to preserve the configurations of snapshots. Give an empty array whose dynamic memory has been allocated but whose component values have not been set. Within the function, the values of array components are set.


◆動作(Behaviour)

引数snapshotの配列要素を設定する。
Set the array components of argument snapshot.