|
pianod2
multisource multiuser scriptable networked music player
|
Multiuser multisource network music player. More...
#include <config.h>#include <cstdio>#include <cstdlib>#include <ctime>#include <cstdint>#include <cassert>#include <iostream>#include <signal.h>#include <string.h>#include <strings.h>#include <getopt.h>#include <limits.h>#include <sys/stat.h>#include <exception>#include <football/fb_public.h>#include "conductor.h"#include "sources.h"#include "fileio.h"
Macros | |
| #define | _DARWIN_C_SOURCE |
Functions | |
| void | setprogname (const char *name) |
| const char * | getprogname (void) |
| static void | usage () |
| Display command line usage and explanation of options. More... | |
| static void | report_version (int verbose) |
| Display package version number and build options. More... | |
| static void | run (void) |
| void | receive_signal (int signum) |
| int | main (int argc, char **argv) |
Variables | |
| static const char * | progname |
| static Orchestra::Conductor * | conductor = nullptr |
Multiuser multisource network music player.
| #define _DARWIN_C_SOURCE |
| const char* getprogname | ( | void | ) |

| int main | ( | int | argc, |
| char ** | argv | ||
| ) |

| void receive_signal | ( | int | signum | ) |


|
static |
Display package version number and build options.


|
static |


| void setprogname | ( | const char * | name | ) |

|
static |
Display command line usage and explanation of options.


|
static |
|
static |