関数TF_write_snapshot_init マニュアル

(The documentation of function TF_write_snapshot_init)

Last Update: 2024/2/21


◆機能・用途(Purpose)

スナップショットの設定を出力する。
Output the configuration of a snapshot.


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_write_snapshot_init
(const struct waterPML_parameters parameters,const int is,
 const 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.
is 出力するスナップショットの領域番号。
An index of the region of snapshot to output.
snapshot 出力するスナップショットの設定が格納された構造体。 関数TF_read_snapshot_initの戻り値のis番目の配列要素を与える。
A structure composed of the configuration of the snapshot to output. Use the isth array component of the return value of function TF_read_snapshot_init.


◆動作(Behaviour)

引数snapshotに格納されている設定情報を このファイル に出力する。
Output the configuration of the snapshot stored in the argument snapshot into this file.