radiosched.h File Reference
Detailed Description
Schedule connections to other radios (to re-broadcast their shows) or play files. This file contains necessary interfaces and some concrete classes.
Definition in file radiosched.h.
#include <math.h>
#include <pthread.h>
#include <sys/time.h>
#include <inchannels.h>
#include <outchannels.h>
#include <gui.h>
#include <generic.h>
Go to the source code of this file.
Define Documentation
| #define CRONSIZE (8192*2)
|
|
| #define SCHEDFILE "schedule.xml"
|
|
Typedef Documentation
Function Documentation
| int create_xml_schedule_file |
( |
void |
|
) |
|
|
|
|
Create an empty one if it does not exists. |
| char* format_xml_sched_rec |
( |
const sched_rec * |
rec |
) |
|
|
|
|
Must free() returner pointer. |
|
|
Parse $HOME/.muse/ SCHEDFILE and call - Parameters:
-
- Returns:
- TRUE if parse successfull.
|
| const char* sched_file_path |
( |
void |
|
) |
|
|
| int write_xml_schedule_file |
( |
const char * |
content |
) |
|
|
Variable Documentation