Home
last modified time | relevance | path

Searched refs:txMode (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/uan/model/
H A Duan-transducer-hd.cc154 UanTxMode txMode, in Receive() argument
157 NS_LOG_FUNCTION (this << packet << rxPowerDb << txMode << pdp); in Receive()
159 rxPowerDb = ApplyRxGainDb (rxPowerDb, txMode); in Receive()
163 txMode, in Receive()
168 Time txDelay = Seconds (packet->GetSize () * 8.0 / txMode.GetDataRateBps ()); in Receive()
178 (*it)->StartRxPacket (packet, rxPowerDb, txMode, pdp); in Receive()
187 UanTxMode txMode) in Transmit() argument
201 Time delay = Seconds (packet->GetSize () * 8.0 / txMode.GetDataRateBps ()); in Transmit()
205 << txMode.GetDataRateBps () << " bps"); in Transmit()
211 (*it)->NotifyTransStartTx (packet, txPowerDb, txMode); in Transmit()
[all …]
H A Duan-channel.cc148 double txPowerDb, UanTxMode txMode) in TxPacket() argument
172 Time delay = m_prop->GetDelay (senderMobility, rcvrMobility, txMode); in TxPacket()
173 UanPdp pdp = m_prop->GetPdp (senderMobility, rcvrMobility, txMode); in TxPacket()
176 txMode); in TxPacket()
191 txMode, in TxPacket()
206 UanTxMode txMode, UanPdp pdp) in SendUp() argument
209 m_devList[i].second->Receive (packet, rxPowerDb, txMode, pdp); in SendUp()
H A Duan-transducer.h60 …UanPacketArrival (Ptr<Packet> packet, double rxPowerDb, UanTxMode txMode, UanPdp pdp, Time arrTime) in UanPacketArrival() argument
63 m_txMode (txMode), in UanPacketArrival()
212 virtual void Receive (Ptr<Packet> packet, double rxPowerDb, UanTxMode txMode, UanPdp pdp) = 0;
221 …virtual void Transmit (Ptr<UanPhy> src, Ptr<Packet> packet, double txPowerDb, UanTxMode txMode) = …
H A Duan-phy-gen.cc705 UanTxMode txMode = GetMode (modeNum); in SendPacket() local
713 m_transducer->Transmit (Ptr<UanPhy> (this), pkt, m_txPwrDb, txMode); in SendPacket()
716 double txdelay = pkt->GetSize () * 8.0 / txMode.GetDataRateBps (); in SendPacket()
721 m_txLogger (pkt, m_txPwrDb, txMode); in SendPacket()
787 if (txMode.GetUid () == GetMode (i).GetUid ()) in StartRxPacket()
810 m_pktRxMode = txMode; in StartRxPacket()
812 double txdelay = pkt->GetSize () * 8.0 / txMode.GetDataRateBps (); in StartRxPacket()
834 UanPhyGen::RxEndEvent (Ptr<Packet> pkt, double rxPowerDb, UanTxMode txMode) in RxEndEvent() argument
864 m_rxOkLogger (pkt, m_minRxSinrDb, txMode); in RxEndEvent()
868 m_recOkCb (pkt, m_minRxSinrDb, txMode); in RxEndEvent()
[all …]
H A Duan-transducer-hd.h58 virtual void Receive (Ptr<Packet> packet, double rxPowerDb, UanTxMode txMode, UanPdp pdp);
59 virtual void Transmit (Ptr<UanPhy> src, Ptr<Packet> packet, double txPowerDb, UanTxMode txMode);
H A Duan-phy-gen.h292 virtual void StartRxPacket (Ptr<Packet> pkt, double rxPowerDb, UanTxMode txMode, UanPdp pdp);
314 virtual void NotifyTransStartTx (Ptr<Packet> packet, double txPowerDb, UanTxMode txMode);
418 void RxEndEvent (Ptr<Packet> pkt, double rxPowerDb, UanTxMode txMode);
H A Duan-phy-dual.h111 virtual void StartRxPacket (Ptr<Packet> pkt, double rxPowerDb, UanTxMode txMode, UanPdp pdp);
131 virtual void NotifyTransStartTx (Ptr<Packet> packet, double txPowerDb, UanTxMode txMode);
H A Duan-phy.h256 virtual void StartRxPacket (Ptr<Packet> pkt, double rxPowerDb, UanTxMode txMode, UanPdp pdp) = 0;
374 virtual void NotifyTransStartTx (Ptr<Packet> packet, double txPowerDb, UanTxMode txMode) = 0;
H A Duan-mac-aloha.h79 void RxPacketGood (Ptr<Packet> pkt, double sinr, UanTxMode txMode);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/examples/
H A Dwifi-phy-test.cc44 std::string txMode; ///< transmit mode member
84 WifiMode mode = WifiMode (m_input.txMode); in Send()
104 txMode ("OfdmRate6Mbps"), in Input()
370 input.txMode = "OfdmRate6Mbps"; in PrintPsrVsDistance()
374 input.txMode = "OfdmRate9Mbps"; in PrintPsrVsDistance()
378 input.txMode = "OfdmRate12Mbps"; in PrintPsrVsDistance()
382 input.txMode = "OfdmRate18Mbps"; in PrintPsrVsDistance()
386 input.txMode = "OfdmRate24Mbps"; in PrintPsrVsDistance()
390 input.txMode = "OfdmRate36Mbps"; in PrintPsrVsDistance()
394 input.txMode = "OfdmRate48Mbps"; in PrintPsrVsDistance()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/model/
H A Dlte-enb-cphy-sap.h94 virtual void SetTransmissionMode (uint16_t rnti, uint8_t txMode) = 0;
163 virtual void SetTransmissionMode (uint16_t rnti, uint8_t txMode);
230 MemberLteEnbCphySapProvider<C>::SetTransmissionMode (uint16_t rnti, uint8_t txMode) in SetTransmissionMode() argument
232 m_owner->DoSetTransmissionMode (rnti, txMode); in SetTransmissionMode()
H A Dlte-ue-cphy-sap.h138 virtual void SetTransmissionMode (uint8_t txMode) = 0;
323 virtual void SetTransmissionMode (uint8_t txMode);
406 MemberLteUeCphySapProvider<C>::SetTransmissionMode (uint8_t txMode) in SetTransmissionMode() argument
408 m_owner->DoSetTransmissionMode (txMode); in SetTransmissionMode()
H A Dlte-spectrum-phy.cc1278 LteSpectrumPhy::SetTransmissionMode (uint8_t txMode) in SetTransmissionMode() argument
1280 NS_LOG_FUNCTION (this << (uint16_t) txMode); in SetTransmissionMode()
1281 …NS_ASSERT_MSG (txMode < m_txModeGain.size (), "TransmissionMode not available: 1.." << m_txModeGai… in SetTransmissionMode()
1282 m_transmissionMode = txMode; in SetTransmissionMode()
1283 m_layersNum = TransmissionModesLayers::TxMode2LayerNum (txMode); in SetTransmissionMode()
1288 LteSpectrumPhy::SetTxModeGain (uint8_t txMode, double gain) in SetTxModeGain() argument
1290 NS_LOG_FUNCTION (this << " txmode " << (uint16_t)txMode << " gain " << gain); in SetTxModeGain()
1293 if (m_txModeGain.size () < txMode) in SetTxModeGain()
1295 m_txModeGain.resize (txMode); in SetTxModeGain()
1302 if (i == txMode - 1) in SetTxModeGain()
H A Dlte-ue-phy.cc1501 LteUePhy::DoSetTransmissionMode (uint8_t txMode) in DoSetTransmissionMode() argument
1503 NS_LOG_FUNCTION (this << (uint16_t)txMode); in DoSetTransmissionMode()
1504 m_transmissionMode = txMode; in DoSetTransmissionMode()
1505 m_downlinkSpectrumPhy->SetTransmissionMode (txMode); in DoSetTransmissionMode()
1713 LteUePhy::SetTxModeGain (uint8_t txMode, double gain) in SetTxModeGain() argument
1718 if (m_txModeGain.size () < txMode) in SetTxModeGain()
1720 m_txModeGain.resize (txMode); in SetTxModeGain()
1727 if (i == txMode - 1) in SetTxModeGain()
1737 m_downlinkSpectrumPhy->SetTxModeGain (txMode, gain); in SetTxModeGain()
H A Dlte-common.cc212 TransmissionModesLayers::TxMode2LayerNum (uint8_t txMode) in TxMode2LayerNum() argument
215 switch (txMode) in TxMode2LayerNum()
H A Dlte-spectrum-phy.h428 void SetTransmissionMode (uint8_t txMode);
476 void SetTxModeGain (uint8_t txMode, double gain);
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevmacxf.c134 int txFont, txSize, txMode; in mac_lookup_font() local
187 txMode = currentPort->txMode; in mac_lookup_font()
204 currentPort->txMode = txMode; in mac_lookup_font()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevmacxf.c128 int txFont, txSize, txMode; in mac_lookup_font() local
181 txMode = currentPort->txMode; in mac_lookup_font()
198 currentPort->txMode = txMode; in mac_lookup_font()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevmacxf.c128 int txFont, txSize, txMode; in mac_lookup_font() local
181 txMode = currentPort->txMode; in mac_lookup_font()
198 currentPort->txMode = txMode; in mac_lookup_font()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevmacxf.c134 int txFont, txSize, txMode; in mac_lookup_font() local
187 txMode = currentPort->txMode; in mac_lookup_font()
204 currentPort->txMode = txMode; in mac_lookup_font()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/rate-control/
H A Dconstant-rate-wifi-manager.cc74 double rxSnr, WifiMode txMode) in DoReportRxOk() argument
76 NS_LOG_FUNCTION (this << station << rxSnr << txMode); in DoReportRxOk()
H A Dcara-wifi-manager.cc152 double rxSnr, WifiMode txMode) in DoReportRxOk() argument
154 NS_LOG_FUNCTION (this << st << rxSnr << txMode); in DoReportRxOk()
H A Darf-wifi-manager.cc180 double rxSnr, WifiMode txMode) in DoReportRxOk() argument
182 NS_LOG_FUNCTION (this << station << rxSnr << txMode); in DoReportRxOk()
H A Daarf-wifi-manager.cc201 double rxSnr, WifiMode txMode) in DoReportRxOk() argument
203 NS_LOG_FUNCTION (this << station << rxSnr << txMode); in DoReportRxOk()
H A Dconstant-rate-wifi-manager.h50 double rxSnr, WifiMode txMode) override;

123456