Displays information about the programming schedule, as given in the ubs.conf file.
Included Files
- #include </usr/lib/gcc-lib/i486-pc-linux-gnu/3.2.3/include/stdio.h>
- #include </usr/include/stdlib.h>
- #include </usr/include/string.h>
- #include </usr/include/unistd.h>
- #include </usr/include/signal.h>
- #include </usr/include/sys/types.h>
- #include </usr/include/errno.h>
char PROCNAME[128]
struct tm* CUR_TIME
ubs_table GLOBAL
int LOGLEVEL
An array that holds all of the half-hour slots for an entire week, which is the period of time that the ubs runs off of. This array contains integers which correspond to show ID's
int WEEK[7][48]
All the known shows
struct show* ALLSHOWS
ubs_table SCHED
Displays information about the programming schedule.
int cmd_sched ( int cmdc, char** cmdv )
- int cmd_sched
- Returns OK on success
- int cmdc
- Number of arguments
- char** cmdv
- Argument vector
dump_sched Returns 0 for success
int sub_dump_sched ( int format )
int mode The output mode