| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/storage/storage_common/control_channel.hpp>


Public Types | |
| using | consumer_event_callback = std::function< void(void *user_data, uint32_t consumer_id)> |
Public Member Functions | |
| virtual doca_comch_connection * | get_comch_connection () const noexcept=0 |
Public Member Functions inherited from storage::control::channel | |
| virtual | ~channel ()=default |
| virtual bool | is_connected ()=0 |
| virtual void | send_message (message const &msg)=0 |
| virtual storage::control::message * | poll ()=0 |
Definition at line 51 of file control_channel.hpp.
| using storage::control::comch_channel::consumer_event_callback = std::function<void(void *user_data, uint32_t consumer_id)> |
Definition at line 55 of file control_channel.hpp.
|
pure virtualnoexcept |