libflute
|
#include <cstdio>
#include <iostream>
#include <argp.h>
#include <cstdlib>
#include <fstream>
#include <string>
#include <filesystem>
#include <libconfig.h++>
#include <boost/asio.hpp>
#include "spdlog/async.h"
#include "spdlog/spdlog.h"
#include "spdlog/sinks/syslog_sink.h"
#include "Receiver.h"
#include "File.h"
Go to the source code of this file.
Classes | |
struct | ft_arguments |
Holds all options passed on the command line. More... | |
Functions | |
static void | print_version (FILE *stream, struct argp_state *) |
Print the program version in MAJOR.MINOR.PATCH format. More... | |
static auto | parse_opt (int key, char *arg, struct argp_state *state) -> error_t |
Parses the command line options into the arguments struct. More... | |
auto | main (int argc, char **argv) -> int |
Main entry point for the program. More... | |
Variables | |
void(* | argp_program_version_hook )(FILE *, struct argp_state *) = print_version |
const char * | argp_program_bug_address = "Austrian Broadcasting Services <obeca@ors.at>" |
static char | doc [] = "FLUTE/ALC receiver demo" |
static struct argp_option | options [] |
static struct argp | argp |
auto main | ( | int | argc, |
char ** | argv | ||
) | -> int |
Main entry point for the program.
argc | Command line agument count |
argv | Command line arguments |
Definition at line 106 of file flute-receiver.cpp.
|
static |
Parses the command line options into the arguments struct.
Definition at line 62 of file flute-receiver.cpp.
|
static |
Print the program version in MAJOR.MINOR.PATCH format.
Definition at line 93 of file flute-receiver.cpp.
|
static |
Definition at line 62 of file flute-receiver.cpp.
const char* argp_program_bug_address = "Austrian Broadcasting Services <obeca@ors.at>" |
Definition at line 32 of file flute-receiver.cpp.
void(* argp_program_version_hook) (FILE *, struct argp_state *) | ( | FILE * | , |
struct argp_state * | |||
) | = print_version |
Definition at line 31 of file flute-receiver.cpp.
|
static |
Definition at line 33 of file flute-receiver.cpp.
|
static |
Definition at line 33 of file flute-receiver.cpp.