![]() |
Mads
Multi-Agent Distributed System
|
#include "mads.hpp"#include <chrono>#include <condition_variable>#include <cstdint>#include <map>#include <mutex>#include <nlohmann/json.hpp>#include <optional>#include <string>#include <thread>#include <vector>Go to the source code of this file.
Classes | |
| class | Mads::ServiceDiscovery |
| struct | Mads::ServiceDiscovery::ServiceInfo |
Namespaces | |
| namespace | Mads |
Typedefs | |
| using | Mads::json = nlohmann::json |