|
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 18 of file mpiSimpleDemo.cpp.
| int start_publisher | ( | std::shared_ptr< adc::publisher_api > | pi, |
| std::map< std::string, std::string > & | pconfig | ||
| ) |
Definition at line 34 of file mpiSimpleDemo.cpp.
| void populate_start | ( | std::shared_ptr< adc::builder_api > | b, |
| adc::factory & | f | ||
| ) |
Definition at line 53 of file mpiSimpleDemo.cpp.
| void populate_progress | ( | std::shared_ptr< adc::builder_api > | b, |
| adc::factory & | f | ||
| ) |
Definition at line 103 of file mpiSimpleDemo.cpp.
| void populate_end | ( | std::shared_ptr< adc::builder_api > | b, |
| adc::factory & | f | ||
| ) |
Definition at line 133 of file mpiSimpleDemo.cpp.
| int main | ( | int | , |
| char ** | |||
| ) |
Definition at line 165 of file mpiSimpleDemo.cpp.
| std::map<std::string, std::string> file_config |
Definition at line 20 of file mpiSimpleDemo.cpp.
| std::map<std::string, std::string> null_config |
Definition at line 26 of file mpiSimpleDemo.cpp.
| std::map<std::string, std::string> ldmsd_stream_publish_config |
Definition at line 28 of file mpiSimpleDemo.cpp.