Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Attributes | List of all members
relayer::wait_for_send_pkg Struct Reference

Extended sent-message package that adds thread synchronization objects. More...

#include <relayer.hh>

Public Attributes

std::mutex f_mutex
 
std::condition_variable f_condition_var
 
sent_msg_pkg_ptr f_sent_msg_pkg_ptr
 

Detailed Description

Extended sent-message package that adds thread synchronization objects.

Author
N.S. Oblath

Definition at line 61 of file relayer.hh.

Member Data Documentation

◆ f_condition_var

std::condition_variable f_condition_var
mutable

Definition at line 64 of file relayer.hh.

◆ f_mutex

std::mutex f_mutex
mutable

Definition at line 63 of file relayer.hh.

◆ f_sent_msg_pkg_ptr

sent_msg_pkg_ptr f_sent_msg_pkg_ptr

Definition at line 65 of file relayer.hh.


The documentation for this struct was generated from the following file: