LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for sync_test. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
sync_test_x (comp_t comp_in, status_t *p_out_in) | |
sync_test_x && | comp (comp_t comp_in) |
sync_test_x && | p_out (status_t *p_out_in) |
sync_test_x && | runtime (runtime_t runtime_in) |
bool | call_impl (comp_t comp, status_t *p_out, runtime_t runtime) const |
bool | call () const |
bool | operator() () const |
Public Attributes | |
comp_t | m_comp |
status_t * | m_p_out |
option_t< runtime_t > | m_runtime |
The actual implementation for sync_test.
bool lci::sync_test_x::call | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
comp_t lci::sync_test_x::m_comp |
status_t* lci::sync_test_x::m_p_out |