|
scc 2026.07
SystemC components library
|
the communication channel between client threads (incl. SystemC) and the global time keeper More...
#include <types.h>

Public Member Functions | |
| thread_comms_channel (uint64_t my_id) | |
| Construct a new thread comms channel object. | |
| thread_comms_channel (thread_comms_channel const &o) | |
| Construct a new thread comms channel object. | |
Public Attributes | |
| rigtorp::SPSCQueue< comms_entry > | client2time_keeper |
| const uint64_t | my_id |
| bool | waiting4sc {true} |
| uint64_t | thread_local_time {0} |
the communication channel between client threads (incl. SystemC) and the global time keeper
|
inline |
|
inline |
| rigtorp::SPSCQueue<comms_entry> tlm::scc::qk::thread_comms_channel::client2time_keeper |
| uint64_t tlm::scc::qk::thread_comms_channel::thread_local_time {0} |