winData | WINファイルから読み込んだWINデータ(
関数read_win_fileの戻り値)を与える。
メンバsecondBlocksの各配列要素は1つの秒ブロックのデータを表す構造体であり、
そのメンバchannelBlockにはチャンネルブロックのデータを並べた配列が格納されている。
この関数内でこの「チャンネルブロックのデータを並べた配列」がソートされる。 Give a WIN data that was read from a WIN file (the return value of function read_win_file). Each array component of its member secondBlocks represents the data for each second block, which is a structure. The member channelBlock of this structure is an array composed of the data of channel blocks. Within this function, this “array composed of the data of channel blocks” is sorted. |
channelTable | チャンネルテーブルのデータ。
関数win_selectChannelTable
の戻り値を与える。 A channel table data given by function win_selectChannelTable. |