#include <chsim_worker_storage.h>
◆ ChSimWorkerStorage()
ChSimWorkerStorage::ChSimWorkerStorage |
( |
size_t |
tid, |
|
|
size_t |
ue_ant_count, |
|
|
size_t |
bs_ant_count, |
|
|
size_t |
samples_per_symbol, |
|
|
size_t |
udp_packet_size |
|
) |
| |
|
inline |
◆ ~ChSimWorkerStorage()
ChSimWorkerStorage::~ChSimWorkerStorage |
( |
| ) |
|
|
inline |
◆ BsInput()
arma::cx_fmat* ChSimWorkerStorage::BsInput |
( |
| ) |
|
|
inline |
◆ BsOutput()
arma::cx_fmat* ChSimWorkerStorage::BsOutput |
( |
| ) |
|
|
inline |
◆ Id()
size_t ChSimWorkerStorage::Id |
( |
| ) |
const |
|
inline |
◆ TxBuffer()
◆ UeInput()
arma::cx_fmat* ChSimWorkerStorage::UeInput |
( |
| ) |
|
|
inline |
◆ UeOutput()
arma::cx_fmat* ChSimWorkerStorage::UeOutput |
( |
| ) |
|
|
inline |
◆ bs_input_matrix_
std::unique_ptr<arma::cx_fmat> ChSimWorkerStorage::bs_input_matrix_ |
|
private |
◆ bs_output_matrix_
std::unique_ptr<arma::cx_fmat> ChSimWorkerStorage::bs_output_matrix_ |
|
private |
◆ tid_
size_t ChSimWorkerStorage::tid_ |
|
private |
◆ udp_tx_buffer_
◆ ue_input_matrix_
std::unique_ptr<arma::cx_fmat> ChSimWorkerStorage::ue_input_matrix_ |
|
private |
◆ ue_output_matrix_
std::unique_ptr<arma::cx_fmat> ChSimWorkerStorage::ue_output_matrix_ |
|
private |
The documentation for this class was generated from the following file: