22#ifndef DDTDATABROKER_HPP_
23#define DDTDATABROKER_HPP_
25#include <condition_variable>
56 bool Init(
int argc,
char** argv);
65 const std::string ExtractPort(
const std::string uri,
int& string_index)
const;
73 bool CheckPath(std::string& uri,
const int string_index);
83 std::string uri_string;
88 std::string config_file;
93 bool datastreams_list;
98 const std::string URI_PATH{
"/broker"};
Definition: ddtDataBroker.hpp:36
bool Init(int argc, char **argv)
Definition: ddtDataBroker.cpp:97
int Run()
Definition: ddtDataBroker.cpp:179
Definition: ddtLogger.hpp:51
Builder for the command line parser.
Connection Manager. This class manages the connection handling between Data Brokers and Publisher / S...
Class to wrap the usage of log4cplus as logging utility. This file provides a wrapper class for the u...