9548 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
9548 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
9549 cls.add_method('GetTypeId', |
9549 cls.add_method('GetTypeId', |
9550 'ns3::TypeId', |
9550 'ns3::TypeId', |
9551 [], |
9551 [], |
9552 is_static=True) |
9552 is_static=True) |
9553 ## object.h (module 'core'): void ns3::Object::Start() [member function] |
9553 ## object.h (module 'core'): void ns3::Object::Initialize() [member function] |
9554 cls.add_method('Start', |
9554 cls.add_method('Initialize', |
9555 'void', |
9555 'void', |
9556 []) |
9556 []) |
9557 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
9557 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
9558 cls.add_constructor([param('ns3::Object const &', 'o')], |
9558 cls.add_constructor([param('ns3::Object const &', 'o')], |
9559 visibility='protected') |
9559 visibility='protected') |
9560 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
9560 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
9561 cls.add_method('DoDispose', |
9561 cls.add_method('DoDispose', |
9562 'void', |
9562 'void', |
9563 [], |
9563 [], |
9564 visibility='protected', is_virtual=True) |
9564 visibility='protected', is_virtual=True) |
9565 ## object.h (module 'core'): void ns3::Object::DoStart() [member function] |
9565 ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function] |
9566 cls.add_method('DoStart', |
9566 cls.add_method('DoInitialize', |
9567 'void', |
9567 'void', |
9568 [], |
9568 [], |
9569 visibility='protected', is_virtual=True) |
9569 visibility='protected', is_virtual=True) |
9570 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
9570 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
9571 cls.add_method('NotifyNewAggregate', |
9571 cls.add_method('NotifyNewAggregate', |
11111 cls.add_constructor([]) |
11111 cls.add_constructor([]) |
11112 ## trace-fading-loss-model.h (module 'lte'): int64_t ns3::TraceFadingLossModel::AssignStreams(int64_t stream) [member function] |
11112 ## trace-fading-loss-model.h (module 'lte'): int64_t ns3::TraceFadingLossModel::AssignStreams(int64_t stream) [member function] |
11113 cls.add_method('AssignStreams', |
11113 cls.add_method('AssignStreams', |
11114 'int64_t', |
11114 'int64_t', |
11115 [param('int64_t', 'stream')]) |
11115 [param('int64_t', 'stream')]) |
11116 ## trace-fading-loss-model.h (module 'lte'): void ns3::TraceFadingLossModel::DoStart() [member function] |
11116 ## trace-fading-loss-model.h (module 'lte'): void ns3::TraceFadingLossModel::DoInitialize() [member function] |
11117 cls.add_method('DoStart', |
11117 cls.add_method('DoInitialize', |
11118 'void', |
11118 'void', |
11119 [], |
11119 [], |
11120 is_virtual=True) |
11120 is_virtual=True) |
11121 ## trace-fading-loss-model.h (module 'lte'): static ns3::TypeId ns3::TraceFadingLossModel::GetTypeId() [member function] |
11121 ## trace-fading-loss-model.h (module 'lte'): static ns3::TypeId ns3::TraceFadingLossModel::GetTypeId() [member function] |
11122 cls.add_method('GetTypeId', |
11122 cls.add_method('GetTypeId', |
11368 ## lte-enb-rrc.h (module 'lte'): void ns3::UeManager::DoDispose() [member function] |
11368 ## lte-enb-rrc.h (module 'lte'): void ns3::UeManager::DoDispose() [member function] |
11369 cls.add_method('DoDispose', |
11369 cls.add_method('DoDispose', |
11370 'void', |
11370 'void', |
11371 [], |
11371 [], |
11372 visibility='protected', is_virtual=True) |
11372 visibility='protected', is_virtual=True) |
11373 ## lte-enb-rrc.h (module 'lte'): void ns3::UeManager::DoStart() [member function] |
11373 ## lte-enb-rrc.h (module 'lte'): void ns3::UeManager::DoInitialize() [member function] |
11374 cls.add_method('DoStart', |
11374 cls.add_method('DoInitialize', |
11375 'void', |
11375 'void', |
11376 [], |
11376 [], |
11377 visibility='protected', is_virtual=True) |
11377 visibility='protected', is_virtual=True) |
11378 return |
11378 return |
11379 |
11379 |
11590 ## application.h (module 'network'): void ns3::Application::DoDispose() [member function] |
11590 ## application.h (module 'network'): void ns3::Application::DoDispose() [member function] |
11591 cls.add_method('DoDispose', |
11591 cls.add_method('DoDispose', |
11592 'void', |
11592 'void', |
11593 [], |
11593 [], |
11594 visibility='protected', is_virtual=True) |
11594 visibility='protected', is_virtual=True) |
11595 ## application.h (module 'network'): void ns3::Application::DoStart() [member function] |
11595 ## application.h (module 'network'): void ns3::Application::DoInitialize() [member function] |
11596 cls.add_method('DoStart', |
11596 cls.add_method('DoInitialize', |
11597 'void', |
11597 'void', |
11598 [], |
11598 [], |
11599 visibility='protected', is_virtual=True) |
11599 visibility='protected', is_virtual=True) |
11600 ## application.h (module 'network'): void ns3::Application::StartApplication() [member function] |
11600 ## application.h (module 'network'): void ns3::Application::StartApplication() [member function] |
11601 cls.add_method('StartApplication', |
11601 cls.add_method('StartApplication', |
14990 [param('std::string', 'n'), param('ns3::AttributeValue const &', 'v')]) |
14990 [param('std::string', 'n'), param('ns3::AttributeValue const &', 'v')]) |
14991 ## lte-helper.h (module 'lte'): void ns3::LteHelper::SetUeAntennaModelType(std::string type) [member function] |
14991 ## lte-helper.h (module 'lte'): void ns3::LteHelper::SetUeAntennaModelType(std::string type) [member function] |
14992 cls.add_method('SetUeAntennaModelType', |
14992 cls.add_method('SetUeAntennaModelType', |
14993 'void', |
14993 'void', |
14994 [param('std::string', 'type')]) |
14994 [param('std::string', 'type')]) |
14995 ## lte-helper.h (module 'lte'): void ns3::LteHelper::DoStart() [member function] |
14995 ## lte-helper.h (module 'lte'): void ns3::LteHelper::DoInitialize() [member function] |
14996 cls.add_method('DoStart', |
14996 cls.add_method('DoInitialize', |
14997 'void', |
14997 'void', |
14998 [], |
14998 [], |
14999 visibility='protected', is_virtual=True) |
14999 visibility='protected', is_virtual=True) |
15000 return |
15000 return |
15001 |
15001 |
15380 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoDispose() [member function] |
15380 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoDispose() [member function] |
15381 cls.add_method('DoDispose', |
15381 cls.add_method('DoDispose', |
15382 'void', |
15382 'void', |
15383 [], |
15383 [], |
15384 is_virtual=True) |
15384 is_virtual=True) |
|
15385 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoInitialize() [member function] |
|
15386 cls.add_method('DoInitialize', |
|
15387 'void', |
|
15388 [], |
|
15389 is_virtual=True) |
15385 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoNotifyHarqDeliveryFailure() [member function] |
15390 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoNotifyHarqDeliveryFailure() [member function] |
15386 cls.add_method('DoNotifyHarqDeliveryFailure', |
15391 cls.add_method('DoNotifyHarqDeliveryFailure', |
15387 'void', |
15392 'void', |
15388 [], |
15393 [], |
15389 is_virtual=True) |
15394 is_virtual=True) |
15394 is_virtual=True) |
15399 is_virtual=True) |
15395 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoReceivePdu(ns3::Ptr<ns3::Packet> p) [member function] |
15400 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoReceivePdu(ns3::Ptr<ns3::Packet> p) [member function] |
15396 cls.add_method('DoReceivePdu', |
15401 cls.add_method('DoReceivePdu', |
15397 'void', |
15402 'void', |
15398 [param('ns3::Ptr< ns3::Packet >', 'p')], |
15403 [param('ns3::Ptr< ns3::Packet >', 'p')], |
15399 is_virtual=True) |
|
15400 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoStart() [member function] |
|
15401 cls.add_method('DoStart', |
|
15402 'void', |
|
15403 [], |
|
15404 is_virtual=True) |
15404 is_virtual=True) |
15405 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoTransmitPdcpPdu(ns3::Ptr<ns3::Packet> p) [member function] |
15405 ## lte-rlc.h (module 'lte'): void ns3::LteRlcSm::DoTransmitPdcpPdu(ns3::Ptr<ns3::Packet> p) [member function] |
15406 cls.add_method('DoTransmitPdcpPdu', |
15406 cls.add_method('DoTransmitPdcpPdu', |
15407 'void', |
15407 'void', |
15408 [param('ns3::Ptr< ns3::Packet >', 'p')], |
15408 [param('ns3::Ptr< ns3::Packet >', 'p')], |
15871 ## lte-ue-phy.h (module 'lte'): void ns3::LteUePhy::DoDispose() [member function] |
15871 ## lte-ue-phy.h (module 'lte'): void ns3::LteUePhy::DoDispose() [member function] |
15872 cls.add_method('DoDispose', |
15872 cls.add_method('DoDispose', |
15873 'void', |
15873 'void', |
15874 [], |
15874 [], |
15875 is_virtual=True) |
15875 is_virtual=True) |
15876 ## lte-ue-phy.h (module 'lte'): void ns3::LteUePhy::DoStart() [member function] |
15876 ## lte-ue-phy.h (module 'lte'): void ns3::LteUePhy::DoInitialize() [member function] |
15877 cls.add_method('DoStart', |
15877 cls.add_method('DoInitialize', |
15878 'void', |
15878 'void', |
15879 [], |
15879 [], |
15880 is_virtual=True) |
15880 is_virtual=True) |
15881 ## lte-ue-phy.h (module 'lte'): void ns3::LteUePhy::GenerateCtrlCqiReport(ns3::SpectrumValue const & sinr) [member function] |
15881 ## lte-ue-phy.h (module 'lte'): void ns3::LteUePhy::GenerateCtrlCqiReport(ns3::SpectrumValue const & sinr) [member function] |
15882 cls.add_method('GenerateCtrlCqiReport', |
15882 cls.add_method('GenerateCtrlCqiReport', |
16106 ## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::DoDispose() [member function] |
16106 ## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::DoDispose() [member function] |
16107 cls.add_method('DoDispose', |
16107 cls.add_method('DoDispose', |
16108 'void', |
16108 'void', |
16109 [], |
16109 [], |
16110 visibility='private', is_virtual=True) |
16110 visibility='private', is_virtual=True) |
16111 ## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::DoStart() [member function] |
16111 ## lte-ue-rrc.h (module 'lte'): void ns3::LteUeRrc::DoInitialize() [member function] |
16112 cls.add_method('DoStart', |
16112 cls.add_method('DoInitialize', |
16113 'void', |
16113 'void', |
16114 [], |
16114 [], |
16115 visibility='private', is_virtual=True) |
16115 visibility='private', is_virtual=True) |
16116 return |
16116 return |
16117 |
16117 |
16580 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
16580 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
16581 cls.add_method('DoDispose', |
16581 cls.add_method('DoDispose', |
16582 'void', |
16582 'void', |
16583 [], |
16583 [], |
16584 visibility='protected', is_virtual=True) |
16584 visibility='protected', is_virtual=True) |
16585 ## node.h (module 'network'): void ns3::Node::DoStart() [member function] |
16585 ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function] |
16586 cls.add_method('DoStart', |
16586 cls.add_method('DoInitialize', |
16587 'void', |
16587 'void', |
16588 [], |
16588 [], |
16589 visibility='protected', is_virtual=True) |
16589 visibility='protected', is_virtual=True) |
16590 return |
16590 return |
16591 |
16591 |
18756 ## lte-enb-phy.h (module 'lte'): void ns3::LteEnbPhy::DoDispose() [member function] |
18756 ## lte-enb-phy.h (module 'lte'): void ns3::LteEnbPhy::DoDispose() [member function] |
18757 cls.add_method('DoDispose', |
18757 cls.add_method('DoDispose', |
18758 'void', |
18758 'void', |
18759 [], |
18759 [], |
18760 is_virtual=True) |
18760 is_virtual=True) |
18761 ## lte-enb-phy.h (module 'lte'): void ns3::LteEnbPhy::DoStart() [member function] |
18761 ## lte-enb-phy.h (module 'lte'): void ns3::LteEnbPhy::DoInitialize() [member function] |
18762 cls.add_method('DoStart', |
18762 cls.add_method('DoInitialize', |
18763 'void', |
18763 'void', |
18764 [], |
18764 [], |
18765 is_virtual=True) |
18765 is_virtual=True) |
18766 ## lte-enb-phy.h (module 'lte'): void ns3::LteEnbPhy::EndFrame() [member function] |
18766 ## lte-enb-phy.h (module 'lte'): void ns3::LteEnbPhy::EndFrame() [member function] |
18767 cls.add_method('EndFrame', |
18767 cls.add_method('EndFrame', |
19136 [param('ns3::Ptr< ns3::LteEnbNetDevice >', 'enb')]) |
19136 [param('ns3::Ptr< ns3::LteEnbNetDevice >', 'enb')]) |
19137 ## lte-ue-net-device.h (module 'lte'): ns3::Ptr<ns3::LteEnbNetDevice> ns3::LteUeNetDevice::GetTargetEnb() [member function] |
19137 ## lte-ue-net-device.h (module 'lte'): ns3::Ptr<ns3::LteEnbNetDevice> ns3::LteUeNetDevice::GetTargetEnb() [member function] |
19138 cls.add_method('GetTargetEnb', |
19138 cls.add_method('GetTargetEnb', |
19139 'ns3::Ptr< ns3::LteEnbNetDevice >', |
19139 'ns3::Ptr< ns3::LteEnbNetDevice >', |
19140 []) |
19140 []) |
19141 ## lte-ue-net-device.h (module 'lte'): void ns3::LteUeNetDevice::DoStart() [member function] |
19141 ## lte-ue-net-device.h (module 'lte'): void ns3::LteUeNetDevice::DoInitialize() [member function] |
19142 cls.add_method('DoStart', |
19142 cls.add_method('DoInitialize', |
19143 'void', |
19143 'void', |
19144 [], |
19144 [], |
19145 visibility='protected', is_virtual=True) |
19145 visibility='protected', is_virtual=True) |
19146 return |
19146 return |
19147 |
19147 |
19738 is_const=True) |
19738 is_const=True) |
19739 ## lte-enb-net-device.h (module 'lte'): void ns3::LteEnbNetDevice::SetUlEarfcn(uint16_t earfcn) [member function] |
19739 ## lte-enb-net-device.h (module 'lte'): void ns3::LteEnbNetDevice::SetUlEarfcn(uint16_t earfcn) [member function] |
19740 cls.add_method('SetUlEarfcn', |
19740 cls.add_method('SetUlEarfcn', |
19741 'void', |
19741 'void', |
19742 [param('uint16_t', 'earfcn')]) |
19742 [param('uint16_t', 'earfcn')]) |
19743 ## lte-enb-net-device.h (module 'lte'): void ns3::LteEnbNetDevice::DoStart() [member function] |
19743 ## lte-enb-net-device.h (module 'lte'): void ns3::LteEnbNetDevice::DoInitialize() [member function] |
19744 cls.add_method('DoStart', |
19744 cls.add_method('DoInitialize', |
19745 'void', |
19745 'void', |
19746 [], |
19746 [], |
19747 visibility='protected', is_virtual=True) |
19747 visibility='protected', is_virtual=True) |
19748 return |
19748 return |
19749 |
19749 |