Playback class header file. More...
#include <player_common.h>
Data Structures | |
class | playback |
struct | playback::struct_file_handle |
Functions | |
void | read_line (FILE *buffer, char *line) |
Reads a line from a buffer. | |
void | printf_usage (char *argv) |
Prints this module usage. | |
void | print_xpath_nodes (xmlNodeSetPtr nodes, FILE *output) |
void | update_xpath_nodes (xmlNodeSetPtr nodes, const xmlChar *value) |
update_xpath_nodes | |
xmlChar * | ConvertInput (const char *in, const char *encoding) |
ConvertInput. | |
void | _p (const char *text) |
Print This function prints a message using the name of the module 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 | _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 | _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. | |
Variables | |
playback_status_message | status_message |
Playback class header file.