#include <uw-mac-DACAP-alter.h>
Class that represents a DACAP node.
Definition at line 155 of file uw-mac-DACAP-alter.h.
◆ MMacDACAP()
◆ ~MMacDACAP()
MMacDACAP::~MMacDACAP |
( |
| ) |
|
|
virtual |
◆ backoffEndTime()
virtual void MMacDACAP::backoffEndTime |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ backoffStartTime()
virtual void MMacDACAP::backoffStartTime |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ command()
int MMacDACAP::command |
( |
int |
argc, |
|
|
const char *const * |
argv |
|
) |
| |
|
virtual |
TCL command interpreter.
It implements the following OTcl methods:
- Parameters
-
argc | Number of arguments in argv. |
argv | Array of strings which are the command parameters (Note that argv[0] is the name of the object). |
- Returns
- TCL_OK or TCL_ERROR whether the command has been dispatched successfully or not.
Definition at line 444 of file uw-mac-DACAP-alter.cpp.
◆ computeTxTime()
double MMacDACAP::computeTxTime |
( |
int |
type | ) |
|
|
protectedvirtual |
Computes the time that is needed to transmit a packet, implementing a CrLayMessage for asking the PHY layer to perform this calculation.
- Parameters
-
- Returns
- double the time needed for transmission in seconds
Definition at line 594 of file uw-mac-DACAP-alter.cpp.
◆ computeWaitTime()
double MMacDACAP::computeWaitTime |
( |
int |
mode, |
|
|
double |
distance |
|
) |
| |
|
protectedvirtual |
Computes the T_w parameter, that is the minimum time that the sender has to wait between the reception of CTS packet and the effective transmission of data packet.
- Parameters
-
mode | indicates whether the ACK mode or no_ACK mode is activated |
distance | between the sender and the receiver |
- Returns
- double the value of T_w
Definition at line 633 of file uw-mac-DACAP-alter.cpp.
◆ crLayCommand()
int MMacDACAP::crLayCommand |
( |
ClMessage * |
m | ) |
|
|
virtual |
Cross-Layer messages interpreter.
- Parameters
-
ClMessage* | an instance of ClMessage that represent the message received |
- Returns
- 0 if successful.
Definition at line 511 of file uw-mac-DACAP-alter.cpp.
◆ deferEndTime()
virtual void MMacDACAP::deferEndTime |
( |
double |
duration | ) |
|
|
inlineprotectedvirtual |
Sets the end time of the defer summing the duration to the actual duration of defer.
- Parameters
-
double | duration of the defer time |
Definition at line 706 of file uw-mac-DACAP-alter.h.
◆ exitBackoff()
void MMacDACAP::exitBackoff |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ exitSleep()
void MMacDACAP::exitSleep |
( |
| ) |
|
|
protectedvirtual |
This method erase the MAC address of the two nodes that have intiated a handshake procedure if this handshake is done.
Definition at line 694 of file uw-mac-DACAP-alter.cpp.
◆ freezeBackoff()
void MMacDACAP::freezeBackoff |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getBackoffTime()
double MMacDACAP::getBackoffTime |
( |
| ) |
|
|
protectedvirtual |
◆ getCtsPktsRx()
virtual int MMacDACAP::getCtsPktsRx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getCtsPktsTx()
virtual int MMacDACAP::getCtsPktsTx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getMeanDeferTime()
virtual double MMacDACAP::getMeanDeferTime |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getQueueSize()
virtual int MMacDACAP::getQueueSize |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getRecontendTime()
double MMacDACAP::getRecontendTime |
( |
| ) |
|
|
protectedvirtual |
◆ getRemainingPkts()
virtual int MMacDACAP::getRemainingPkts |
( |
| ) |
|
|
inlineprotectedvirtual |
- Returns
- Number of data packets that are remained in the data queue at the end of simulation
Definition at line 631 of file uw-mac-DACAP-alter.h.
◆ getRtsPktsRx()
virtual int MMacDACAP::getRtsPktsRx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getRtsPktsTx()
virtual int MMacDACAP::getRtsPktsTx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getTotalDeferTimes()
virtual int MMacDACAP::getTotalDeferTimes |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getUpLayersDataPktsRx()
int MMacDACAP::getUpLayersDataPktsRx |
( |
| ) |
|
|
inlineprotected |
◆ getWrnPktsRx()
virtual int MMacDACAP::getWrnPktsRx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ getWrnPktsTx()
virtual int MMacDACAP::getWrnPktsTx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrCtsPktsRx()
virtual void MMacDACAP::incrCtsPktsRx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrCtsPktsTx()
virtual void MMacDACAP::incrCtsPktsTx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrRtsPktsRx()
virtual void MMacDACAP::incrRtsPktsRx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrRtsPktsTx()
virtual void MMacDACAP::incrRtsPktsTx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrTotalDeferTimes()
virtual void MMacDACAP::incrTotalDeferTimes |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrWrnPktsRx()
virtual void MMacDACAP::incrWrnPktsRx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ incrWrnPktsTx()
virtual void MMacDACAP::incrWrnPktsTx |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ initInfo()
void MMacDACAP::initInfo |
( |
| ) |
|
|
protectedvirtual |
Initializes the protocol at the beginning of the simulation.
This method is called by a command in tcl.
- See also
- command method
Definition at line 525 of file uw-mac-DACAP-alter.cpp.
◆ initPkt()
void MMacDACAP::initPkt |
( |
Packet * |
p, |
|
|
int |
pkt_type |
|
) |
| |
|
protectedvirtual |
Initializes the packet with the correct MAC source address and destination address, the correct type and size.
- Parameters
-
Pointer | to the packet that we have to initialize |
type | of the packet that we are going to initialize |
Definition at line 802 of file uw-mac-DACAP-alter.cpp.
◆ Phy2MacEndRx()
void MMacDACAP::Phy2MacEndRx |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
Method called when the Phy Layer finish to receive a Packet.
- Parameters
-
const | Packet* Pointer to an object of type Packet that rapresent the packet received |
Definition at line 962 of file uw-mac-DACAP-alter.cpp.
◆ Phy2MacEndTx()
void MMacDACAP::Phy2MacEndTx |
( |
const Packet * |
p | ) |
|
|
protectedvirtual |
Method called when the PHY layer finish to transmit the packet.
- Parameters
-
Packet* | Pointer to an object of type Packet that rapresent the Packet transmitted |
Definition at line 864 of file uw-mac-DACAP-alter.cpp.
◆ Phy2MacStartRx()
void MMacDACAP::Phy2MacStartRx |
( |
const Packet * |
p | ) |
|
|
protectedvirtual |
Method called when the Phy Layer start to receive a Packet.
- Parameters
-
const | Packet* Pointer to an object of type Packet that rapresent the Packet that is in reception |
Definition at line 956 of file uw-mac-DACAP-alter.cpp.
◆ printStateInfo()
void MMacDACAP::printStateInfo |
( |
double |
delay = 0 | ) |
|
|
protectedvirtual |
Prints a file with every state change for debug purposes.
- Parameters
-
delay | from the call of the method and the effective write process on the file |
Definition at line 2281 of file uw-mac-DACAP-alter.cpp.
◆ queuePop()
virtual void MMacDACAP::queuePop |
( |
bool |
flag = true | ) |
|
|
inlineprotectedvirtual |
◆ recvFromUpperLayers()
void MMacDACAP::recvFromUpperLayers |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
Receive the packet from the upper layer (e.g.
IP)
- Parameters
-
Packet* | pointer to the packet received |
Definition at line 776 of file uw-mac-DACAP-alter.cpp.
◆ refreshState()
virtual void MMacDACAP::refreshState |
( |
int |
state | ) |
|
|
inlineprotectedvirtual |
Refresh the state of the protocol.
- Parameters
-
int | current state of the protcol |
Definition at line 499 of file uw-mac-DACAP-alter.h.
◆ resetStats()
virtual void MMacDACAP::resetStats |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ rxStateBackoff()
void MMacDACAP::rxStateBackoff |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in BACKOFF state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1216 of file uw-mac-DACAP-alter.cpp.
◆ rxStateIdle()
void MMacDACAP::rxStateIdle |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in IDLE state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1153 of file uw-mac-DACAP-alter.cpp.
◆ rxStateRecontendWindow()
void MMacDACAP::rxStateRecontendWindow |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in RecontendWindow state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1866 of file uw-mac-DACAP-alter.cpp.
◆ rxStateSendWarning()
void MMacDACAP::rxStateSendWarning |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in SendWarning state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1786 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitACK()
void MMacDACAP::rxStateWaitACK |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitACK state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1380 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitCTS()
void MMacDACAP::rxStateWaitCTS |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitCTS state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1302 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitData()
void MMacDACAP::rxStateWaitData |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitDATA state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1433 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitWarning()
void MMacDACAP::rxStateWaitWarning |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitWarning state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1710 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitXAck()
void MMacDACAP::rxStateWaitXAck |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitXAck state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1608 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitXCts()
void MMacDACAP::rxStateWaitXCts |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitXCts state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1482 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitXData()
void MMacDACAP::rxStateWaitXData |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitXData state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1550 of file uw-mac-DACAP-alter.cpp.
◆ rxStateWaitXWarning()
void MMacDACAP::rxStateWaitXWarning |
( |
Packet * |
p | ) |
|
|
protectedvirtual |
The case of reception while the protocol is in WaitXWarning state is handled.
- Parameters
-
Packet* | pointer to the packet is reception |
Definition at line 1653 of file uw-mac-DACAP-alter.cpp.
◆ setBackoffNodes()
void MMacDACAP::setBackoffNodes |
( |
double |
node, |
|
|
double |
node_b |
|
) |
| |
|
protectedvirtual |
Saves the MAC address of another couple of nodes that is the handshake procedure in order to access the channel.
Definition at line 1064 of file uw-mac-DACAP-alter.cpp.
◆ stateBackoff()
void MMacDACAP::stateBackoff |
( |
| ) |
|
|
protectedvirtual |
The protocol is in Backoff state.
The node hasn't received the ACK packet and the backoff timer is set up for the re-transmission of the DATA packet
Definition at line 2003 of file uw-mac-DACAP-alter.cpp.
◆ stateCTSReceived()
void MMacDACAP::stateCTSReceived |
( |
| ) |
|
|
protectedvirtual |
◆ stateDataReceived()
void MMacDACAP::stateDataReceived |
( |
Packet * |
data_pkt | ) |
|
|
protectedvirtual |
The protocol is in the DataReceived state.
a Data Packet is received
- Parameters
-
Packet* | pointer to the data packet received |
Definition at line 2224 of file uw-mac-DACAP-alter.cpp.
◆ stateDeferData()
void MMacDACAP::stateDeferData |
( |
| ) |
|
|
protectedvirtual |
The protocol is in the DeferData state.
The node has received a WRN packet or has received a CTS packet coming from other nodes. The scheduled transmission is deferred
Definition at line 2176 of file uw-mac-DACAP-alter.cpp.
◆ stateIdle()
void MMacDACAP::stateIdle |
( |
| ) |
|
|
protectedvirtual |
◆ stateRecontendWindow()
void MMacDACAP::stateRecontendWindow |
( |
| ) |
|
|
protectedvirtual |
The protocol is in RecontendWindow state.
In multi-hop scenario after a transmission the node enter in a recontention window before return in IDLE state
Definition at line 2269 of file uw-mac-DACAP-alter.cpp.
◆ stateSendAck()
void MMacDACAP::stateSendAck |
( |
| ) |
|
|
protectedvirtual |
The protocol is in SendAck state.
The node is sending an ACK after the reception of a data packet (if the acknowledgement is active)
Definition at line 2247 of file uw-mac-DACAP-alter.cpp.
◆ stateSendCTS()
void MMacDACAP::stateSendCTS |
( |
| ) |
|
|
protectedvirtual |
The protocol is in SendCTS state.
The node is sending CTS afeter the reception of a RTS packet
Definition at line 2258 of file uw-mac-DACAP-alter.cpp.
◆ stateSendData()
void MMacDACAP::stateSendData |
( |
| ) |
|
|
protectedvirtual |
The protocol is in the SendData state.
The handshaking phase is done. The node transmit his data packet
Definition at line 2197 of file uw-mac-DACAP-alter.cpp.
◆ stateSendRTS()
void MMacDACAP::stateSendRTS |
( |
| ) |
|
|
protectedvirtual |
The protocol is in SendRTS state.
A RTS packet is prepared to be transmitted
Definition at line 1988 of file uw-mac-DACAP-alter.cpp.
◆ stateSendWarning()
void MMacDACAP::stateSendWarning |
( |
| ) |
|
|
protectedvirtual |
The protocol is in the SendWarning state.
The node has received a CTS or RTS packet from a third node not involved in the transmission. The node is sending the WRN packet to the sender to warning the possibility of a collision is the transmission is occuring
Definition at line 2120 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitACK()
void MMacDACAP::stateWaitACK |
( |
| ) |
|
|
protectedvirtual |
◆ stateWaitCTS()
void MMacDACAP::stateWaitCTS |
( |
| ) |
|
|
protectedvirtual |
The protocol is in the WaitCTS state.
The node has just sent a RTS packet and now he's waiting for the answer with a CTS packet
Definition at line 2137 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitData()
void MMacDACAP::stateWaitData |
( |
| ) |
|
|
protectedvirtual |
The protocol is in the WaitData state.
The exchanging of RTS/CTS packets is done. Now the node is waiting for the data packet
Definition at line 2150 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitWarning()
void MMacDACAP::stateWaitWarning |
( |
| ) |
|
|
protectedvirtual |
The protocol is in WaitWarning state.
The node has received a CTS or RTS packet from a third node not involved in the transmission. The node is waiting the WRN packet from the receiver
Definition at line 2104 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitXAck()
void MMacDACAP::stateWaitXAck |
( |
| ) |
|
|
protectedvirtual |
The protocol is in WaitXAck state.
The node has received a data packet coming from a third node that is not involved in the transmission. Now the node is waiting for the ACK packet coming from the destinatay of the data packet (if the acknowledgement is active)
Definition at line 2077 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitXCts()
void MMacDACAP::stateWaitXCts |
( |
| ) |
|
|
protectedvirtual |
The protocol is in WaitXCts state.
The node has received a RTS packet coming from a third node that is not involved in the transmission. Now the node is waiting for the CTS coming from the node destinatary of the RTS
Definition at line 2054 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitXData()
void MMacDACAP::stateWaitXData |
( |
| ) |
|
|
protectedvirtual |
The protocol is in WaitXData state.
The node has received a CTS packet coming from a third node that is not involved in the transmission. Now the node is waiting for the data packet coming from the node destinatary of the CTS
Definition at line 2065 of file uw-mac-DACAP-alter.cpp.
◆ stateWaitXWarning()
void MMacDACAP::stateWaitXWarning |
( |
| ) |
|
|
protectedvirtual |
The protocol is in WaitXWarning state.
The node is waiting for a Warning coming from a third node not involved in the transmission
Definition at line 2088 of file uw-mac-DACAP-alter.cpp.
◆ txAck()
void MMacDACAP::txAck |
( |
| ) |
|
|
protectedvirtual |
◆ txCts()
void MMacDACAP::txCts |
( |
| ) |
|
|
protectedvirtual |
◆ txData()
void MMacDACAP::txData |
( |
| ) |
|
|
protectedvirtual |
◆ txRts()
void MMacDACAP::txRts |
( |
| ) |
|
|
protectedvirtual |
◆ txWrn()
void MMacDACAP::txWrn |
( |
| ) |
|
|
protectedvirtual |
◆ waitForUser()
void MMacDACAP::waitForUser |
( |
| ) |
|
|
inlineprotectedvirtual |
Used for debug purposes.
(Permit to have a "step by step" behaviour of the protocol)
Definition at line 2318 of file uw-mac-DACAP-alter.cpp.
◆ DACAPBTimer
◆ DACAPTimer
◆ ACK_size
◆ alpha_
smoothing factor used for statistics using first order IIR filter
Definition at line 794 of file uw-mac-DACAP-alter.h.
◆ backoff_counter
int MMacDACAP::backoff_counter |
|
protected |
◆ backoff_duration
double MMacDACAP::backoff_duration |
|
protected |
◆ backoff_first_start
double MMacDACAP::backoff_first_start |
|
protected |
Timestamp at which the backoff timer is started for the first time (if the timer has been freezed many times.
Definition at line 817 of file uw-mac-DACAP-alter.h.
◆ backoff_freeze_mode
bool MMacDACAP::backoff_freeze_mode |
|
protected |
◆ backoff_pending
bool MMacDACAP::backoff_pending |
|
protected |
true if the backoff-timer is active (i.e.
there's a backoff process)
Definition at line 755 of file uw-mac-DACAP-alter.h.
◆ backoff_remaining
double MMacDACAP::backoff_remaining |
|
protected |
◆ backoff_start_time
double MMacDACAP::backoff_start_time |
|
protected |
◆ backoff_timer
◆ backoff_tuner
double MMacDACAP::backoff_tuner |
|
protected |
◆ buffer_pkts
int MMacDACAP::buffer_pkts |
|
protected |
◆ cts_pkts_rx
int MMacDACAP::cts_pkts_rx |
|
protected |
◆ cts_pkts_tx
int MMacDACAP::cts_pkts_tx |
|
protected |
◆ CTS_size
◆ curr_data_pkt
Packet* MMacDACAP::curr_data_pkt |
|
protected |
◆ curr_dest_addr
int MMacDACAP::curr_dest_addr |
|
protected |
◆ curr_state
int MMacDACAP::curr_state |
|
protected |
◆ defer_data
bool MMacDACAP::defer_data |
|
protected |
◆ defer_times_no
double MMacDACAP::defer_times_no |
|
protected |
◆ delta_D
double MMacDACAP::delta_D |
|
protected |
Value (in m) that indicates how far we want the CTS propagates over the sender before initiate the data transmission process (it determines the T_w value)
Definition at line 775 of file uw-mac-DACAP-alter.h.
◆ delta_data
double MMacDACAP::delta_data |
|
protected |
Dimension difference (in bytes) among data packets ( 0 if the packets have always the same dimension)
Definition at line 778 of file uw-mac-DACAP-alter.h.
◆ fout
Object that handle the file where the state transitions is written (if the print_transitions option is active)
Definition at line 839 of file uw-mac-DACAP-alter.h.
◆ has_buffer_queue
bool MMacDACAP::has_buffer_queue |
|
protected |
◆ HDR_size
◆ info
map< int, string > MMacDACAP::info |
|
staticprotected |
◆ last_data_id_rx
int MMacDACAP::last_data_id_rx |
|
protected |
◆ last_data_id_tx
int MMacDACAP::last_data_id_tx |
|
protected |
◆ last_reason
int MMacDACAP::last_reason |
|
protected |
◆ max_backoff_counter
double MMacDACAP::max_backoff_counter |
|
protected |
◆ max_payload
int MMacDACAP::max_payload |
|
protected |
◆ max_prop_delay
double MMacDACAP::max_prop_delay |
|
protected |
One way maximum propagation delay (in seconds) in the network.
Definition at line 781 of file uw-mac-DACAP-alter.h.
◆ max_tx_tries
double MMacDACAP::max_tx_tries |
|
protected |
Maximum transmission tries for one packet before discarding the packet.
Definition at line 784 of file uw-mac-DACAP-alter.h.
◆ multihop_mode
bool MMacDACAP::multihop_mode |
|
protected |
true if the multihop mode is active to simulate a multihop scenario with routing
Definition at line 765 of file uw-mac-DACAP-alter.h.
◆ op_mode
◆ prev_state
int MMacDACAP::prev_state |
|
protected |
◆ print_transitions
bool MMacDACAP::print_transitions |
|
protected |
true if the state-transitions of the protocol is printed on a file
Definition at line 761 of file uw-mac-DACAP-alter.h.
std::queue<Packet *> MMacDACAP::Q |
|
protected |
◆ rts_pkts_rx
int MMacDACAP::rts_pkts_rx |
|
protected |
◆ rts_pkts_tx
int MMacDACAP::rts_pkts_tx |
|
protected |
◆ RTS_sent_time
double MMacDACAP::RTS_sent_time |
|
protected |
◆ RTS_size
◆ rttsamples
int MMacDACAP::rttsamples |
|
protected |
◆ RxActive
◆ session_active
bool MMacDACAP::session_active |
|
protected |
true if a session is active (i.e.
an hand-shaking process is occurring
Definition at line 753 of file uw-mac-DACAP-alter.h.
◆ session_distance
double MMacDACAP::session_distance |
|
protected |
◆ sleep_node_1
int MMacDACAP::sleep_node_1 |
|
protected |
◆ sleep_node_2
int MMacDACAP::sleep_node_2 |
|
protected |
◆ srtt
◆ start_tx_time
double MMacDACAP::start_tx_time |
|
protected |
◆ sum_defer_time
double MMacDACAP::sum_defer_time |
|
protected |
◆ sumrtt
◆ sumrtt2
double MMacDACAP::sumrtt2 |
|
protected |
◆ t_min
◆ T_W_min
double MMacDACAP::T_W_min |
|
protected |
◆ timer
◆ TxActive
◆ txsn
◆ u_data_id
◆ u_pkt_id
◆ wait_costant
double MMacDACAP::wait_costant |
|
protected |
◆ warning_sent
bool MMacDACAP::warning_sent |
|
protected |
◆ wrn_pkts_rx
int MMacDACAP::wrn_pkts_rx |
|
protected |
◆ wrn_pkts_tx
int MMacDACAP::wrn_pkts_tx |
|
protected |
◆ WRN_size
The documentation for this class was generated from the following files: