|
libadc-cxx 1.0.0
Structured logging for scientific computing
|
#include "adc/factory.hpp"#include <cerrno>#include <cstring>#include <sstream>#include <limits>#include <unistd.h>
Go to the source code of this file.
Macros | |
| #define | DEBUG 1 |
Functions | |
| int | start_publisher (std::shared_ptr< adc::publisher_api > pi, std::map< std::string, std::string > &pconfig) |
| void | populate_start (std::shared_ptr< adc::builder_api > b, adc::factory &f) |
| void | populate_progress (std::shared_ptr< adc::builder_api > b, adc::factory &f) |
| void | populate_end (std::shared_ptr< adc::builder_api > b, adc::factory &f) |
| int | main (int, char **) |
Variables | |
| std::map< std::string, std::string > | file_config |
| std::map< std::string, std::string > | null_config |
| std::map< std::string, std::string > | ldmsd_stream_publish_config |
| #define DEBUG 1 |
Definition at line 22 of file mpiSimpleDemo.cpp.
| int start_publisher | ( | std::shared_ptr< adc::publisher_api > | pi, |
| std::map< std::string, std::string > & | pconfig | ||
| ) |
Definition at line 38 of file mpiSimpleDemo.cpp.
| void populate_start | ( | std::shared_ptr< adc::builder_api > | b, |
| adc::factory & | f | ||
| ) |
Definition at line 57 of file mpiSimpleDemo.cpp.
| void populate_progress | ( | std::shared_ptr< adc::builder_api > | b, |
| adc::factory & | f | ||
| ) |
Definition at line 107 of file mpiSimpleDemo.cpp.
| void populate_end | ( | std::shared_ptr< adc::builder_api > | b, |
| adc::factory & | f | ||
| ) |
Definition at line 137 of file mpiSimpleDemo.cpp.
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 169 of file mpiSimpleDemo.cpp.
| std::map<std::string, std::string> file_config |
Definition at line 24 of file mpiSimpleDemo.cpp.
| std::map<std::string, std::string> null_config |
Definition at line 30 of file mpiSimpleDemo.cpp.
| std::map<std::string, std::string> ldmsd_stream_publish_config |
Definition at line 32 of file mpiSimpleDemo.cpp.