#include <vt.h>
Definition at line 36 of file vt.h.
Public Attributes | |
| int | pgno |
| int | subno |
| int | lang |
| int | flags |
| int | errors |
| unsigned int | lines |
| unsigned char | data [VT_HEIGHT][VT_WIDTH] |
| int | flof |
| struct { | |
| int pgno | |
| int subno | |
| } | link [6] |
| int vt_page::pgno |
Definition at line 38 of file vt.h.
Referenced by NuppelVideoRecorder::FormatTeletextSubtitles(), vbi_send_page(), and vt_line().
| int vt_page::subno |
Definition at line 38 of file vt.h.
Referenced by NuppelVideoRecorder::FormatTeletextSubtitles(), and vt_line().
| int vt_page::lang |
| int vt_page::flags |
Definition at line 40 of file vt.h.
Referenced by out_of_sync(), vbi_event(), vbi_send_page(), and vt_line().
| int vt_page::errors |
| unsigned int vt_page::lines |
| unsigned char vt_page::data[VT_HEIGHT][VT_WIDTH] |
Definition at line 43 of file vt.h.
Referenced by enhance(), NuppelVideoRecorder::FormatTeletextSubtitles(), and vt_line().
| int vt_page::flof |
| struct { ... } vt_page::link[6] |
Referenced by vt_line().
1.5.5