channelTable | チャンネルテーブルデータ。 A channel table data. |
stations | 観測点リストの代入先。
宣言しただけのchar ∗∗型変数に&を付けて与える。
関数内で観測点数を要素数とする文字列配列として動的メモリが確保され、
観測点コードが代入される。 Memory into which the station list is to be inserted. Give an empty char ∗∗-type variable with &. Within the function, a dynamic memory for an array of strings is allocated, where the number of array components equals that of stations, and the station codes are inserted into the array. |