#include "mads.hpp"
#include <nlohmann/json.hpp>
#include <unistd.h>
#include <toml++/toml.hpp>
#include <iostream>
#include <regex>
#include <string>
#include <string_view>
#include <thread>
#include <future>
#include <zmq.hpp>
#include <zmq_addon.hpp>
#include <mutex>
#include <condition_variable>
#include <optional>
#include <span>
#include <atomic>
#include <memory>
#include "clock_offset.hpp"
#include "curve.hpp"
#include "exec_path.hpp"
#include "socket_monitor.hpp"
#include "topic_match.hpp"
#include <rang.hpp>
Go to the source code of this file.
|
| std::unique_ptr< Agent > | Mads::start_agent (std::string name, std::string settings_uri, std::map< std::string, std::string > crypto_settings={}) |
| | Quick Agent initialization function.
|
| |
◆ HOST_NAME_MAX
| #define HOST_NAME_MAX 255 |