| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <storage_common/control_channel.hpp>#include <chrono>#include <thread>#include <doca_comch.h>#include <doca_log.h>#include <doca_pe.h>#include <storage_common/buffer_utils.hpp>#include <storage_common/definitions.hpp>#include <storage_common/doca_utils.hpp>#include <storage_common/tcp_socket.hpp>
Go to the source code of this file.
Namespaces | |
| storage | |
| storage::control | |
Functions | |
| DOCA_LOG_REGISTER (CONTROL_CHANNEL) | |
| std::unique_ptr< storage::control::comch_channel > | storage::control::make_comch_client_control_channel (doca_dev *dev, char const *channel_name, void *callback_user_data, comch_channel::consumer_event_callback new_consumer_event_cb, comch_channel::consumer_event_callback expired_consumer_event_cb) |
| std::unique_ptr< storage::control::comch_channel > | storage::control::make_comch_server_control_channel (doca_dev *dev, doca_dev_rep *dev_rep, char const *channel_name, void *callback_user_data, comch_channel::consumer_event_callback new_consumer_event_cb, comch_channel::consumer_event_callback expired_consumer_event_cb) |
| std::unique_ptr< storage::control::channel > | storage::control::make_tcp_client_control_channel (storage::ip_address const &server_address) |
| std::unique_ptr< storage::control::channel > | storage::control::make_tcp_server_control_channel (uint16_t listen_port) |
| DOCA_LOG_REGISTER | ( | CONTROL_CHANNEL | ) |
|
protected |
Definition at line 177 of file control_channel.cpp.
|
protected |
Definition at line 179 of file control_channel.cpp.
|
protected |
Definition at line 178 of file control_channel.cpp.
|
protected |
Definition at line 102 of file control_channel.cpp.
|
protected |
Definition at line 180 of file control_channel.cpp.
|
protected |
Definition at line 176 of file control_channel.cpp.
|
protected |
Definition at line 100 of file control_channel.cpp.
|
protected |
Definition at line 101 of file control_channel.cpp.
|
protected |
Definition at line 99 of file control_channel.cpp.