| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <storage_common/control_message.hpp>#include <storage_common/buffer_utils.hpp>#include <storage_common/definitions.hpp>
Go to the source code of this file.
Namespaces | |
| storage | |
| storage::control | |
Functions | |
| uint32_t | storage::control::wire_size (storage::control::message_header const &hdr) noexcept |
| uint32_t | storage::control::wire_size (storage::control::message const &msg) |
| char * | storage::control::encode (char *buffer, storage::control::message_header const &hdr) noexcept |
| char * | storage::control::encode (char *buffer, storage::control::message const &msg) |
| char const * | storage::control::decode (char const *buffer, storage::control::message_header &hdr) noexcept |
| char const * | storage::control::decode (char const *buffer, storage::control::message &msg) |
| std::string | storage::control::to_string (storage::control::message_type type) |
| std::string | storage::control::to_string (storage::control::rdma_connection_role role) |
| std::string | storage::control::to_string (storage::control::message const &msg) |