#include <tv.h>
Static Public Member Functions | |
static void | OpenTvFile (char *fileName) |
Open tv_data.gab file created by ReadTVListings(). | |
static Data * | DoTvQuery (Context *p) |
Do on-tv semantic query. | |
static Data * | DoTvProgQuery (Context *p) |
Do on-tv program semantic query. | |
static Data * | PrintChannels (Context *p) |
Print the TV channels. | |
static Data * | Act (Context *p) |
Perform action such as add/delete favorite channels. |
|
Perform action such as add/delete favorite channels.
|
|
Do on-tv program semantic query.
|
|
Do on-tv semantic query. Queries of on-disk TV listing data. Types of queries:
|
|
Open tv_data.gab file created by ReadTVListings(). Open a tv_data.gab file created by ReadTvListings(). Memory maps the file and prepares to respond to queries. |
|
Print the TV channels.
|