|
libadc-cxx 1.0.0
Structured logging for scientific computing
|
#include <adc/builder/builder.hpp>#include <adc/publisher/publisher.hpp>#include <cstdlib>#include <iostream>#include <fstream>#include <filesystem>#include <unistd.h>
Go to the source code of this file.
Classes | |
| class | adc::libcurl_plugin |
| NOT yet implemented publisher plugin that will eventually use libcurl. More... | |
Namespaces | |
| namespace | adc |
Macros | |
| #define | ADC_LIBCURL_PLUGIN_PORT_DEFAULT "443" |
| #define | ADC_LIBCURL_PLUGIN_URL_DEFAULT "https://localhost" |
Functions | |
| const string | adc::plugin_libcurl_prefix ("ADC_LIBCURL_PLUGIN_") |
Variables | |
| const std::map< string, string > | adc::plugin_libcurl_config_defaults |
| #define ADC_LIBCURL_PLUGIN_PORT_DEFAULT "443" |
Definition at line 16 of file libcurl.ipp.
| #define ADC_LIBCURL_PLUGIN_URL_DEFAULT "https://localhost" |
Definition at line 17 of file libcurl.ipp.