Mercurial > pt1.mumumu
diff recpt1/recpt1.h @ 6:d898fd27547f
cleanups
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 17 Feb 2009 11:39:26 +0900 |
parents | 97fd2315114e |
children | 4615eaf04415 |
line wrap: on
line diff
--- a/recpt1/recpt1.h Tue Feb 17 05:58:36 2009 +0900 +++ b/recpt1/recpt1.h Tue Feb 17 11:39:26 2009 +0900 @@ -19,7 +19,7 @@ #define FALSE 0 typedef struct _BUFSZ { - int size ; + int size; u_char buffer[MAX_READ_SIZE]; } BUFSZ; @@ -36,10 +36,10 @@ } QUEUE_T; typedef struct _ISDB_T_FREQ_CONV_TABLE { - int set_freq ; // 実際にioctl()を行う値 - int type ; // チャンネルタイプ - int add_freq ; // 追加する周波数(BS/CSの場合はスロット番号) - char *parm_freq ; // パラメータで受ける値 + int set_freq; // 実際にioctl()を行う値 + int type; // チャンネルタイプ + int add_freq; // 追加する周波数(BS/CSの場合はスロット番号) + char *parm_freq; // パラメータで受ける値 } ISDB_T_FREQ_CONV_TABLE; // 変換テーブル(ISDB-T用)