#include <iostream>#include <variant>#include <list>#include "ifw/core/protocol/base/dispatcher.hpp"#include "ifw/core/protocol/base/commMaker.hpp"Go to the source code of this file.
Classes | |
| class | ifw::core::protocol::base::IComm |
Namespaces | |
| namespace | ifw |
| namespace | ifw::core |
| namespace | ifw::core::protocol |
| namespace | ifw::core::protocol::base |
Macros | |
| #define | REGISTER_COMM(T) |
Typedefs | |
| using | ifw::core::protocol::base::Variant |
| using | ifw::core::protocol::base::PairVariant = std::pair<std::string, Variant> |
| using | ifw::core::protocol::base::ListVariant = std::list<PairVariant> |
| using | ifw::core::protocol::base::VectorVariant = std::vector<PairVariant> |
| #define REGISTER_COMM | ( | T | ) |