|
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 "Transmitter.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 transmitter demo" |
| static struct argp_option | options [] |
| static char | args_doc [] = "[FILE...]" |
| 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 117 of file flute-transmitter.cpp.
|
static |
Parses the command line options into the arguments struct.
Definition at line 63 of file flute-transmitter.cpp.
|
static |
Print the program version in MAJOR.MINOR.PATCH format.
Definition at line 104 of file flute-transmitter.cpp.
|
static |
Definition at line 97 of file flute-transmitter.cpp.
| const char* argp_program_bug_address = "Austrian Broadcasting Services <obeca@ors.at>" |
Definition at line 31 of file flute-transmitter.cpp.
| void(* argp_program_version_hook) (FILE *, struct argp_state *) | ( | FILE * | , |
| struct argp_state * | |||
| ) | = print_version |
Definition at line 30 of file flute-transmitter.cpp.
|
static |
Definition at line 97 of file flute-transmitter.cpp.
|
static |
Definition at line 32 of file flute-transmitter.cpp.
|
static |
Definition at line 32 of file flute-transmitter.cpp.