class RetChInfo
extends Object
修飾子とタイプ | フィールドと説明 |
---|---|
protected long |
bytesLength
データのバイト長
|
protected int |
chNo
チャネル番号
|
protected String |
commentStr
コメント
|
protected long |
compLength
データの圧縮長(バイト)
|
protected long |
dataLength
イメージタイプによるデータ長
|
protected short |
dataType
データのタイプ RAW or ANA
|
protected String |
imageType
データのイメージタイプ
|
protected short |
isNframe
フレーム構造の有無およびにフレーム数
(
=0:フレーム構造でない。
|
protected String |
managementStr
管理番号文字列
|
protected short |
paramCount
パラメータの数
|
protected short |
valueLen
データの有効ビット数、ビット分解能、ビット深度
|
コンストラクタと説明 |
---|
RetChInfo(int chno,
int data_length,
int comp_length,
short param_count,
short data_type,
String image_type,
short value_len,
short is_nframe,
String management,
String comment)
コンストラクタ
|
RetChInfo(int chno,
LongByReference data_length,
LongByReference comp_length,
ShortByReference param_count,
ShortByReference data_type,
Pointer image_type,
ShortByReference value_len,
ShortByReference is_nframe,
Pointer management,
Pointer comment)
コンストラクタ
|
protected int chNo
protected long bytesLength
protected long compLength
protected short paramCount
protected short dataType
protected String imageType
protected short valueLen
protected short isNframe
protected String managementStr
protected String commentStr
protected long dataLength
RetChInfo(int chno, int data_length, int comp_length, short param_count, short data_type, String image_type, short value_len, short is_nframe, String management, String comment)
chno
- チャネル番号data_length
- データの長さ(バイト)comp_length
- dataの圧縮時長さ(バイト)param_count
- パラメータ数data_type
- データ種別image_type
- イメージ種別value_len
- データの有効ビット数is_nframe
- フレーム構造の有無およびフレーム数management
- 管理バージョンcomment
- コメントRetChInfo(int chno, LongByReference data_length, LongByReference comp_length, ShortByReference param_count, ShortByReference data_type, Pointer image_type, ShortByReference value_len, ShortByReference is_nframe, Pointer management, Pointer comment)
chno
- チャネル番号data_length
- データの長さ(バイト)comp_length
- dataの圧縮時長さ(バイト)param_count
- パラメータ数data_type
- データ種別image_type
- イメージ種別value_len
- データの有効ビット数is_nframe
- フレーム構造の有無およびフレーム数management
- 管理バージョンcomment
- コメント