Playback class source code. More...
#include "player_functions.h"
Functions | |
void | read_line (FILE *buffer, char *line) |
Reads a line from a buffer. | |
void | printf_usage (char *argv) |
Prints this module usage. | |
void | _perr (const char *function_name, unsigned int line, const char *text) |
Print Error This function prints a error message using the name of the calling function, the line it was called and a custom message. | |
void | _pwarn (const char *function_name, unsigned int line, const char *text) |
Print warning This function prints a warning message using the name of the calling function, the line it was called and a custom message. | |
void | _pdeb (const char *function_name, unsigned int line, const char *text) |
Print debug This function prints a debug message using the name of the calling function, the line it was called and a custom message. | |
void | _p (const char *text) |
Print This function prints a message using the name of the module and a custom message. | |
xmlChar * | ConvertInput (const char *in, const char *encoding) |
ConvertInput. | |
void | update_xpath_nodes (xmlNodeSetPtr nodes, const xmlChar *value) |
update_xpath_nodes |
Playback class source code.