40#ifndef UW_WOSS_CLMSG_CHANNEL_ESTIMATION_H
41#define UW_WOSS_CLMSG_CHANNEL_ESTIMATION_H
47#define CLMSG_CH_ESTIMATION_VERBOSITY 2
50extern ClMessage_t CLMSG_CHANNEL_ESTIMATION;
74 virtual ClMessage* copy();
77 const int getTx() {
return tx; }
79 const int getRx() {
return rx; }
82 void setTimeArr(
woss::TimeArr* time_arr ) { ch_estimation = time_arr; }
87 void setDeletable() { deletable =
true; }
89 void unsetDeletable() { deletable =
false; }
92 bool isQuery() {
return query; }
94 bool isDeletable() {
return deletable; }
Class for channel estimation synchronous cross-layer messaging.
Definition uw-woss-clmsg-channel-estimation.h:64
Channel power delay profile class.
Definition time-arrival-definitions.h:82