LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::comp_signal_x Class Reference

The actual implementation for comp_signal. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::comp_signal_x:
[legend]

Public Member Functions

 comp_signal_x (comp_t comp_in, status_t status_in)
 
comp_signal_x && comp (comp_t comp_in)
 
comp_signal_x && status (status_t status_in)
 
comp_signal_x && runtime (runtime_t runtime_in)
 
void call_impl (comp_t comp, status_t status, runtime_t runtime) const
 
void call () const
 
void operator() () const
 

Public Attributes

comp_t m_comp
 
status_t m_status
 
option_t< runtime_tm_runtime
 

Detailed Description

The actual implementation for comp_signal.

Constructor & Destructor Documentation

◆ comp_signal_x()

lci::comp_signal_x::comp_signal_x ( comp_t comp_in,
status_t status_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

void lci::comp_signal_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

void lci::comp_signal_x::call_impl ( comp_t comp,
status_t status,
runtime_t runtime ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

comp_signal_x && lci::comp_signal_x::comp ( comp_t comp_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

void lci::comp_signal_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ runtime()

comp_signal_x && lci::comp_signal_x::runtime ( runtime_t runtime_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ status()

comp_signal_x && lci::comp_signal_x::status ( status_t status_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_comp

comp_t lci::comp_signal_x::m_comp

◆ m_runtime

option_t<runtime_t> lci::comp_signal_x::m_runtime

◆ m_status

status_t lci::comp_signal_x::m_status

The documentation for this class was generated from the following files: