NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
control_message.cpp File Reference
Include dependency graph for control_message.cpp:

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)