Node interface for SPSP.
More...
#include <chrono>
#include <cinttypes>
#include <climits>
#include <functional>
#include <memory>
#include <mutex>
#include <thread>
#include "spsp/layers.hpp"
#include "spsp/local_message.hpp"
#include "spsp/logger.hpp"
#include "spsp/version.hpp"
Go to the source code of this file.
|
|
#define | SPSP_LOG_TAG "SPSP/Node" |
| |
|
| using | SPSP::SubscribeCb = std::function< void(const std::string &topic, const std::string &payload)> |
| | Subscribe callback type. More...
|
| |
Node interface for SPSP.
- Author
- Dávid Benko (david.nosp@m.benk.nosp@m.o@dav.nosp@m.idbe.nosp@m.nko.d.nosp@m.ev)
- Copyright
- Copyright (c) 2023
Definition in file node.hpp.
◆ SubscribeCb
| using SPSP::SubscribeCb = typedef std::function<void(const std::string& topic, const std::string& payload)> |
Subscribe callback type.
Definition at line 42 of file node.hpp.