osurs
0.0.1
|
Export network to a file. More...
Macros | |
#define | ENCODING "UTF-8" |
Functions | |
int | export_network (Network *network, const char *filename) |
Export a network to xml. More... | |
int | export_reservations (Network *network, const char *filename) |
Export reservations of a network to xml. More... | |
Export network to a file.
int export_network | ( | Network * | network, |
const char * | filename | ||
) |
Export a network to xml.
network | The network to export. |
filename | The file to create. |
int export_reservations | ( | Network * | network, |
const char * | filename | ||
) |
Export reservations of a network to xml.
network | The network to export the reservations. |
filename | The file to create. |