#include <iostream>
#include "fcf/gui/motgui/mainwindow.h"
#include <QApplication>
#include <azmq/socket.hpp>
#include <azmq/message.hpp>
#include <boost/asio.hpp>
#include <boost/program_options.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <rad/Helper.hpp>
#include <rad/Logger.hpp>
#include <rad/DbAdapterRedis.hpp>
|
void | show_help (const po::options_description &desc, const std::string &topic="") |
|
void | process_program_options (const int argc, const char *const argv[], std::string &device, std::string &req_endpoint, std::string &sub_endpoint, std::string &db_endpoint, int &db_timeout, std::string &server_id) |
|
int | main (int argc, char *argv[]) |
|
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
void process_program_options |
( |
const int |
argc, |
|
|
const char *const |
argv[], |
|
|
std::string & |
device, |
|
|
std::string & |
req_endpoint, |
|
|
std::string & |
sub_endpoint, |
|
|
std::string & |
db_endpoint, |
|
|
int & |
db_timeout, |
|
|
std::string & |
server_id |
|
) |
| |
void show_help |
( |
const po::options_description & |
desc, |
|
|
const std::string & |
topic = "" |
|
) |
| |