関数win_readChannelTable マニュアル

(The documentation of function win_readChannelTable)

Last Update: 2022/3/17


◆機能・用途(Purpose)

WINシステムのチャンネルテーブルファイルを読み込む。
Read a channel table file of the WIN system.


◆形式(Format)

#include <win/channel.h>
inline struct win_channelTable win_readChannelTable
(const char ∗channelTableFile)


◆引数(Arguments)

channelTableFile 読み込むチャンネルテーブルファイル名。 書式は WINファイルのデータフォーマット 参照。
Name of the channel table file to read. See The data format of a “WIN” file for the format of the channel table.


◆戻り値(Return value)

ファイルchannelTableFileから読み込んだチャンネルテーブル。 省略された第14-18列の値やメンバfileName,scaleの値も設定される。
Information of the channel table read from the file channelTableFile, including omitted values of 14-18th columns and values of members filename and scale.


◆使用例(Example)

struct win_channelTable channelTableInfo =win_readChannelTable("channels.tbl");

(channels.tbl)
9991 1 0 NGY1 U 7 24 800 m/s 1.0 0.7 20 2.4445e-06 35.15490 136.96912 56 0 0
9992 1 0 NGY1 N 7 24 800 m/s 1.0 0.7 20 2.4445e-06 35.15490 136.96912 56 0 0
9993 1 0 NGY1 E 7 24 800 m/s 1.0 0.7 20 2.4445e-06 35.15490 136.96912 56 0 0
999A 1 0 NGY2 U 7 24 800 m/s 1.0 0.7 20 2.4445e-06 35.15503 136.96908 56 0 0
999B 1 0 NGY2 N 7 24 800 m/s 1.0 0.7 20 2.4445e-06 35.15503 136.96908 56 0 0
999C 1 0 NGY2 E 7 24 800 m/s 1.0 0.7 20 2.4445e-06 35.15503 136.96908 56 0 0