src/wifi/bindings/modulegen__gcc_ILP32.py
author Tom Henderson <tomh@tomh.org>
Fri, 05 Sep 2014 18:50:40 -0700
changeset 10897 58b9be573189
parent 10805 2cf571628c05
child 10990 414d94e669c5
permissions -rw-r--r--
rescan wifi bindings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     1
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     2
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     3
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     4
import pybindgen.settings
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     5
import warnings
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     6
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     7
class ErrorHandler(pybindgen.settings.ErrorHandler):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     8
    def handle_error(self, wrapper, exception, traceback_):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     9
        warnings.warn("exception %r in wrapper %s" % (exception, wrapper))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    10
        return True
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    11
pybindgen.settings.error_handler = ErrorHandler()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    12
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    13
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    14
import sys
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    15
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    16
def module_init():
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    17
    root_module = Module('ns.wifi', cpp_namespace='::ns3')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    18
    return root_module
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    19
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    20
def register_types(module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    21
    root_module = module.get_root()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    22
    
10236
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
    23
    ## propagation-environment.h (module 'propagation'): ns3::EnvironmentType [enumeration]
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
    24
    module.add_enum('EnvironmentType', ['UrbanEnvironment', 'SubUrbanEnvironment', 'OpenAreasEnvironment'], import_from_module='ns.propagation')
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
    25
    ## qos-utils.h (module 'wifi'): ns3::AcIndex [enumeration]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
    26
    module.add_enum('AcIndex', ['AC_BE', 'AC_BK', 'AC_VI', 'AC_VO', 'AC_BE_NQOS', 'AC_UNDEF'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    27
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacType [enumeration]
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
    28
    module.add_enum('WifiMacType', ['WIFI_MAC_CTL_RTS', 'WIFI_MAC_CTL_CTS', 'WIFI_MAC_CTL_ACK', 'WIFI_MAC_CTL_BACKREQ', 'WIFI_MAC_CTL_BACKRESP', 'WIFI_MAC_CTL_CTLWRAPPER', 'WIFI_MAC_MGT_BEACON', 'WIFI_MAC_MGT_ASSOCIATION_REQUEST', 'WIFI_MAC_MGT_ASSOCIATION_RESPONSE', 'WIFI_MAC_MGT_DISASSOCIATION', 'WIFI_MAC_MGT_REASSOCIATION_REQUEST', 'WIFI_MAC_MGT_REASSOCIATION_RESPONSE', 'WIFI_MAC_MGT_PROBE_REQUEST', 'WIFI_MAC_MGT_PROBE_RESPONSE', 'WIFI_MAC_MGT_AUTHENTICATION', 'WIFI_MAC_MGT_DEAUTHENTICATION', 'WIFI_MAC_MGT_ACTION', 'WIFI_MAC_MGT_ACTION_NO_ACK', 'WIFI_MAC_MGT_MULTIHOP_ACTION', 'WIFI_MAC_DATA', 'WIFI_MAC_DATA_CFACK', 'WIFI_MAC_DATA_CFPOLL', 'WIFI_MAC_DATA_CFACK_CFPOLL', 'WIFI_MAC_DATA_NULL', 'WIFI_MAC_DATA_NULL_CFACK', 'WIFI_MAC_DATA_NULL_CFPOLL', 'WIFI_MAC_DATA_NULL_CFACK_CFPOLL', 'WIFI_MAC_QOSDATA', 'WIFI_MAC_QOSDATA_CFACK', 'WIFI_MAC_QOSDATA_CFPOLL', 'WIFI_MAC_QOSDATA_CFACK_CFPOLL', 'WIFI_MAC_QOSDATA_NULL', 'WIFI_MAC_QOSDATA_NULL_CFPOLL', 'WIFI_MAC_QOSDATA_NULL_CFACK_CFPOLL'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
    29
    ## propagation-environment.h (module 'propagation'): ns3::CitySize [enumeration]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
    30
    module.add_enum('CitySize', ['SmallCity', 'MediumCity', 'LargeCity'], import_from_module='ns.propagation')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    31
    ## wifi-preamble.h (module 'wifi'): ns3::WifiPreamble [enumeration]
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
    32
    module.add_enum('WifiPreamble', ['WIFI_PREAMBLE_LONG', 'WIFI_PREAMBLE_SHORT', 'WIFI_PREAMBLE_HT_MF', 'WIFI_PREAMBLE_HT_GF'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    33
    ## wifi-mode.h (module 'wifi'): ns3::WifiModulationClass [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    34
    module.add_enum('WifiModulationClass', ['WIFI_MOD_CLASS_UNKNOWN', 'WIFI_MOD_CLASS_IR', 'WIFI_MOD_CLASS_FHSS', 'WIFI_MOD_CLASS_DSSS', 'WIFI_MOD_CLASS_ERP_PBCC', 'WIFI_MOD_CLASS_DSSS_OFDM', 'WIFI_MOD_CLASS_ERP_OFDM', 'WIFI_MOD_CLASS_OFDM', 'WIFI_MOD_CLASS_HT'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    35
    ## wifi-phy-standard.h (module 'wifi'): ns3::WifiPhyStandard [enumeration]
10205
cbfd6988be40 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10183
diff changeset
    36
    module.add_enum('WifiPhyStandard', ['WIFI_PHY_STANDARD_80211a', 'WIFI_PHY_STANDARD_80211b', 'WIFI_PHY_STANDARD_80211g', 'WIFI_PHY_STANDARD_80211_10MHZ', 'WIFI_PHY_STANDARD_80211_5MHZ', 'WIFI_PHY_STANDARD_holland', 'WIFI_PHY_STANDARD_80211n_2_4GHZ', 'WIFI_PHY_STANDARD_80211n_5GHZ'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    37
    ## qos-tag.h (module 'wifi'): ns3::UserPriority [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    38
    module.add_enum('UserPriority', ['UP_BK', 'UP_BE', 'UP_EE', 'UP_CL', 'UP_VI', 'UP_VO', 'UP_NC'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    39
    ## wifi-mode.h (module 'wifi'): ns3::WifiCodeRate [enumeration]
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
    40
    module.add_enum('WifiCodeRate', ['WIFI_CODE_RATE_UNDEFINED', 'WIFI_CODE_RATE_3_4', 'WIFI_CODE_RATE_2_3', 'WIFI_CODE_RATE_1_2', 'WIFI_CODE_RATE_5_6'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    41
    ## edca-txop-n.h (module 'wifi'): ns3::TypeOfStation [enumeration]
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
    42
    module.add_enum('TypeOfStation', ['STA', 'AP', 'ADHOC_STA', 'MESH', 'HT_STA', 'HT_AP', 'HT_ADHOC_STA', 'OCB'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    43
    ## ctrl-headers.h (module 'wifi'): ns3::BlockAckType [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    44
    module.add_enum('BlockAckType', ['BASIC_BLOCK_ACK', 'COMPRESSED_BLOCK_ACK', 'MULTI_TID_BLOCK_ACK'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    45
    ## address.h (module 'network'): ns3::Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    46
    module.add_class('Address', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    47
    ## address.h (module 'network'): ns3::Address::MaxSize_e [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    48
    module.add_enum('MaxSize_e', ['MAX_SIZE'], outer_class=root_module['ns3::Address'], import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    49
    ## trace-helper.h (module 'network'): ns3::AsciiTraceHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    50
    module.add_class('AsciiTraceHelper', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    51
    ## trace-helper.h (module 'network'): ns3::AsciiTraceHelperForDevice [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    52
    module.add_class('AsciiTraceHelperForDevice', allow_subclassing=True, import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    53
    ## athstats-helper.h (module 'wifi'): ns3::AthstatsHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    54
    module.add_class('AthstatsHelper')
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
    55
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList [class]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
    56
    module.add_class('AttributeConstructionList', import_from_module='ns.core')
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
    57
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item [struct]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
    58
    module.add_class('Item', import_from_module='ns.core', outer_class=root_module['ns3::AttributeConstructionList'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    59
    ## block-ack-manager.h (module 'wifi'): ns3::Bar [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    60
    module.add_class('Bar')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    61
    ## block-ack-agreement.h (module 'wifi'): ns3::BlockAckAgreement [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    62
    module.add_class('BlockAckAgreement')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    63
    ## block-ack-cache.h (module 'wifi'): ns3::BlockAckCache [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    64
    module.add_class('BlockAckCache')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    65
    ## block-ack-manager.h (module 'wifi'): ns3::BlockAckManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    66
    module.add_class('BlockAckManager')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    67
    ## buffer.h (module 'network'): ns3::Buffer [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    68
    module.add_class('Buffer', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    69
    ## buffer.h (module 'network'): ns3::Buffer::Iterator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    70
    module.add_class('Iterator', import_from_module='ns.network', outer_class=root_module['ns3::Buffer'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    71
    ## packet.h (module 'network'): ns3::ByteTagIterator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    72
    module.add_class('ByteTagIterator', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    73
    ## packet.h (module 'network'): ns3::ByteTagIterator::Item [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    74
    module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagIterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    75
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    76
    module.add_class('ByteTagList', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    77
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    78
    module.add_class('Iterator', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagList'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    79
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    80
    module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagList::Iterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    81
    ## callback.h (module 'core'): ns3::CallbackBase [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    82
    module.add_class('CallbackBase', import_from_module='ns.core')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    83
    ## capability-information.h (module 'wifi'): ns3::CapabilityInformation [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    84
    module.add_class('CapabilityInformation')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    85
    ## dcf-manager.h (module 'wifi'): ns3::DcfManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    86
    module.add_class('DcfManager')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    87
    ## dcf-manager.h (module 'wifi'): ns3::DcfState [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    88
    module.add_class('DcfState', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    89
    ## dsss-error-rate-model.h (module 'wifi'): ns3::DsssErrorRateModel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    90
    module.add_class('DsssErrorRateModel')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    91
    ## event-id.h (module 'core'): ns3::EventId [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    92
    module.add_class('EventId', import_from_module='ns.core')
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
    93
    ## hash.h (module 'core'): ns3::Hasher [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
    94
    module.add_class('Hasher', import_from_module='ns.core')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    95
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    96
    module.add_class('InterferenceHelper')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    97
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::SnrPer [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    98
    module.add_class('SnrPer', outer_class=root_module['ns3::InterferenceHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    99
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   100
    module.add_class('Ipv4Address', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   101
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   102
    root_module['ns3::Ipv4Address'].implicitly_converts_to(root_module['ns3::Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   103
    ## ipv4-address.h (module 'network'): ns3::Ipv4Mask [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   104
    module.add_class('Ipv4Mask', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   105
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   106
    module.add_class('Ipv6Address', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   107
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   108
    root_module['ns3::Ipv6Address'].implicitly_converts_to(root_module['ns3::Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   109
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   110
    module.add_class('Ipv6Prefix', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   111
    ## mac48-address.h (module 'network'): ns3::Mac48Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   112
    module.add_class('Mac48Address', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   113
    ## mac48-address.h (module 'network'): ns3::Mac48Address [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   114
    root_module['ns3::Mac48Address'].implicitly_converts_to(root_module['ns3::Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   115
    ## mac-low.h (module 'wifi'): ns3::MacLowBlockAckEventListener [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   116
    module.add_class('MacLowBlockAckEventListener', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   117
    ## mac-low.h (module 'wifi'): ns3::MacLowDcfListener [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   118
    module.add_class('MacLowDcfListener', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   119
    ## mac-low.h (module 'wifi'): ns3::MacLowTransmissionListener [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   120
    module.add_class('MacLowTransmissionListener', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   121
    ## mac-low.h (module 'wifi'): ns3::MacLowTransmissionParameters [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   122
    module.add_class('MacLowTransmissionParameters')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   123
    ## mac-rx-middle.h (module 'wifi'): ns3::MacRxMiddle [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   124
    module.add_class('MacRxMiddle')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   125
    ## net-device-container.h (module 'network'): ns3::NetDeviceContainer [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   126
    module.add_class('NetDeviceContainer', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   127
    ## node-container.h (module 'network'): ns3::NodeContainer [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   128
    module.add_class('NodeContainer', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   129
    ## object-base.h (module 'core'): ns3::ObjectBase [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   130
    module.add_class('ObjectBase', allow_subclassing=True, import_from_module='ns.core')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   131
    ## object.h (module 'core'): ns3::ObjectDeleter [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   132
    module.add_class('ObjectDeleter', import_from_module='ns.core')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   133
    ## object-factory.h (module 'core'): ns3::ObjectFactory [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   134
    module.add_class('ObjectFactory', import_from_module='ns.core')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   135
    ## originator-block-ack-agreement.h (module 'wifi'): ns3::OriginatorBlockAckAgreement [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   136
    module.add_class('OriginatorBlockAckAgreement', parent=root_module['ns3::BlockAckAgreement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   137
    ## originator-block-ack-agreement.h (module 'wifi'): ns3::OriginatorBlockAckAgreement::State [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   138
    module.add_enum('State', ['PENDING', 'ESTABLISHED', 'INACTIVE', 'UNSUCCESSFUL'], outer_class=root_module['ns3::OriginatorBlockAckAgreement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   139
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   140
    module.add_class('PacketMetadata', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   141
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   142
    module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::PacketMetadata'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   143
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   144
    module.add_enum('', ['PAYLOAD', 'HEADER', 'TRAILER'], outer_class=root_module['ns3::PacketMetadata::Item'], import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   145
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   146
    module.add_class('ItemIterator', import_from_module='ns.network', outer_class=root_module['ns3::PacketMetadata'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   147
    ## packet.h (module 'network'): ns3::PacketTagIterator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   148
    module.add_class('PacketTagIterator', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   149
    ## packet.h (module 'network'): ns3::PacketTagIterator::Item [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   150
    module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::PacketTagIterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   151
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   152
    module.add_class('PacketTagList', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   153
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   154
    module.add_class('TagData', import_from_module='ns.network', outer_class=root_module['ns3::PacketTagList'])
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
   155
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData_e [enumeration]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
   156
    module.add_enum('TagData_e', ['MAX_SIZE'], outer_class=root_module['ns3::PacketTagList::TagData'], import_from_module='ns.network')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   157
    ## pcap-file.h (module 'network'): ns3::PcapFile [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   158
    module.add_class('PcapFile', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   159
    ## trace-helper.h (module 'network'): ns3::PcapHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   160
    module.add_class('PcapHelper', import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   161
    ## trace-helper.h (module 'network'): ns3::PcapHelper [enumeration]
10795
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
   162
    module.add_enum('', ['DLT_NULL', 'DLT_EN10MB', 'DLT_PPP', 'DLT_RAW', 'DLT_IEEE802_11', 'DLT_PRISM_HEADER', 'DLT_IEEE802_11_RADIO', 'DLT_IEEE802_15_4'], outer_class=root_module['ns3::PcapHelper'], import_from_module='ns.network')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   163
    ## trace-helper.h (module 'network'): ns3::PcapHelperForDevice [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   164
    module.add_class('PcapHelperForDevice', allow_subclassing=True, import_from_module='ns.network')
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   165
    ## propagation-cache.h (module 'propagation'): ns3::PropagationCache<ns3::JakesProcess> [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   166
    module.add_class('PropagationCache', import_from_module='ns.propagation', template_parameters=['ns3::JakesProcess'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   167
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   168
    module.add_class('RateInfo')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   169
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   170
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Object', 'ns3::ObjectBase', 'ns3::ObjectDeleter'], parent=root_module['ns3::ObjectBase'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   171
    ## simulator.h (module 'core'): ns3::Simulator [class]
7341
eda4fbf4d8e3 Rescan wifi bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7340
diff changeset
   172
    module.add_class('Simulator', destructor_visibility='private', import_from_module='ns.core')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   173
    ## status-code.h (module 'wifi'): ns3::StatusCode [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   174
    module.add_class('StatusCode')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   175
    ## tag.h (module 'network'): ns3::Tag [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   176
    module.add_class('Tag', import_from_module='ns.network', parent=root_module['ns3::ObjectBase'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   177
    ## tag-buffer.h (module 'network'): ns3::TagBuffer [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   178
    module.add_class('TagBuffer', import_from_module='ns.network')
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
   179
    ## nstime.h (module 'core'): ns3::TimeWithUnit [class]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
   180
    module.add_class('TimeWithUnit', import_from_module='ns.core')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   181
    ## type-id.h (module 'core'): ns3::TypeId [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   182
    module.add_class('TypeId', import_from_module='ns.core')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   183
    ## type-id.h (module 'core'): ns3::TypeId::AttributeFlag [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   184
    module.add_enum('AttributeFlag', ['ATTR_GET', 'ATTR_SET', 'ATTR_CONSTRUCT', 'ATTR_SGC'], outer_class=root_module['ns3::TypeId'], import_from_module='ns.core')
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   185
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation [struct]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   186
    module.add_class('AttributeInformation', import_from_module='ns.core', outer_class=root_module['ns3::TypeId'])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   187
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation [struct]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   188
    module.add_class('TraceSourceInformation', import_from_module='ns.core', outer_class=root_module['ns3::TypeId'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   189
    ## vector.h (module 'core'): ns3::Vector2D [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   190
    module.add_class('Vector2D', import_from_module='ns.core')
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   191
    ## vector.h (module 'core'): ns3::Vector3D [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   192
    module.add_class('Vector3D', import_from_module='ns.core')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   193
    ## wifi-helper.h (module 'wifi'): ns3::WifiHelper [class]
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
   194
    module.add_class('WifiHelper', allow_subclassing=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   195
    ## wifi-helper.h (module 'wifi'): ns3::WifiMacHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   196
    module.add_class('WifiMacHelper', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   197
    ## wifi-mode.h (module 'wifi'): ns3::WifiMode [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   198
    module.add_class('WifiMode')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   199
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeFactory [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   200
    module.add_class('WifiModeFactory')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   201
    ## wifi-helper.h (module 'wifi'): ns3::WifiPhyHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   202
    module.add_class('WifiPhyHelper', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   203
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhyListener [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   204
    module.add_class('WifiPhyListener', allow_subclassing=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   205
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   206
    module.add_class('WifiRemoteStation')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   207
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationInfo [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   208
    module.add_class('WifiRemoteStationInfo')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   209
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState [struct]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   210
    module.add_class('WifiRemoteStationState')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   211
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   212
    module.add_enum('', ['BRAND_NEW', 'DISASSOC', 'WAIT_ASSOC_TX_OK', 'GOT_ASSOC_TX_OK'], outer_class=root_module['ns3::WifiRemoteStationState'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   213
    ## wifi-tx-vector.h (module 'wifi'): ns3::WifiTxVector [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   214
    module.add_class('WifiTxVector')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   215
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiChannelHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   216
    module.add_class('YansWifiChannelHelper')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   217
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiPhyHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   218
    module.add_class('YansWifiPhyHelper', parent=[root_module['ns3::WifiPhyHelper'], root_module['ns3::PcapHelperForDevice'], root_module['ns3::AsciiTraceHelperForDevice']])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   219
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiPhyHelper::SupportedPcapDataLinkTypes [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   220
    module.add_enum('SupportedPcapDataLinkTypes', ['DLT_IEEE802_11', 'DLT_PRISM_HEADER', 'DLT_IEEE802_11_RADIO'], outer_class=root_module['ns3::YansWifiPhyHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   221
    ## empty.h (module 'core'): ns3::empty [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   222
    module.add_class('empty', import_from_module='ns.core')
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   223
    ## int64x64-double.h (module 'core'): ns3::int64x64_t [class]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   224
    module.add_class('int64x64_t', import_from_module='ns.core')
10601
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
   225
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::impl_type [enumeration]
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
   226
    module.add_enum('impl_type', ['int128_impl', 'cairo_impl', 'ld_impl'], outer_class=root_module['ns3::int64x64_t'], import_from_module='ns.core')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   227
    ## chunk.h (module 'network'): ns3::Chunk [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   228
    module.add_class('Chunk', import_from_module='ns.network', parent=root_module['ns3::ObjectBase'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   229
    ## header.h (module 'network'): ns3::Header [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   230
    module.add_class('Header', import_from_module='ns.network', parent=root_module['ns3::Chunk'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   231
    ## mgt-headers.h (module 'wifi'): ns3::MgtAddBaRequestHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   232
    module.add_class('MgtAddBaRequestHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   233
    ## mgt-headers.h (module 'wifi'): ns3::MgtAddBaResponseHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   234
    module.add_class('MgtAddBaResponseHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   235
    ## mgt-headers.h (module 'wifi'): ns3::MgtAssocRequestHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   236
    module.add_class('MgtAssocRequestHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   237
    ## mgt-headers.h (module 'wifi'): ns3::MgtAssocResponseHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   238
    module.add_class('MgtAssocResponseHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   239
    ## mgt-headers.h (module 'wifi'): ns3::MgtDelBaHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   240
    module.add_class('MgtDelBaHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   241
    ## mgt-headers.h (module 'wifi'): ns3::MgtProbeRequestHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   242
    module.add_class('MgtProbeRequestHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   243
    ## mgt-headers.h (module 'wifi'): ns3::MgtProbeResponseHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   244
    module.add_class('MgtProbeResponseHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   245
    ## nqos-wifi-mac-helper.h (module 'wifi'): ns3::NqosWifiMacHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   246
    module.add_class('NqosWifiMacHelper', parent=root_module['ns3::WifiMacHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   247
    ## object.h (module 'core'): ns3::Object [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   248
    module.add_class('Object', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   249
    ## object.h (module 'core'): ns3::Object::AggregateIterator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   250
    module.add_class('AggregateIterator', import_from_module='ns.core', outer_class=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   251
    ## pcap-file-wrapper.h (module 'network'): ns3::PcapFileWrapper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   252
    module.add_class('PcapFileWrapper', import_from_module='ns.network', parent=root_module['ns3::Object'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   253
    ## propagation-delay-model.h (module 'propagation'): ns3::PropagationDelayModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   254
    module.add_class('PropagationDelayModel', import_from_module='ns.propagation', parent=root_module['ns3::Object'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   255
    ## propagation-loss-model.h (module 'propagation'): ns3::PropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   256
    module.add_class('PropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::Object'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   257
    ## qos-tag.h (module 'wifi'): ns3::QosTag [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   258
    module.add_class('QosTag', parent=root_module['ns3::Tag'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   259
    ## qos-wifi-mac-helper.h (module 'wifi'): ns3::QosWifiMacHelper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   260
    module.add_class('QosWifiMacHelper', parent=root_module['ns3::WifiMacHelper'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   261
    ## propagation-delay-model.h (module 'propagation'): ns3::RandomPropagationDelayModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   262
    module.add_class('RandomPropagationDelayModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationDelayModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   263
    ## propagation-loss-model.h (module 'propagation'): ns3::RandomPropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   264
    module.add_class('RandomPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   265
    ## random-variable-stream.h (module 'core'): ns3::RandomVariableStream [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   266
    module.add_class('RandomVariableStream', import_from_module='ns.core', parent=root_module['ns3::Object'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   267
    ## propagation-loss-model.h (module 'propagation'): ns3::RangePropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   268
    module.add_class('RangePropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   269
    ## random-variable-stream.h (module 'core'): ns3::SequentialRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   270
    module.add_class('SequentialRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   271
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   272
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::AttributeAccessor', 'ns3::empty', 'ns3::DefaultDeleter<ns3::AttributeAccessor>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   273
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   274
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::AttributeChecker', 'ns3::empty', 'ns3::DefaultDeleter<ns3::AttributeChecker>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   275
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   276
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::AttributeValue', 'ns3::empty', 'ns3::DefaultDeleter<ns3::AttributeValue>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   277
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   278
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::CallbackImplBase', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CallbackImplBase>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   279
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   280
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::EventImpl', 'ns3::empty', 'ns3::DefaultDeleter<ns3::EventImpl>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   281
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> > [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   282
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Hash::Implementation', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Hash::Implementation>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   283
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   284
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::InterferenceHelper::Event', 'ns3::empty', 'ns3::DefaultDeleter<ns3::InterferenceHelper::Event>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   285
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   286
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::NixVector', 'ns3::empty', 'ns3::DefaultDeleter<ns3::NixVector>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   287
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   288
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::OutputStreamWrapper', 'ns3::empty', 'ns3::DefaultDeleter<ns3::OutputStreamWrapper>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   289
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   290
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Packet', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Packet>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   291
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   292
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::TraceSourceAccessor', 'ns3::empty', 'ns3::DefaultDeleter<ns3::TraceSourceAccessor>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   293
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> > [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   294
    module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::WifiInformationElement', 'ns3::empty', 'ns3::DefaultDeleter<ns3::WifiInformationElement>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
9294
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
   295
    ## snr-tag.h (module 'wifi'): ns3::SnrTag [class]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
   296
    module.add_class('SnrTag', parent=root_module['ns3::Tag'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   297
    ## propagation-loss-model.h (module 'propagation'): ns3::ThreeLogDistancePropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   298
    module.add_class('ThreeLogDistancePropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   299
    ## nstime.h (module 'core'): ns3::Time [class]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   300
    module.add_class('Time', import_from_module='ns.core')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   301
    ## nstime.h (module 'core'): ns3::Time::Unit [enumeration]
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
   302
    module.add_enum('Unit', ['Y', 'D', 'H', 'MIN', 'S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core')
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   303
    ## nstime.h (module 'core'): ns3::Time [class]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   304
    root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t'])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   305
    ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   306
    module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   307
    ## trailer.h (module 'network'): ns3::Trailer [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   308
    module.add_class('Trailer', import_from_module='ns.network', parent=root_module['ns3::Chunk'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   309
    ## random-variable-stream.h (module 'core'): ns3::TriangularRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   310
    module.add_class('TriangularRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   311
    ## propagation-loss-model.h (module 'propagation'): ns3::TwoRayGroundPropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   312
    module.add_class('TwoRayGroundPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   313
    ## random-variable-stream.h (module 'core'): ns3::UniformRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   314
    module.add_class('UniformRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   315
    ## random-variable-stream.h (module 'core'): ns3::WeibullRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   316
    module.add_class('WeibullRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   317
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   318
    module.add_class('WifiActionHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   319
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::CategoryValue [enumeration]
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
   320
    module.add_enum('CategoryValue', ['BLOCK_ACK', 'MESH_PEERING_MGT', 'MESH_LINK_METRIC', 'MESH_PATH_SELECTION', 'MESH_INTERWORKING', 'MESH_RESOURCE_COORDINATION', 'MESH_PROXY_FORWARDING', 'VENDOR_SPECIFIC_ACTION'], outer_class=root_module['ns3::WifiActionHeader'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   321
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::PeerLinkMgtActionValue [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   322
    module.add_enum('PeerLinkMgtActionValue', ['PEER_LINK_OPEN', 'PEER_LINK_CONFIRM', 'PEER_LINK_CLOSE'], outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   323
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::LinkMetricActionValue [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   324
    module.add_enum('LinkMetricActionValue', ['LINK_METRIC_REQUEST', 'LINK_METRIC_REPORT'], outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   325
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::PathSelectionActionValue [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   326
    module.add_enum('PathSelectionActionValue', ['PATH_SELECTION'], outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   327
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::InterworkActionValue [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   328
    module.add_enum('InterworkActionValue', ['PORTAL_ANNOUNCEMENT'], outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   329
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ResourceCoordinationActionValue [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   330
    module.add_enum('ResourceCoordinationActionValue', ['CONGESTION_CONTROL_NOTIFICATION', 'MDA_SETUP_REQUEST', 'MDA_SETUP_REPLY', 'MDAOP_ADVERTISMENT_REQUEST', 'MDAOP_ADVERTISMENTS', 'MDAOP_SET_TEARDOWN', 'BEACON_TIMING_REQUEST', 'BEACON_TIMING_RESPONSE', 'TBTT_ADJUSTMENT_REQUEST', 'MESH_CHANNEL_SWITCH_ANNOUNCEMENT'], outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   331
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::BlockAckActionValue [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   332
    module.add_enum('BlockAckActionValue', ['BLOCK_ACK_ADDBA_REQUEST', 'BLOCK_ACK_ADDBA_RESPONSE', 'BLOCK_ACK_DELBA'], outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   333
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue [union]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   334
    module.add_class('ActionValue', outer_class=root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   335
    ## wifi-information-element.h (module 'wifi'): ns3::WifiInformationElement [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   336
    module.add_class('WifiInformationElement', parent=root_module['ns3::SimpleRefCount< ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   337
    ## wifi-information-element-vector.h (module 'wifi'): ns3::WifiInformationElementVector [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   338
    module.add_class('WifiInformationElementVector', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   339
    ## wifi-mac.h (module 'wifi'): ns3::WifiMac [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   340
    module.add_class('WifiMac', parent=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   341
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   342
    module.add_class('WifiMacHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   343
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacHeader::QosAckPolicy [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   344
    module.add_enum('QosAckPolicy', ['NORMAL_ACK', 'NO_ACK', 'NO_EXPLICIT_ACK', 'BLOCK_ACK'], outer_class=root_module['ns3::WifiMacHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   345
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacHeader::AddressType [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   346
    module.add_enum('AddressType', ['ADDR1', 'ADDR2', 'ADDR3', 'ADDR4'], outer_class=root_module['ns3::WifiMacHeader'])
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
   347
    ## wifi-mac-queue.h (module 'wifi'): ns3::WifiMacQueue [class]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
   348
    module.add_class('WifiMacQueue', parent=root_module['ns3::Object'])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
   349
    ## wifi-mac-trailer.h (module 'wifi'): ns3::WifiMacTrailer [class]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
   350
    module.add_class('WifiMacTrailer', parent=root_module['ns3::Trailer'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   351
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhy [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   352
    module.add_class('WifiPhy', parent=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   353
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhy::State [enumeration]
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
   354
    module.add_enum('State', ['IDLE', 'CCA_BUSY', 'TX', 'RX', 'SWITCHING', 'SLEEP'], outer_class=root_module['ns3::WifiPhy'])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
   355
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::WifiPhyStateHelper [class]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
   356
    module.add_class('WifiPhyStateHelper', parent=root_module['ns3::Object'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   357
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   358
    module.add_class('WifiRemoteStationManager', parent=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   359
    ## yans-wifi-phy.h (module 'wifi'): ns3::YansWifiPhy [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   360
    module.add_class('YansWifiPhy', parent=root_module['ns3::WifiPhy'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   361
    ## random-variable-stream.h (module 'core'): ns3::ZetaRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   362
    module.add_class('ZetaRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   363
    ## random-variable-stream.h (module 'core'): ns3::ZipfRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   364
    module.add_class('ZipfRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   365
    ## aarf-wifi-manager.h (module 'wifi'): ns3::AarfWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   366
    module.add_class('AarfWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   367
    ## aarfcd-wifi-manager.h (module 'wifi'): ns3::AarfcdWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   368
    module.add_class('AarfcdWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   369
    ## amrr-wifi-manager.h (module 'wifi'): ns3::AmrrWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   370
    module.add_class('AmrrWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   371
    ## amsdu-subframe-header.h (module 'wifi'): ns3::AmsduSubframeHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   372
    module.add_class('AmsduSubframeHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   373
    ## arf-wifi-manager.h (module 'wifi'): ns3::ArfWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   374
    module.add_class('ArfWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   375
    ## athstats-helper.h (module 'wifi'): ns3::AthstatsWifiTraceSink [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   376
    module.add_class('AthstatsWifiTraceSink', parent=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   377
    ## attribute.h (module 'core'): ns3::AttributeAccessor [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   378
    module.add_class('AttributeAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   379
    ## attribute.h (module 'core'): ns3::AttributeChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   380
    module.add_class('AttributeChecker', allow_subclassing=False, automatic_type_narrowing=True, import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   381
    ## attribute.h (module 'core'): ns3::AttributeValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   382
    module.add_class('AttributeValue', allow_subclassing=False, automatic_type_narrowing=True, import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   383
    ## callback.h (module 'core'): ns3::CallbackChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   384
    module.add_class('CallbackChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   385
    ## callback.h (module 'core'): ns3::CallbackImplBase [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   386
    module.add_class('CallbackImplBase', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   387
    ## callback.h (module 'core'): ns3::CallbackValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   388
    module.add_class('CallbackValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   389
    ## cara-wifi-manager.h (module 'wifi'): ns3::CaraWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   390
    module.add_class('CaraWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   391
    ## channel.h (module 'network'): ns3::Channel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   392
    module.add_class('Channel', import_from_module='ns.network', parent=root_module['ns3::Object'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   393
    ## random-variable-stream.h (module 'core'): ns3::ConstantRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   394
    module.add_class('ConstantRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   395
    ## constant-rate-wifi-manager.h (module 'wifi'): ns3::ConstantRateWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   396
    module.add_class('ConstantRateWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   397
    ## propagation-delay-model.h (module 'propagation'): ns3::ConstantSpeedPropagationDelayModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   398
    module.add_class('ConstantSpeedPropagationDelayModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationDelayModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   399
    ## cost231-propagation-loss-model.h (module 'propagation'): ns3::Cost231PropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   400
    module.add_class('Cost231PropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   401
    ## cost231-propagation-loss-model.h (module 'propagation'): ns3::Cost231PropagationLossModel::Environment [enumeration]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   402
    module.add_enum('Environment', ['SubUrban', 'MediumCity', 'Metropolitan'], outer_class=root_module['ns3::Cost231PropagationLossModel'], import_from_module='ns.propagation')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   403
    ## ctrl-headers.h (module 'wifi'): ns3::CtrlBAckRequestHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   404
    module.add_class('CtrlBAckRequestHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   405
    ## ctrl-headers.h (module 'wifi'): ns3::CtrlBAckResponseHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   406
    module.add_class('CtrlBAckResponseHeader', parent=root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   407
    ## dcf.h (module 'wifi'): ns3::Dcf [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   408
    module.add_class('Dcf', parent=root_module['ns3::Object'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   409
    ## random-variable-stream.h (module 'core'): ns3::DeterministicRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   410
    module.add_class('DeterministicRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   411
    ## double.h (module 'core'): ns3::DoubleValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   412
    module.add_class('DoubleValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   413
    ## edca-txop-n.h (module 'wifi'): ns3::EdcaTxopN [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   414
    module.add_class('EdcaTxopN', parent=root_module['ns3::Dcf'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   415
    ## random-variable-stream.h (module 'core'): ns3::EmpiricalRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   416
    module.add_class('EmpiricalRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   417
    ## attribute.h (module 'core'): ns3::EmptyAttributeValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   418
    module.add_class('EmptyAttributeValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   419
    ## random-variable-stream.h (module 'core'): ns3::ErlangRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   420
    module.add_class('ErlangRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   421
    ## error-rate-model.h (module 'wifi'): ns3::ErrorRateModel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   422
    module.add_class('ErrorRateModel', parent=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   423
    ## event-impl.h (module 'core'): ns3::EventImpl [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   424
    module.add_class('EventImpl', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   425
    ## random-variable-stream.h (module 'core'): ns3::ExponentialRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   426
    module.add_class('ExponentialRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   427
    ## supported-rates.h (module 'wifi'): ns3::ExtendedSupportedRatesIE [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   428
    module.add_class('ExtendedSupportedRatesIE', parent=root_module['ns3::WifiInformationElement'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   429
    ## propagation-loss-model.h (module 'propagation'): ns3::FixedRssLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   430
    module.add_class('FixedRssLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   431
    ## propagation-loss-model.h (module 'propagation'): ns3::FriisPropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   432
    module.add_class('FriisPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   433
    ## random-variable-stream.h (module 'core'): ns3::GammaRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   434
    module.add_class('GammaRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   435
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilities [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   436
    module.add_class('HtCapabilities', parent=root_module['ns3::WifiInformationElement'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   437
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesChecker [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   438
    module.add_class('HtCapabilitiesChecker', parent=root_module['ns3::AttributeChecker'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   439
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesValue [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   440
    module.add_class('HtCapabilitiesValue', parent=root_module['ns3::AttributeValue'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   441
    ## ht-wifi-mac-helper.h (module 'wifi'): ns3::HtWifiMacHelper [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   442
    module.add_class('HtWifiMacHelper', parent=root_module['ns3::QosWifiMacHelper'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   443
    ## ideal-wifi-manager.h (module 'wifi'): ns3::IdealWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   444
    module.add_class('IdealWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   445
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   446
    module.add_class('Ipv4AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   447
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   448
    module.add_class('Ipv4AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   449
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   450
    module.add_class('Ipv4MaskChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   451
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   452
    module.add_class('Ipv4MaskValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   453
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   454
    module.add_class('Ipv6AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   455
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   456
    module.add_class('Ipv6AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   457
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   458
    module.add_class('Ipv6PrefixChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   459
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   460
    module.add_class('Ipv6PrefixValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   461
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): ns3::ItuR1411LosPropagationLossModel [class]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   462
    module.add_class('ItuR1411LosPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   463
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): ns3::ItuR1411NlosOverRooftopPropagationLossModel [class]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   464
    module.add_class('ItuR1411NlosOverRooftopPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   465
    ## jakes-process.h (module 'propagation'): ns3::JakesProcess [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   466
    module.add_class('JakesProcess', import_from_module='ns.propagation', parent=root_module['ns3::Object'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   467
    ## jakes-propagation-loss-model.h (module 'propagation'): ns3::JakesPropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   468
    module.add_class('JakesPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   469
    ## kun-2600-mhz-propagation-loss-model.h (module 'propagation'): ns3::Kun2600MhzPropagationLossModel [class]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   470
    module.add_class('Kun2600MhzPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   471
    ## propagation-loss-model.h (module 'propagation'): ns3::LogDistancePropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   472
    module.add_class('LogDistancePropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   473
    ## random-variable-stream.h (module 'core'): ns3::LogNormalRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   474
    module.add_class('LogNormalRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   475
    ## mac48-address.h (module 'network'): ns3::Mac48AddressChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   476
    module.add_class('Mac48AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   477
    ## mac48-address.h (module 'network'): ns3::Mac48AddressValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   478
    module.add_class('Mac48AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   479
    ## mac-low.h (module 'wifi'): ns3::MacLow [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   480
    module.add_class('MacLow', parent=root_module['ns3::Object'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   481
    ## propagation-loss-model.h (module 'propagation'): ns3::MatrixPropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   482
    module.add_class('MatrixPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   483
    ## mgt-headers.h (module 'wifi'): ns3::MgtBeaconHeader [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   484
    module.add_class('MgtBeaconHeader', parent=root_module['ns3::MgtProbeResponseHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   485
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::MinstrelWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   486
    module.add_class('MinstrelWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   487
    ## mobility-model.h (module 'mobility'): ns3::MobilityModel [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   488
    module.add_class('MobilityModel', import_from_module='ns.mobility', parent=root_module['ns3::Object'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   489
    ## msdu-aggregator.h (module 'wifi'): ns3::MsduAggregator [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   490
    module.add_class('MsduAggregator', parent=root_module['ns3::Object'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   491
    ## propagation-loss-model.h (module 'propagation'): ns3::NakagamiPropagationLossModel [class]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   492
    module.add_class('NakagamiPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   493
    ## net-device.h (module 'network'): ns3::NetDevice [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   494
    module.add_class('NetDevice', import_from_module='ns.network', parent=root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   495
    ## net-device.h (module 'network'): ns3::NetDevice::PacketType [enumeration]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   496
    module.add_enum('PacketType', ['PACKET_HOST', 'NS3_PACKET_HOST', 'PACKET_BROADCAST', 'NS3_PACKET_BROADCAST', 'PACKET_MULTICAST', 'NS3_PACKET_MULTICAST', 'PACKET_OTHERHOST', 'NS3_PACKET_OTHERHOST'], outer_class=root_module['ns3::NetDevice'], import_from_module='ns.network')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   497
    ## nist-error-rate-model.h (module 'wifi'): ns3::NistErrorRateModel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   498
    module.add_class('NistErrorRateModel', parent=root_module['ns3::ErrorRateModel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   499
    ## nix-vector.h (module 'network'): ns3::NixVector [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   500
    module.add_class('NixVector', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   501
    ## node.h (module 'network'): ns3::Node [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   502
    module.add_class('Node', import_from_module='ns.network', parent=root_module['ns3::Object'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   503
    ## random-variable-stream.h (module 'core'): ns3::NormalRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   504
    module.add_class('NormalRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   505
    ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   506
    module.add_class('ObjectFactoryChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   507
    ## object-factory.h (module 'core'): ns3::ObjectFactoryValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   508
    module.add_class('ObjectFactoryValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   509
    ## okumura-hata-propagation-loss-model.h (module 'propagation'): ns3::OkumuraHataPropagationLossModel [class]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   510
    module.add_class('OkumuraHataPropagationLossModel', import_from_module='ns.propagation', parent=root_module['ns3::PropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   511
    ## onoe-wifi-manager.h (module 'wifi'): ns3::OnoeWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   512
    module.add_class('OnoeWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   513
    ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   514
    module.add_class('OutputStreamWrapper', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   515
    ## packet.h (module 'network'): ns3::Packet [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   516
    module.add_class('Packet', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   517
    ## random-variable-stream.h (module 'core'): ns3::ParetoRandomVariable [class]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   518
    module.add_class('ParetoRandomVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariableStream'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   519
    ## regular-wifi-mac.h (module 'wifi'): ns3::RegularWifiMac [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   520
    module.add_class('RegularWifiMac', parent=root_module['ns3::WifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   521
    ## rraa-wifi-manager.h (module 'wifi'): ns3::RraaWifiManager [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   522
    module.add_class('RraaWifiManager', parent=root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   523
    ## ssid.h (module 'wifi'): ns3::Ssid [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   524
    module.add_class('Ssid', parent=root_module['ns3::WifiInformationElement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   525
    ## ssid.h (module 'wifi'): ns3::SsidChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   526
    module.add_class('SsidChecker', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   527
    ## ssid.h (module 'wifi'): ns3::SsidValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   528
    module.add_class('SsidValue', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   529
    ## sta-wifi-mac.h (module 'wifi'): ns3::StaWifiMac [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   530
    module.add_class('StaWifiMac', parent=root_module['ns3::RegularWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   531
    ## supported-rates.h (module 'wifi'): ns3::SupportedRates [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   532
    module.add_class('SupportedRates', parent=root_module['ns3::WifiInformationElement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   533
    ## nstime.h (module 'core'): ns3::TimeValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   534
    module.add_class('TimeValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   535
    ## type-id.h (module 'core'): ns3::TypeIdChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   536
    module.add_class('TypeIdChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   537
    ## type-id.h (module 'core'): ns3::TypeIdValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   538
    module.add_class('TypeIdValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   539
    ## uinteger.h (module 'core'): ns3::UintegerValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   540
    module.add_class('UintegerValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   541
    ## vector.h (module 'core'): ns3::Vector2DChecker [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   542
    module.add_class('Vector2DChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   543
    ## vector.h (module 'core'): ns3::Vector2DValue [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   544
    module.add_class('Vector2DValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   545
    ## vector.h (module 'core'): ns3::Vector3DChecker [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   546
    module.add_class('Vector3DChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   547
    ## vector.h (module 'core'): ns3::Vector3DValue [class]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   548
    module.add_class('Vector3DValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   549
    ## wifi-channel.h (module 'wifi'): ns3::WifiChannel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   550
    module.add_class('WifiChannel', parent=root_module['ns3::Channel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   551
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   552
    module.add_class('WifiModeChecker', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   553
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   554
    module.add_class('WifiModeValue', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   555
    ## wifi-net-device.h (module 'wifi'): ns3::WifiNetDevice [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   556
    module.add_class('WifiNetDevice', parent=root_module['ns3::NetDevice'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   557
    ## yans-error-rate-model.h (module 'wifi'): ns3::YansErrorRateModel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   558
    module.add_class('YansErrorRateModel', parent=root_module['ns3::ErrorRateModel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   559
    ## yans-wifi-channel.h (module 'wifi'): ns3::YansWifiChannel [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   560
    module.add_class('YansWifiChannel', parent=root_module['ns3::WifiChannel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   561
    ## address.h (module 'network'): ns3::AddressChecker [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   562
    module.add_class('AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   563
    ## address.h (module 'network'): ns3::AddressValue [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   564
    module.add_class('AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   565
    ## adhoc-wifi-mac.h (module 'wifi'): ns3::AdhocWifiMac [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   566
    module.add_class('AdhocWifiMac', parent=root_module['ns3::RegularWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   567
    ## ap-wifi-mac.h (module 'wifi'): ns3::ApWifiMac [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   568
    module.add_class('ApWifiMac', parent=root_module['ns3::RegularWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   569
    ## dca-txop.h (module 'wifi'): ns3::DcaTxop [class]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   570
    module.add_class('DcaTxop', parent=root_module['ns3::Dcf'])
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   571
    module.add_container('ns3::WifiModeList', 'ns3::WifiMode', container_type=u'vector')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   572
    module.add_container('ns3::WifiMcsList', 'unsigned char', container_type=u'vector')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   573
    module.add_container('std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >', 'std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader >', container_type=u'list')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   574
    typehandlers.add_type_alias(u'std::vector< unsigned char, std::allocator< unsigned char > >', u'ns3::WifiMcsList')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   575
    typehandlers.add_type_alias(u'std::vector< unsigned char, std::allocator< unsigned char > >*', u'ns3::WifiMcsList*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   576
    typehandlers.add_type_alias(u'std::vector< unsigned char, std::allocator< unsigned char > >&', u'ns3::WifiMcsList&')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   577
    typehandlers.add_type_alias(u'uint8_t', u'ns3::WifiInformationElementId')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   578
    typehandlers.add_type_alias(u'uint8_t*', u'ns3::WifiInformationElementId*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   579
    typehandlers.add_type_alias(u'uint8_t&', u'ns3::WifiInformationElementId&')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   580
    typehandlers.add_type_alias(u'__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode, std::allocator< ns3::WifiMode > > >', u'ns3::WifiModeListIterator')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   581
    typehandlers.add_type_alias(u'__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode, std::allocator< ns3::WifiMode > > >*', u'ns3::WifiModeListIterator*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   582
    typehandlers.add_type_alias(u'__gnu_cxx::__normal_iterator< ns3::WifiMode const *, std::vector< ns3::WifiMode, std::allocator< ns3::WifiMode > > >&', u'ns3::WifiModeListIterator&')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   583
    typehandlers.add_type_alias(u'ns3::Vector3D', u'ns3::Vector')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   584
    typehandlers.add_type_alias(u'ns3::Vector3D*', u'ns3::Vector*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   585
    typehandlers.add_type_alias(u'ns3::Vector3D&', u'ns3::Vector&')
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   586
    module.add_typedef(root_module['ns3::Vector3D'], 'Vector')
10795
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
   587
    typehandlers.add_type_alias(u'std::vector< ns3::RateInfo, std::allocator< ns3::RateInfo > >', u'ns3::MinstrelRate')
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
   588
    typehandlers.add_type_alias(u'std::vector< ns3::RateInfo, std::allocator< ns3::RateInfo > >*', u'ns3::MinstrelRate*')
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
   589
    typehandlers.add_type_alias(u'std::vector< ns3::RateInfo, std::allocator< ns3::RateInfo > >&', u'ns3::MinstrelRate&')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   590
    typehandlers.add_type_alias(u'std::vector< ns3::WifiMode, std::allocator< ns3::WifiMode > >', u'ns3::WifiModeList')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   591
    typehandlers.add_type_alias(u'std::vector< ns3::WifiMode, std::allocator< ns3::WifiMode > >*', u'ns3::WifiModeList*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   592
    typehandlers.add_type_alias(u'std::vector< ns3::WifiMode, std::allocator< ns3::WifiMode > >&', u'ns3::WifiModeList&')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   593
    typehandlers.add_type_alias(u'ns3::Vector3DValue', u'ns3::VectorValue')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   594
    typehandlers.add_type_alias(u'ns3::Vector3DValue*', u'ns3::VectorValue*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   595
    typehandlers.add_type_alias(u'ns3::Vector3DValue&', u'ns3::VectorValue&')
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   596
    module.add_typedef(root_module['ns3::Vector3DValue'], 'VectorValue')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   597
    typehandlers.add_type_alias(u'std::vector< std::vector< unsigned int, std::allocator< unsigned int > >, std::allocator< std::vector< unsigned int, std::allocator< unsigned int > > > >', u'ns3::SampleRate')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   598
    typehandlers.add_type_alias(u'std::vector< std::vector< unsigned int, std::allocator< unsigned int > >, std::allocator< std::vector< unsigned int, std::allocator< unsigned int > > > >*', u'ns3::SampleRate*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   599
    typehandlers.add_type_alias(u'std::vector< std::vector< unsigned int, std::allocator< unsigned int > >, std::allocator< std::vector< unsigned int, std::allocator< unsigned int > > > >&', u'ns3::SampleRate&')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   600
    typehandlers.add_type_alias(u'ns3::Vector3DChecker', u'ns3::VectorChecker')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   601
    typehandlers.add_type_alias(u'ns3::Vector3DChecker*', u'ns3::VectorChecker*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   602
    typehandlers.add_type_alias(u'ns3::Vector3DChecker&', u'ns3::VectorChecker&')
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   603
    module.add_typedef(root_module['ns3::Vector3DChecker'], 'VectorChecker')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   604
    typehandlers.add_type_alias(u'__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char, std::allocator< unsigned char > > >', u'ns3::WifiMcsListIterator')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   605
    typehandlers.add_type_alias(u'__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char, std::allocator< unsigned char > > >*', u'ns3::WifiMcsListIterator*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   606
    typehandlers.add_type_alias(u'__gnu_cxx::__normal_iterator< unsigned char const *, std::vector< unsigned char, std::allocator< unsigned char > > >&', u'ns3::WifiMcsListIterator&')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   607
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   608
    ## Register a nested module for the namespace FatalImpl
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   609
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   610
    nested_module = module.add_cpp_namespace('FatalImpl')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   611
    register_types_ns3_FatalImpl(nested_module)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   612
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   613
    
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   614
    ## Register a nested module for the namespace Hash
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   615
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   616
    nested_module = module.add_cpp_namespace('Hash')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   617
    register_types_ns3_Hash(nested_module)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   618
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   619
    
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   620
    ## Register a nested module for the namespace internal
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   621
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   622
    nested_module = module.add_cpp_namespace('internal')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   623
    register_types_ns3_internal(nested_module)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   624
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   625
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   626
def register_types_ns3_FatalImpl(module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   627
    root_module = module.get_root()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   628
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   629
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   630
def register_types_ns3_Hash(module):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   631
    root_module = module.get_root()
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   632
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   633
    ## hash-function.h (module 'core'): ns3::Hash::Implementation [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   634
    module.add_class('Implementation', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >'])
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   635
    typehandlers.add_type_alias(u'uint64_t ( * ) ( char const *, size_t ) *', u'ns3::Hash::Hash64Function_ptr')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   636
    typehandlers.add_type_alias(u'uint64_t ( * ) ( char const *, size_t ) **', u'ns3::Hash::Hash64Function_ptr*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   637
    typehandlers.add_type_alias(u'uint64_t ( * ) ( char const *, size_t ) *&', u'ns3::Hash::Hash64Function_ptr&')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   638
    typehandlers.add_type_alias(u'uint32_t ( * ) ( char const *, size_t ) *', u'ns3::Hash::Hash32Function_ptr')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   639
    typehandlers.add_type_alias(u'uint32_t ( * ) ( char const *, size_t ) **', u'ns3::Hash::Hash32Function_ptr*')
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
   640
    typehandlers.add_type_alias(u'uint32_t ( * ) ( char const *, size_t ) *&', u'ns3::Hash::Hash32Function_ptr&')
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   641
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   642
    ## Register a nested module for the namespace Function
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   643
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   644
    nested_module = module.add_cpp_namespace('Function')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   645
    register_types_ns3_Hash_Function(nested_module)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   646
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   647
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   648
def register_types_ns3_Hash_Function(module):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   649
    root_module = module.get_root()
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   650
    
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   651
    ## hash-fnv.h (module 'core'): ns3::Hash::Function::Fnv1a [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   652
    module.add_class('Fnv1a', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   653
    ## hash-function.h (module 'core'): ns3::Hash::Function::Hash32 [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   654
    module.add_class('Hash32', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   655
    ## hash-function.h (module 'core'): ns3::Hash::Function::Hash64 [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   656
    module.add_class('Hash64', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   657
    ## hash-murmur3.h (module 'core'): ns3::Hash::Function::Murmur3 [class]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   658
    module.add_class('Murmur3', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   659
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   660
def register_types_ns3_internal(module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   661
    root_module = module.get_root()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   662
    
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   663
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   664
def register_methods(root_module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   665
    register_Ns3Address_methods(root_module, root_module['ns3::Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   666
    register_Ns3AsciiTraceHelper_methods(root_module, root_module['ns3::AsciiTraceHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   667
    register_Ns3AsciiTraceHelperForDevice_methods(root_module, root_module['ns3::AsciiTraceHelperForDevice'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   668
    register_Ns3AthstatsHelper_methods(root_module, root_module['ns3::AthstatsHelper'])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   669
    register_Ns3AttributeConstructionList_methods(root_module, root_module['ns3::AttributeConstructionList'])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   670
    register_Ns3AttributeConstructionListItem_methods(root_module, root_module['ns3::AttributeConstructionList::Item'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   671
    register_Ns3Bar_methods(root_module, root_module['ns3::Bar'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   672
    register_Ns3BlockAckAgreement_methods(root_module, root_module['ns3::BlockAckAgreement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   673
    register_Ns3BlockAckCache_methods(root_module, root_module['ns3::BlockAckCache'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   674
    register_Ns3BlockAckManager_methods(root_module, root_module['ns3::BlockAckManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   675
    register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   676
    register_Ns3BufferIterator_methods(root_module, root_module['ns3::Buffer::Iterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   677
    register_Ns3ByteTagIterator_methods(root_module, root_module['ns3::ByteTagIterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   678
    register_Ns3ByteTagIteratorItem_methods(root_module, root_module['ns3::ByteTagIterator::Item'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   679
    register_Ns3ByteTagList_methods(root_module, root_module['ns3::ByteTagList'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   680
    register_Ns3ByteTagListIterator_methods(root_module, root_module['ns3::ByteTagList::Iterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   681
    register_Ns3ByteTagListIteratorItem_methods(root_module, root_module['ns3::ByteTagList::Iterator::Item'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   682
    register_Ns3CallbackBase_methods(root_module, root_module['ns3::CallbackBase'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   683
    register_Ns3CapabilityInformation_methods(root_module, root_module['ns3::CapabilityInformation'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   684
    register_Ns3DcfManager_methods(root_module, root_module['ns3::DcfManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   685
    register_Ns3DcfState_methods(root_module, root_module['ns3::DcfState'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   686
    register_Ns3DsssErrorRateModel_methods(root_module, root_module['ns3::DsssErrorRateModel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   687
    register_Ns3EventId_methods(root_module, root_module['ns3::EventId'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   688
    register_Ns3Hasher_methods(root_module, root_module['ns3::Hasher'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   689
    register_Ns3InterferenceHelper_methods(root_module, root_module['ns3::InterferenceHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   690
    register_Ns3InterferenceHelperSnrPer_methods(root_module, root_module['ns3::InterferenceHelper::SnrPer'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   691
    register_Ns3Ipv4Address_methods(root_module, root_module['ns3::Ipv4Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   692
    register_Ns3Ipv4Mask_methods(root_module, root_module['ns3::Ipv4Mask'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   693
    register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   694
    register_Ns3Ipv6Prefix_methods(root_module, root_module['ns3::Ipv6Prefix'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   695
    register_Ns3Mac48Address_methods(root_module, root_module['ns3::Mac48Address'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   696
    register_Ns3MacLowBlockAckEventListener_methods(root_module, root_module['ns3::MacLowBlockAckEventListener'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   697
    register_Ns3MacLowDcfListener_methods(root_module, root_module['ns3::MacLowDcfListener'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   698
    register_Ns3MacLowTransmissionListener_methods(root_module, root_module['ns3::MacLowTransmissionListener'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   699
    register_Ns3MacLowTransmissionParameters_methods(root_module, root_module['ns3::MacLowTransmissionParameters'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   700
    register_Ns3MacRxMiddle_methods(root_module, root_module['ns3::MacRxMiddle'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   701
    register_Ns3NetDeviceContainer_methods(root_module, root_module['ns3::NetDeviceContainer'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   702
    register_Ns3NodeContainer_methods(root_module, root_module['ns3::NodeContainer'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   703
    register_Ns3ObjectBase_methods(root_module, root_module['ns3::ObjectBase'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   704
    register_Ns3ObjectDeleter_methods(root_module, root_module['ns3::ObjectDeleter'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   705
    register_Ns3ObjectFactory_methods(root_module, root_module['ns3::ObjectFactory'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   706
    register_Ns3OriginatorBlockAckAgreement_methods(root_module, root_module['ns3::OriginatorBlockAckAgreement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   707
    register_Ns3PacketMetadata_methods(root_module, root_module['ns3::PacketMetadata'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   708
    register_Ns3PacketMetadataItem_methods(root_module, root_module['ns3::PacketMetadata::Item'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   709
    register_Ns3PacketMetadataItemIterator_methods(root_module, root_module['ns3::PacketMetadata::ItemIterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   710
    register_Ns3PacketTagIterator_methods(root_module, root_module['ns3::PacketTagIterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   711
    register_Ns3PacketTagIteratorItem_methods(root_module, root_module['ns3::PacketTagIterator::Item'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   712
    register_Ns3PacketTagList_methods(root_module, root_module['ns3::PacketTagList'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   713
    register_Ns3PacketTagListTagData_methods(root_module, root_module['ns3::PacketTagList::TagData'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   714
    register_Ns3PcapFile_methods(root_module, root_module['ns3::PcapFile'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   715
    register_Ns3PcapHelper_methods(root_module, root_module['ns3::PcapHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   716
    register_Ns3PcapHelperForDevice_methods(root_module, root_module['ns3::PcapHelperForDevice'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   717
    register_Ns3PropagationCache__Ns3JakesProcess_methods(root_module, root_module['ns3::PropagationCache< ns3::JakesProcess >'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   718
    register_Ns3RateInfo_methods(root_module, root_module['ns3::RateInfo'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   719
    register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   720
    register_Ns3Simulator_methods(root_module, root_module['ns3::Simulator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   721
    register_Ns3StatusCode_methods(root_module, root_module['ns3::StatusCode'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   722
    register_Ns3Tag_methods(root_module, root_module['ns3::Tag'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   723
    register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer'])
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
   724
    register_Ns3TimeWithUnit_methods(root_module, root_module['ns3::TimeWithUnit'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   725
    register_Ns3TypeId_methods(root_module, root_module['ns3::TypeId'])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   726
    register_Ns3TypeIdAttributeInformation_methods(root_module, root_module['ns3::TypeId::AttributeInformation'])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   727
    register_Ns3TypeIdTraceSourceInformation_methods(root_module, root_module['ns3::TypeId::TraceSourceInformation'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   728
    register_Ns3Vector2D_methods(root_module, root_module['ns3::Vector2D'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   729
    register_Ns3Vector3D_methods(root_module, root_module['ns3::Vector3D'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   730
    register_Ns3WifiHelper_methods(root_module, root_module['ns3::WifiHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   731
    register_Ns3WifiMacHelper_methods(root_module, root_module['ns3::WifiMacHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   732
    register_Ns3WifiMode_methods(root_module, root_module['ns3::WifiMode'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   733
    register_Ns3WifiModeFactory_methods(root_module, root_module['ns3::WifiModeFactory'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   734
    register_Ns3WifiPhyHelper_methods(root_module, root_module['ns3::WifiPhyHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   735
    register_Ns3WifiPhyListener_methods(root_module, root_module['ns3::WifiPhyListener'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   736
    register_Ns3WifiRemoteStation_methods(root_module, root_module['ns3::WifiRemoteStation'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   737
    register_Ns3WifiRemoteStationInfo_methods(root_module, root_module['ns3::WifiRemoteStationInfo'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   738
    register_Ns3WifiRemoteStationState_methods(root_module, root_module['ns3::WifiRemoteStationState'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   739
    register_Ns3WifiTxVector_methods(root_module, root_module['ns3::WifiTxVector'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   740
    register_Ns3YansWifiChannelHelper_methods(root_module, root_module['ns3::YansWifiChannelHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   741
    register_Ns3YansWifiPhyHelper_methods(root_module, root_module['ns3::YansWifiPhyHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   742
    register_Ns3Empty_methods(root_module, root_module['ns3::empty'])
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   743
    register_Ns3Int64x64_t_methods(root_module, root_module['ns3::int64x64_t'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   744
    register_Ns3Chunk_methods(root_module, root_module['ns3::Chunk'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   745
    register_Ns3Header_methods(root_module, root_module['ns3::Header'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   746
    register_Ns3MgtAddBaRequestHeader_methods(root_module, root_module['ns3::MgtAddBaRequestHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   747
    register_Ns3MgtAddBaResponseHeader_methods(root_module, root_module['ns3::MgtAddBaResponseHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   748
    register_Ns3MgtAssocRequestHeader_methods(root_module, root_module['ns3::MgtAssocRequestHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   749
    register_Ns3MgtAssocResponseHeader_methods(root_module, root_module['ns3::MgtAssocResponseHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   750
    register_Ns3MgtDelBaHeader_methods(root_module, root_module['ns3::MgtDelBaHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   751
    register_Ns3MgtProbeRequestHeader_methods(root_module, root_module['ns3::MgtProbeRequestHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   752
    register_Ns3MgtProbeResponseHeader_methods(root_module, root_module['ns3::MgtProbeResponseHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   753
    register_Ns3NqosWifiMacHelper_methods(root_module, root_module['ns3::NqosWifiMacHelper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   754
    register_Ns3Object_methods(root_module, root_module['ns3::Object'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   755
    register_Ns3ObjectAggregateIterator_methods(root_module, root_module['ns3::Object::AggregateIterator'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   756
    register_Ns3PcapFileWrapper_methods(root_module, root_module['ns3::PcapFileWrapper'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   757
    register_Ns3PropagationDelayModel_methods(root_module, root_module['ns3::PropagationDelayModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   758
    register_Ns3PropagationLossModel_methods(root_module, root_module['ns3::PropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   759
    register_Ns3QosTag_methods(root_module, root_module['ns3::QosTag'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   760
    register_Ns3QosWifiMacHelper_methods(root_module, root_module['ns3::QosWifiMacHelper'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   761
    register_Ns3RandomPropagationDelayModel_methods(root_module, root_module['ns3::RandomPropagationDelayModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   762
    register_Ns3RandomPropagationLossModel_methods(root_module, root_module['ns3::RandomPropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   763
    register_Ns3RandomVariableStream_methods(root_module, root_module['ns3::RandomVariableStream'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   764
    register_Ns3RangePropagationLossModel_methods(root_module, root_module['ns3::RangePropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   765
    register_Ns3SequentialRandomVariable_methods(root_module, root_module['ns3::SequentialRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   766
    register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   767
    register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   768
    register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   769
    register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   770
    register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   771
    register_Ns3SimpleRefCount__Ns3HashImplementation_Ns3Empty_Ns3DefaultDeleter__lt__ns3HashImplementation__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   772
    register_Ns3SimpleRefCount__Ns3InterferenceHelperEvent_Ns3Empty_Ns3DefaultDeleter__lt__ns3InterferenceHelperEvent__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   773
    register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   774
    register_Ns3SimpleRefCount__Ns3OutputStreamWrapper_Ns3Empty_Ns3DefaultDeleter__lt__ns3OutputStreamWrapper__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   775
    register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   776
    register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   777
    register_Ns3SimpleRefCount__Ns3WifiInformationElement_Ns3Empty_Ns3DefaultDeleter__lt__ns3WifiInformationElement__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >'])
9294
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
   778
    register_Ns3SnrTag_methods(root_module, root_module['ns3::SnrTag'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   779
    register_Ns3ThreeLogDistancePropagationLossModel_methods(root_module, root_module['ns3::ThreeLogDistancePropagationLossModel'])
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
   780
    register_Ns3Time_methods(root_module, root_module['ns3::Time'])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
   781
    register_Ns3TraceSourceAccessor_methods(root_module, root_module['ns3::TraceSourceAccessor'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   782
    register_Ns3Trailer_methods(root_module, root_module['ns3::Trailer'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   783
    register_Ns3TriangularRandomVariable_methods(root_module, root_module['ns3::TriangularRandomVariable'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   784
    register_Ns3TwoRayGroundPropagationLossModel_methods(root_module, root_module['ns3::TwoRayGroundPropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   785
    register_Ns3UniformRandomVariable_methods(root_module, root_module['ns3::UniformRandomVariable'])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   786
    register_Ns3WeibullRandomVariable_methods(root_module, root_module['ns3::WeibullRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   787
    register_Ns3WifiActionHeader_methods(root_module, root_module['ns3::WifiActionHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   788
    register_Ns3WifiActionHeaderActionValue_methods(root_module, root_module['ns3::WifiActionHeader::ActionValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   789
    register_Ns3WifiInformationElement_methods(root_module, root_module['ns3::WifiInformationElement'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   790
    register_Ns3WifiInformationElementVector_methods(root_module, root_module['ns3::WifiInformationElementVector'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   791
    register_Ns3WifiMac_methods(root_module, root_module['ns3::WifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   792
    register_Ns3WifiMacHeader_methods(root_module, root_module['ns3::WifiMacHeader'])
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
   793
    register_Ns3WifiMacQueue_methods(root_module, root_module['ns3::WifiMacQueue'])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
   794
    register_Ns3WifiMacTrailer_methods(root_module, root_module['ns3::WifiMacTrailer'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   795
    register_Ns3WifiPhy_methods(root_module, root_module['ns3::WifiPhy'])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
   796
    register_Ns3WifiPhyStateHelper_methods(root_module, root_module['ns3::WifiPhyStateHelper'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   797
    register_Ns3WifiRemoteStationManager_methods(root_module, root_module['ns3::WifiRemoteStationManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   798
    register_Ns3YansWifiPhy_methods(root_module, root_module['ns3::YansWifiPhy'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   799
    register_Ns3ZetaRandomVariable_methods(root_module, root_module['ns3::ZetaRandomVariable'])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   800
    register_Ns3ZipfRandomVariable_methods(root_module, root_module['ns3::ZipfRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   801
    register_Ns3AarfWifiManager_methods(root_module, root_module['ns3::AarfWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   802
    register_Ns3AarfcdWifiManager_methods(root_module, root_module['ns3::AarfcdWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   803
    register_Ns3AmrrWifiManager_methods(root_module, root_module['ns3::AmrrWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   804
    register_Ns3AmsduSubframeHeader_methods(root_module, root_module['ns3::AmsduSubframeHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   805
    register_Ns3ArfWifiManager_methods(root_module, root_module['ns3::ArfWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   806
    register_Ns3AthstatsWifiTraceSink_methods(root_module, root_module['ns3::AthstatsWifiTraceSink'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   807
    register_Ns3AttributeAccessor_methods(root_module, root_module['ns3::AttributeAccessor'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   808
    register_Ns3AttributeChecker_methods(root_module, root_module['ns3::AttributeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   809
    register_Ns3AttributeValue_methods(root_module, root_module['ns3::AttributeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   810
    register_Ns3CallbackChecker_methods(root_module, root_module['ns3::CallbackChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   811
    register_Ns3CallbackImplBase_methods(root_module, root_module['ns3::CallbackImplBase'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   812
    register_Ns3CallbackValue_methods(root_module, root_module['ns3::CallbackValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   813
    register_Ns3CaraWifiManager_methods(root_module, root_module['ns3::CaraWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   814
    register_Ns3Channel_methods(root_module, root_module['ns3::Channel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   815
    register_Ns3ConstantRandomVariable_methods(root_module, root_module['ns3::ConstantRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   816
    register_Ns3ConstantRateWifiManager_methods(root_module, root_module['ns3::ConstantRateWifiManager'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   817
    register_Ns3ConstantSpeedPropagationDelayModel_methods(root_module, root_module['ns3::ConstantSpeedPropagationDelayModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   818
    register_Ns3Cost231PropagationLossModel_methods(root_module, root_module['ns3::Cost231PropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   819
    register_Ns3CtrlBAckRequestHeader_methods(root_module, root_module['ns3::CtrlBAckRequestHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   820
    register_Ns3CtrlBAckResponseHeader_methods(root_module, root_module['ns3::CtrlBAckResponseHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   821
    register_Ns3Dcf_methods(root_module, root_module['ns3::Dcf'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   822
    register_Ns3DeterministicRandomVariable_methods(root_module, root_module['ns3::DeterministicRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   823
    register_Ns3DoubleValue_methods(root_module, root_module['ns3::DoubleValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   824
    register_Ns3EdcaTxopN_methods(root_module, root_module['ns3::EdcaTxopN'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   825
    register_Ns3EmpiricalRandomVariable_methods(root_module, root_module['ns3::EmpiricalRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   826
    register_Ns3EmptyAttributeValue_methods(root_module, root_module['ns3::EmptyAttributeValue'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   827
    register_Ns3ErlangRandomVariable_methods(root_module, root_module['ns3::ErlangRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   828
    register_Ns3ErrorRateModel_methods(root_module, root_module['ns3::ErrorRateModel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   829
    register_Ns3EventImpl_methods(root_module, root_module['ns3::EventImpl'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   830
    register_Ns3ExponentialRandomVariable_methods(root_module, root_module['ns3::ExponentialRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   831
    register_Ns3ExtendedSupportedRatesIE_methods(root_module, root_module['ns3::ExtendedSupportedRatesIE'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   832
    register_Ns3FixedRssLossModel_methods(root_module, root_module['ns3::FixedRssLossModel'])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   833
    register_Ns3FriisPropagationLossModel_methods(root_module, root_module['ns3::FriisPropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   834
    register_Ns3GammaRandomVariable_methods(root_module, root_module['ns3::GammaRandomVariable'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   835
    register_Ns3HtCapabilities_methods(root_module, root_module['ns3::HtCapabilities'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   836
    register_Ns3HtCapabilitiesChecker_methods(root_module, root_module['ns3::HtCapabilitiesChecker'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   837
    register_Ns3HtCapabilitiesValue_methods(root_module, root_module['ns3::HtCapabilitiesValue'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   838
    register_Ns3HtWifiMacHelper_methods(root_module, root_module['ns3::HtWifiMacHelper'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   839
    register_Ns3IdealWifiManager_methods(root_module, root_module['ns3::IdealWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   840
    register_Ns3Ipv4AddressChecker_methods(root_module, root_module['ns3::Ipv4AddressChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   841
    register_Ns3Ipv4AddressValue_methods(root_module, root_module['ns3::Ipv4AddressValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   842
    register_Ns3Ipv4MaskChecker_methods(root_module, root_module['ns3::Ipv4MaskChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   843
    register_Ns3Ipv4MaskValue_methods(root_module, root_module['ns3::Ipv4MaskValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   844
    register_Ns3Ipv6AddressChecker_methods(root_module, root_module['ns3::Ipv6AddressChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   845
    register_Ns3Ipv6AddressValue_methods(root_module, root_module['ns3::Ipv6AddressValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   846
    register_Ns3Ipv6PrefixChecker_methods(root_module, root_module['ns3::Ipv6PrefixChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   847
    register_Ns3Ipv6PrefixValue_methods(root_module, root_module['ns3::Ipv6PrefixValue'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   848
    register_Ns3ItuR1411LosPropagationLossModel_methods(root_module, root_module['ns3::ItuR1411LosPropagationLossModel'])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   849
    register_Ns3ItuR1411NlosOverRooftopPropagationLossModel_methods(root_module, root_module['ns3::ItuR1411NlosOverRooftopPropagationLossModel'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   850
    register_Ns3JakesProcess_methods(root_module, root_module['ns3::JakesProcess'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   851
    register_Ns3JakesPropagationLossModel_methods(root_module, root_module['ns3::JakesPropagationLossModel'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   852
    register_Ns3Kun2600MhzPropagationLossModel_methods(root_module, root_module['ns3::Kun2600MhzPropagationLossModel'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   853
    register_Ns3LogDistancePropagationLossModel_methods(root_module, root_module['ns3::LogDistancePropagationLossModel'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   854
    register_Ns3LogNormalRandomVariable_methods(root_module, root_module['ns3::LogNormalRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   855
    register_Ns3Mac48AddressChecker_methods(root_module, root_module['ns3::Mac48AddressChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   856
    register_Ns3Mac48AddressValue_methods(root_module, root_module['ns3::Mac48AddressValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   857
    register_Ns3MacLow_methods(root_module, root_module['ns3::MacLow'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   858
    register_Ns3MatrixPropagationLossModel_methods(root_module, root_module['ns3::MatrixPropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   859
    register_Ns3MgtBeaconHeader_methods(root_module, root_module['ns3::MgtBeaconHeader'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   860
    register_Ns3MinstrelWifiManager_methods(root_module, root_module['ns3::MinstrelWifiManager'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   861
    register_Ns3MobilityModel_methods(root_module, root_module['ns3::MobilityModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   862
    register_Ns3MsduAggregator_methods(root_module, root_module['ns3::MsduAggregator'])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
   863
    register_Ns3NakagamiPropagationLossModel_methods(root_module, root_module['ns3::NakagamiPropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   864
    register_Ns3NetDevice_methods(root_module, root_module['ns3::NetDevice'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   865
    register_Ns3NistErrorRateModel_methods(root_module, root_module['ns3::NistErrorRateModel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   866
    register_Ns3NixVector_methods(root_module, root_module['ns3::NixVector'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   867
    register_Ns3Node_methods(root_module, root_module['ns3::Node'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   868
    register_Ns3NormalRandomVariable_methods(root_module, root_module['ns3::NormalRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   869
    register_Ns3ObjectFactoryChecker_methods(root_module, root_module['ns3::ObjectFactoryChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   870
    register_Ns3ObjectFactoryValue_methods(root_module, root_module['ns3::ObjectFactoryValue'])
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
   871
    register_Ns3OkumuraHataPropagationLossModel_methods(root_module, root_module['ns3::OkumuraHataPropagationLossModel'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   872
    register_Ns3OnoeWifiManager_methods(root_module, root_module['ns3::OnoeWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   873
    register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   874
    register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
   875
    register_Ns3ParetoRandomVariable_methods(root_module, root_module['ns3::ParetoRandomVariable'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   876
    register_Ns3RegularWifiMac_methods(root_module, root_module['ns3::RegularWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   877
    register_Ns3RraaWifiManager_methods(root_module, root_module['ns3::RraaWifiManager'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   878
    register_Ns3Ssid_methods(root_module, root_module['ns3::Ssid'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   879
    register_Ns3SsidChecker_methods(root_module, root_module['ns3::SsidChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   880
    register_Ns3SsidValue_methods(root_module, root_module['ns3::SsidValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   881
    register_Ns3StaWifiMac_methods(root_module, root_module['ns3::StaWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   882
    register_Ns3SupportedRates_methods(root_module, root_module['ns3::SupportedRates'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   883
    register_Ns3TimeValue_methods(root_module, root_module['ns3::TimeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   884
    register_Ns3TypeIdChecker_methods(root_module, root_module['ns3::TypeIdChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   885
    register_Ns3TypeIdValue_methods(root_module, root_module['ns3::TypeIdValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   886
    register_Ns3UintegerValue_methods(root_module, root_module['ns3::UintegerValue'])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   887
    register_Ns3Vector2DChecker_methods(root_module, root_module['ns3::Vector2DChecker'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   888
    register_Ns3Vector2DValue_methods(root_module, root_module['ns3::Vector2DValue'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   889
    register_Ns3Vector3DChecker_methods(root_module, root_module['ns3::Vector3DChecker'])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
   890
    register_Ns3Vector3DValue_methods(root_module, root_module['ns3::Vector3DValue'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   891
    register_Ns3WifiChannel_methods(root_module, root_module['ns3::WifiChannel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   892
    register_Ns3WifiModeChecker_methods(root_module, root_module['ns3::WifiModeChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   893
    register_Ns3WifiModeValue_methods(root_module, root_module['ns3::WifiModeValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   894
    register_Ns3WifiNetDevice_methods(root_module, root_module['ns3::WifiNetDevice'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   895
    register_Ns3YansErrorRateModel_methods(root_module, root_module['ns3::YansErrorRateModel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   896
    register_Ns3YansWifiChannel_methods(root_module, root_module['ns3::YansWifiChannel'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   897
    register_Ns3AddressChecker_methods(root_module, root_module['ns3::AddressChecker'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   898
    register_Ns3AddressValue_methods(root_module, root_module['ns3::AddressValue'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   899
    register_Ns3AdhocWifiMac_methods(root_module, root_module['ns3::AdhocWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   900
    register_Ns3ApWifiMac_methods(root_module, root_module['ns3::ApWifiMac'])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   901
    register_Ns3DcaTxop_methods(root_module, root_module['ns3::DcaTxop'])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   902
    register_Ns3HashImplementation_methods(root_module, root_module['ns3::Hash::Implementation'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   903
    register_Ns3HashFunctionFnv1a_methods(root_module, root_module['ns3::Hash::Function::Fnv1a'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   904
    register_Ns3HashFunctionHash32_methods(root_module, root_module['ns3::Hash::Function::Hash32'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   905
    register_Ns3HashFunctionHash64_methods(root_module, root_module['ns3::Hash::Function::Hash64'])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
   906
    register_Ns3HashFunctionMurmur3_methods(root_module, root_module['ns3::Hash::Function::Murmur3'])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   907
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   908
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   909
def register_Ns3Address_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   910
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   911
    cls.add_binary_comparison_operator('<')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   912
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   913
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   914
    ## address.h (module 'network'): ns3::Address::Address() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   915
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   916
    ## address.h (module 'network'): ns3::Address::Address(uint8_t type, uint8_t const * buffer, uint8_t len) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   917
    cls.add_constructor([param('uint8_t', 'type'), param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   918
    ## address.h (module 'network'): ns3::Address::Address(ns3::Address const & address) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   919
    cls.add_constructor([param('ns3::Address const &', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   920
    ## address.h (module 'network'): bool ns3::Address::CheckCompatible(uint8_t type, uint8_t len) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   921
    cls.add_method('CheckCompatible', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   922
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   923
                   [param('uint8_t', 'type'), param('uint8_t', 'len')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   924
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   925
    ## address.h (module 'network'): uint32_t ns3::Address::CopyAllFrom(uint8_t const * buffer, uint8_t len) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   926
    cls.add_method('CopyAllFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   927
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   928
                   [param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   929
    ## address.h (module 'network'): uint32_t ns3::Address::CopyAllTo(uint8_t * buffer, uint8_t len) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   930
    cls.add_method('CopyAllTo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   931
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   932
                   [param('uint8_t *', 'buffer'), param('uint8_t', 'len')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   933
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   934
    ## address.h (module 'network'): uint32_t ns3::Address::CopyFrom(uint8_t const * buffer, uint8_t len) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   935
    cls.add_method('CopyFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   936
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   937
                   [param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   938
    ## address.h (module 'network'): uint32_t ns3::Address::CopyTo(uint8_t * buffer) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   939
    cls.add_method('CopyTo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   940
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   941
                   [param('uint8_t *', 'buffer')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   942
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   943
    ## address.h (module 'network'): void ns3::Address::Deserialize(ns3::TagBuffer buffer) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   944
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   945
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   946
                   [param('ns3::TagBuffer', 'buffer')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   947
    ## address.h (module 'network'): uint8_t ns3::Address::GetLength() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   948
    cls.add_method('GetLength', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   949
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   950
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   951
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   952
    ## address.h (module 'network'): uint32_t ns3::Address::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   953
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   954
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   955
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   956
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   957
    ## address.h (module 'network'): bool ns3::Address::IsInvalid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   958
    cls.add_method('IsInvalid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   959
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   960
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   961
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   962
    ## address.h (module 'network'): bool ns3::Address::IsMatchingType(uint8_t type) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   963
    cls.add_method('IsMatchingType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   964
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   965
                   [param('uint8_t', 'type')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   966
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   967
    ## address.h (module 'network'): static uint8_t ns3::Address::Register() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   968
    cls.add_method('Register', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   969
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   970
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   971
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   972
    ## address.h (module 'network'): void ns3::Address::Serialize(ns3::TagBuffer buffer) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   973
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   974
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   975
                   [param('ns3::TagBuffer', 'buffer')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   976
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   977
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   978
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   979
def register_Ns3AsciiTraceHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   980
    ## trace-helper.h (module 'network'): ns3::AsciiTraceHelper::AsciiTraceHelper(ns3::AsciiTraceHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   981
    cls.add_constructor([param('ns3::AsciiTraceHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   982
    ## trace-helper.h (module 'network'): ns3::AsciiTraceHelper::AsciiTraceHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   983
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   984
    ## trace-helper.h (module 'network'): ns3::Ptr<ns3::OutputStreamWrapper> ns3::AsciiTraceHelper::CreateFileStream(std::string filename, std::_Ios_Openmode filemode=std::ios_base::out) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   985
    cls.add_method('CreateFileStream', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   986
                   'ns3::Ptr< ns3::OutputStreamWrapper >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   987
                   [param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode', default_value='std::ios_base::out')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   988
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDequeueSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   989
    cls.add_method('DefaultDequeueSinkWithContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   990
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   991
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   992
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   993
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDequeueSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   994
    cls.add_method('DefaultDequeueSinkWithoutContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   995
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   996
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   997
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   998
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDropSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   999
    cls.add_method('DefaultDropSinkWithContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1000
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1001
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1002
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1003
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDropSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1004
    cls.add_method('DefaultDropSinkWithoutContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1005
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1006
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1007
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1008
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultEnqueueSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1009
    cls.add_method('DefaultEnqueueSinkWithContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1010
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1011
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1012
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1013
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultEnqueueSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1014
    cls.add_method('DefaultEnqueueSinkWithoutContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1015
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1016
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1017
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1018
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultReceiveSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1019
    cls.add_method('DefaultReceiveSinkWithContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1020
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1021
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1022
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1023
    ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultReceiveSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1024
    cls.add_method('DefaultReceiveSinkWithoutContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1025
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1026
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1027
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1028
    ## trace-helper.h (module 'network'): std::string ns3::AsciiTraceHelper::GetFilenameFromDevice(std::string prefix, ns3::Ptr<ns3::NetDevice> device, bool useObjectNames=true) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1029
    cls.add_method('GetFilenameFromDevice', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1030
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1031
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'useObjectNames', default_value='true')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1032
    ## trace-helper.h (module 'network'): std::string ns3::AsciiTraceHelper::GetFilenameFromInterfacePair(std::string prefix, ns3::Ptr<ns3::Object> object, uint32_t interface, bool useObjectNames=true) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1033
    cls.add_method('GetFilenameFromInterfacePair', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1034
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1035
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Object >', 'object'), param('uint32_t', 'interface'), param('bool', 'useObjectNames', default_value='true')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1036
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1037
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1038
def register_Ns3AsciiTraceHelperForDevice_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1039
    ## trace-helper.h (module 'network'): ns3::AsciiTraceHelperForDevice::AsciiTraceHelperForDevice(ns3::AsciiTraceHelperForDevice const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1040
    cls.add_constructor([param('ns3::AsciiTraceHelperForDevice const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1041
    ## trace-helper.h (module 'network'): ns3::AsciiTraceHelperForDevice::AsciiTraceHelperForDevice() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1042
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1043
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1044
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1045
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1046
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1047
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::Ptr<ns3::NetDevice> nd) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1048
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1049
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1050
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::Ptr< ns3::NetDevice >', 'nd')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1051
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, std::string ndName, bool explicitFilename=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1052
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1053
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1054
                   [param('std::string', 'prefix'), param('std::string', 'ndName'), param('bool', 'explicitFilename', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1055
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string ndName) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1056
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1057
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1058
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'ndName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1059
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, ns3::NetDeviceContainer d) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1060
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1061
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1062
                   [param('std::string', 'prefix'), param('ns3::NetDeviceContainer', 'd')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1063
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::NetDeviceContainer d) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1064
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1065
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1066
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::NetDeviceContainer', 'd')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1067
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, ns3::NodeContainer n) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1068
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1069
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1070
                   [param('std::string', 'prefix'), param('ns3::NodeContainer', 'n')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1071
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::NodeContainer n) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1072
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1073
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1074
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::NodeContainer', 'n')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1075
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, uint32_t nodeid, uint32_t deviceid, bool explicitFilename) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1076
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1077
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1078
                   [param('std::string', 'prefix'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'explicitFilename')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1079
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, uint32_t nodeid, uint32_t deviceid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1080
    cls.add_method('EnableAscii', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1081
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1082
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1083
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAsciiAll(std::string prefix) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1084
    cls.add_method('EnableAsciiAll', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1085
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1086
                   [param('std::string', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1087
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAsciiAll(ns3::Ptr<ns3::OutputStreamWrapper> stream) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1088
    cls.add_method('EnableAsciiAll', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1089
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1090
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1091
    ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAsciiInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1092
    cls.add_method('EnableAsciiInternal', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1093
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1094
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1095
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1096
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1097
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1098
def register_Ns3AthstatsHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1099
    ## athstats-helper.h (module 'wifi'): ns3::AthstatsHelper::AthstatsHelper(ns3::AthstatsHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1100
    cls.add_constructor([param('ns3::AthstatsHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1101
    ## athstats-helper.h (module 'wifi'): ns3::AthstatsHelper::AthstatsHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1102
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1103
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsHelper::EnableAthstats(std::string filename, uint32_t nodeid, uint32_t deviceid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1104
    cls.add_method('EnableAthstats', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1105
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1106
                   [param('std::string', 'filename'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1107
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsHelper::EnableAthstats(std::string filename, ns3::Ptr<ns3::NetDevice> nd) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1108
    cls.add_method('EnableAthstats', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1109
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1110
                   [param('std::string', 'filename'), param('ns3::Ptr< ns3::NetDevice >', 'nd')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1111
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsHelper::EnableAthstats(std::string filename, ns3::NetDeviceContainer d) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1112
    cls.add_method('EnableAthstats', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1113
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1114
                   [param('std::string', 'filename'), param('ns3::NetDeviceContainer', 'd')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1115
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsHelper::EnableAthstats(std::string filename, ns3::NodeContainer n) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1116
    cls.add_method('EnableAthstats', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1117
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1118
                   [param('std::string', 'filename'), param('ns3::NodeContainer', 'n')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1119
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1120
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1121
def register_Ns3AttributeConstructionList_methods(root_module, cls):
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1122
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::AttributeConstructionList(ns3::AttributeConstructionList const & arg0) [copy constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1123
    cls.add_constructor([param('ns3::AttributeConstructionList const &', 'arg0')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1124
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::AttributeConstructionList() [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1125
    cls.add_constructor([])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1126
    ## attribute-construction-list.h (module 'core'): void ns3::AttributeConstructionList::Add(std::string name, ns3::Ptr<ns3::AttributeChecker const> checker, ns3::Ptr<ns3::AttributeValue> value) [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1127
    cls.add_method('Add', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1128
                   'void', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1129
                   [param('std::string', 'name'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker'), param('ns3::Ptr< ns3::AttributeValue >', 'value')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1130
    ## attribute-construction-list.h (module 'core'): std::_List_const_iterator<ns3::AttributeConstructionList::Item> ns3::AttributeConstructionList::Begin() const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1131
    cls.add_method('Begin', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1132
                   'std::_List_const_iterator< ns3::AttributeConstructionList::Item >', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1133
                   [], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1134
                   is_const=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1135
    ## attribute-construction-list.h (module 'core'): std::_List_const_iterator<ns3::AttributeConstructionList::Item> ns3::AttributeConstructionList::End() const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1136
    cls.add_method('End', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1137
                   'std::_List_const_iterator< ns3::AttributeConstructionList::Item >', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1138
                   [], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1139
                   is_const=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1140
    ## attribute-construction-list.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeConstructionList::Find(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1141
    cls.add_method('Find', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1142
                   'ns3::Ptr< ns3::AttributeValue >', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1143
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1144
                   is_const=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1145
    return
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1146
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1147
def register_Ns3AttributeConstructionListItem_methods(root_module, cls):
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1148
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::Item() [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1149
    cls.add_constructor([])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1150
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::Item(ns3::AttributeConstructionList::Item const & arg0) [copy constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1151
    cls.add_constructor([param('ns3::AttributeConstructionList::Item const &', 'arg0')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1152
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::checker [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1153
    cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1154
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::name [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1155
    cls.add_instance_attribute('name', 'std::string', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1156
    ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::value [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  1157
    cls.add_instance_attribute('value', 'ns3::Ptr< ns3::AttributeValue >', is_const=False)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1158
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1159
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1160
def register_Ns3Bar_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1161
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::Bar(ns3::Bar const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1162
    cls.add_constructor([param('ns3::Bar const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1163
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::Bar() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1164
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1165
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::Bar(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address recipient, uint8_t tid, bool immediate) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1166
    cls.add_constructor([param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('bool', 'immediate')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1167
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::bar [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1168
    cls.add_instance_attribute('bar', 'ns3::Ptr< ns3::Packet const >', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1169
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::immediate [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1170
    cls.add_instance_attribute('immediate', 'bool', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1171
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::recipient [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1172
    cls.add_instance_attribute('recipient', 'ns3::Mac48Address', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1173
    ## block-ack-manager.h (module 'wifi'): ns3::Bar::tid [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1174
    cls.add_instance_attribute('tid', 'uint8_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1175
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1176
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1177
def register_Ns3BlockAckAgreement_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1178
    ## block-ack-agreement.h (module 'wifi'): ns3::BlockAckAgreement::BlockAckAgreement(ns3::BlockAckAgreement const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1179
    cls.add_constructor([param('ns3::BlockAckAgreement const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1180
    ## block-ack-agreement.h (module 'wifi'): ns3::BlockAckAgreement::BlockAckAgreement() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1181
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1182
    ## block-ack-agreement.h (module 'wifi'): ns3::BlockAckAgreement::BlockAckAgreement(ns3::Mac48Address peer, uint8_t tid) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1183
    cls.add_constructor([param('ns3::Mac48Address', 'peer'), param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1184
    ## block-ack-agreement.h (module 'wifi'): uint16_t ns3::BlockAckAgreement::GetBufferSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1185
    cls.add_method('GetBufferSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1186
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1187
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1188
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1189
    ## block-ack-agreement.h (module 'wifi'): ns3::Mac48Address ns3::BlockAckAgreement::GetPeer() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1190
    cls.add_method('GetPeer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1191
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1192
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1193
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1194
    ## block-ack-agreement.h (module 'wifi'): uint16_t ns3::BlockAckAgreement::GetStartingSequence() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1195
    cls.add_method('GetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1196
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1197
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1198
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1199
    ## block-ack-agreement.h (module 'wifi'): uint16_t ns3::BlockAckAgreement::GetStartingSequenceControl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1200
    cls.add_method('GetStartingSequenceControl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1201
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1202
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1203
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1204
    ## block-ack-agreement.h (module 'wifi'): uint8_t ns3::BlockAckAgreement::GetTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1205
    cls.add_method('GetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1206
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1207
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1208
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1209
    ## block-ack-agreement.h (module 'wifi'): uint16_t ns3::BlockAckAgreement::GetTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1210
    cls.add_method('GetTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1211
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1212
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1213
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1214
    ## block-ack-agreement.h (module 'wifi'): bool ns3::BlockAckAgreement::IsAmsduSupported() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1215
    cls.add_method('IsAmsduSupported', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1216
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1217
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1218
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1219
    ## block-ack-agreement.h (module 'wifi'): bool ns3::BlockAckAgreement::IsImmediateBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1220
    cls.add_method('IsImmediateBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1221
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1222
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1223
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1224
    ## block-ack-agreement.h (module 'wifi'): void ns3::BlockAckAgreement::SetAmsduSupport(bool supported) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1225
    cls.add_method('SetAmsduSupport', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1226
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1227
                   [param('bool', 'supported')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1228
    ## block-ack-agreement.h (module 'wifi'): void ns3::BlockAckAgreement::SetBufferSize(uint16_t bufferSize) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1229
    cls.add_method('SetBufferSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1230
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1231
                   [param('uint16_t', 'bufferSize')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1232
    ## block-ack-agreement.h (module 'wifi'): void ns3::BlockAckAgreement::SetDelayedBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1233
    cls.add_method('SetDelayedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1234
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1235
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1236
    ## block-ack-agreement.h (module 'wifi'): void ns3::BlockAckAgreement::SetImmediateBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1237
    cls.add_method('SetImmediateBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1238
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1239
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1240
    ## block-ack-agreement.h (module 'wifi'): void ns3::BlockAckAgreement::SetStartingSequence(uint16_t seq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1241
    cls.add_method('SetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1242
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1243
                   [param('uint16_t', 'seq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1244
    ## block-ack-agreement.h (module 'wifi'): void ns3::BlockAckAgreement::SetTimeout(uint16_t timeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1245
    cls.add_method('SetTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1246
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1247
                   [param('uint16_t', 'timeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1248
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1249
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1250
def register_Ns3BlockAckCache_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1251
    ## block-ack-cache.h (module 'wifi'): ns3::BlockAckCache::BlockAckCache() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1252
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1253
    ## block-ack-cache.h (module 'wifi'): ns3::BlockAckCache::BlockAckCache(ns3::BlockAckCache const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1254
    cls.add_constructor([param('ns3::BlockAckCache const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1255
    ## block-ack-cache.h (module 'wifi'): void ns3::BlockAckCache::FillBlockAckBitmap(ns3::CtrlBAckResponseHeader * blockAckHeader) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1256
    cls.add_method('FillBlockAckBitmap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1257
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1258
                   [param('ns3::CtrlBAckResponseHeader *', 'blockAckHeader')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1259
    ## block-ack-cache.h (module 'wifi'): void ns3::BlockAckCache::Init(uint16_t winStart, uint16_t winSize) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1260
    cls.add_method('Init', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1261
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1262
                   [param('uint16_t', 'winStart'), param('uint16_t', 'winSize')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1263
    ## block-ack-cache.h (module 'wifi'): void ns3::BlockAckCache::UpdateWithBlockAckReq(uint16_t startingSeq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1264
    cls.add_method('UpdateWithBlockAckReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1265
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1266
                   [param('uint16_t', 'startingSeq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1267
    ## block-ack-cache.h (module 'wifi'): void ns3::BlockAckCache::UpdateWithMpdu(ns3::WifiMacHeader const * hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1268
    cls.add_method('UpdateWithMpdu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1269
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1270
                   [param('ns3::WifiMacHeader const *', 'hdr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1271
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1272
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1273
def register_Ns3BlockAckManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1274
    ## block-ack-manager.h (module 'wifi'): ns3::BlockAckManager::BlockAckManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1275
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1276
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::CreateAgreement(ns3::MgtAddBaRequestHeader const * reqHdr, ns3::Mac48Address recipient) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1277
    cls.add_method('CreateAgreement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1278
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1279
                   [param('ns3::MgtAddBaRequestHeader const *', 'reqHdr'), param('ns3::Mac48Address', 'recipient')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1280
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::DestroyAgreement(ns3::Mac48Address recipient, uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1281
    cls.add_method('DestroyAgreement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1282
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1283
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1284
    ## block-ack-manager.h (module 'wifi'): bool ns3::BlockAckManager::ExistsAgreement(ns3::Mac48Address recipient, uint8_t tid) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1285
    cls.add_method('ExistsAgreement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1286
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1287
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1288
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1289
    ## block-ack-manager.h (module 'wifi'): bool ns3::BlockAckManager::ExistsAgreementInState(ns3::Mac48Address recipient, uint8_t tid, ns3::OriginatorBlockAckAgreement::State state) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1290
    cls.add_method('ExistsAgreementInState', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1291
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1292
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('ns3::OriginatorBlockAckAgreement::State', 'state')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1293
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1294
    ## block-ack-manager.h (module 'wifi'): uint32_t ns3::BlockAckManager::GetNBufferedPackets(ns3::Mac48Address recipient, uint8_t tid) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1295
    cls.add_method('GetNBufferedPackets', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1296
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1297
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1298
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1299
    ## block-ack-manager.h (module 'wifi'): uint32_t ns3::BlockAckManager::GetNRetryNeededPackets(ns3::Mac48Address recipient, uint8_t tid) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1300
    cls.add_method('GetNRetryNeededPackets', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1301
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1302
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1303
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1304
    ## block-ack-manager.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::BlockAckManager::GetNextPacket(ns3::WifiMacHeader & hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1305
    cls.add_method('GetNextPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1306
                   'ns3::Ptr< ns3::Packet const >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1307
                   [param('ns3::WifiMacHeader &', 'hdr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1308
    ## block-ack-manager.h (module 'wifi'): uint32_t ns3::BlockAckManager::GetNextPacketSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1309
    cls.add_method('GetNextPacketSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1310
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1311
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1312
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1313
    ## block-ack-manager.h (module 'wifi'): uint16_t ns3::BlockAckManager::GetSeqNumOfNextRetryPacket(ns3::Mac48Address recipient, uint8_t tid) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1314
    cls.add_method('GetSeqNumOfNextRetryPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1315
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1316
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1317
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1318
    ## block-ack-manager.h (module 'wifi'): bool ns3::BlockAckManager::HasBar(ns3::Bar & bar) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1319
    cls.add_method('HasBar', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1320
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1321
                   [param('ns3::Bar &', 'bar')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1322
    ## block-ack-manager.h (module 'wifi'): bool ns3::BlockAckManager::HasOtherFragments(uint16_t sequenceNumber) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1323
    cls.add_method('HasOtherFragments', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1324
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1325
                   [param('uint16_t', 'sequenceNumber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1326
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1327
    ## block-ack-manager.h (module 'wifi'): bool ns3::BlockAckManager::HasPackets() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1328
    cls.add_method('HasPackets', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1329
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1330
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1331
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1332
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::NotifyAgreementEstablished(ns3::Mac48Address recipient, uint8_t tid, uint16_t startingSeq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1333
    cls.add_method('NotifyAgreementEstablished', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1334
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1335
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('uint16_t', 'startingSeq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1336
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::NotifyAgreementUnsuccessful(ns3::Mac48Address recipient, uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1337
    cls.add_method('NotifyAgreementUnsuccessful', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1338
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1339
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1340
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::NotifyGotBlockAck(ns3::CtrlBAckResponseHeader const * blockAck, ns3::Mac48Address recipient) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1341
    cls.add_method('NotifyGotBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1342
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1343
                   [param('ns3::CtrlBAckResponseHeader const *', 'blockAck'), param('ns3::Mac48Address', 'recipient')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1344
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::NotifyMpduTransmission(ns3::Mac48Address recipient, uint8_t tid, uint16_t nextSeqNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1345
    cls.add_method('NotifyMpduTransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1346
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1347
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('uint16_t', 'nextSeqNumber')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1348
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetBlockAckInactivityCallback(ns3::Callback<void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1349
    cls.add_method('SetBlockAckInactivityCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1350
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1351
                   [param('ns3::Callback< void, ns3::Mac48Address, unsigned char, bool, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1352
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetBlockAckThreshold(uint8_t nPackets) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1353
    cls.add_method('SetBlockAckThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1354
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1355
                   [param('uint8_t', 'nPackets')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1356
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetBlockAckType(ns3::BlockAckType bAckType) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1357
    cls.add_method('SetBlockAckType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1358
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1359
                   [param('ns3::BlockAckType', 'bAckType')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1360
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetBlockDestinationCallback(ns3::Callback<void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1361
    cls.add_method('SetBlockDestinationCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1362
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1363
                   [param('ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1364
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetMaxPacketDelay(ns3::Time maxDelay) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1365
    cls.add_method('SetMaxPacketDelay', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1366
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1367
                   [param('ns3::Time', 'maxDelay')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1368
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetQueue(ns3::Ptr<ns3::WifiMacQueue> queue) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1369
    cls.add_method('SetQueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1370
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1371
                   [param('ns3::Ptr< ns3::WifiMacQueue >', 'queue')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1372
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetTxMiddle(ns3::MacTxMiddle * txMiddle) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1373
    cls.add_method('SetTxMiddle', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1374
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1375
                   [param('ns3::MacTxMiddle *', 'txMiddle')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1376
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::SetUnblockDestinationCallback(ns3::Callback<void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1377
    cls.add_method('SetUnblockDestinationCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1378
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1379
                   [param('ns3::Callback< void, ns3::Mac48Address, unsigned char, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1380
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::StorePacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr, ns3::Time tStamp) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1381
    cls.add_method('StorePacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1382
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1383
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr'), param('ns3::Time', 'tStamp')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1384
    ## block-ack-manager.h (module 'wifi'): bool ns3::BlockAckManager::SwitchToBlockAckIfNeeded(ns3::Mac48Address recipient, uint8_t tid, uint16_t startingSeq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1385
    cls.add_method('SwitchToBlockAckIfNeeded', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1386
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1387
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid'), param('uint16_t', 'startingSeq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1388
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::TearDownBlockAck(ns3::Mac48Address recipient, uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1389
    cls.add_method('TearDownBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1390
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1391
                   [param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1392
    ## block-ack-manager.h (module 'wifi'): void ns3::BlockAckManager::UpdateAgreement(ns3::MgtAddBaResponseHeader const * respHdr, ns3::Mac48Address recipient) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1393
    cls.add_method('UpdateAgreement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1394
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1395
                   [param('ns3::MgtAddBaResponseHeader const *', 'respHdr'), param('ns3::Mac48Address', 'recipient')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1396
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1397
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1398
def register_Ns3Buffer_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1399
    ## buffer.h (module 'network'): ns3::Buffer::Buffer() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1400
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1401
    ## buffer.h (module 'network'): ns3::Buffer::Buffer(uint32_t dataSize) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1402
    cls.add_constructor([param('uint32_t', 'dataSize')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1403
    ## buffer.h (module 'network'): ns3::Buffer::Buffer(uint32_t dataSize, bool initialize) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1404
    cls.add_constructor([param('uint32_t', 'dataSize'), param('bool', 'initialize')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1405
    ## buffer.h (module 'network'): ns3::Buffer::Buffer(ns3::Buffer const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1406
    cls.add_constructor([param('ns3::Buffer const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1407
    ## buffer.h (module 'network'): bool ns3::Buffer::AddAtEnd(uint32_t end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1408
    cls.add_method('AddAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1409
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1410
                   [param('uint32_t', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1411
    ## buffer.h (module 'network'): void ns3::Buffer::AddAtEnd(ns3::Buffer const & o) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1412
    cls.add_method('AddAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1413
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1414
                   [param('ns3::Buffer const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1415
    ## buffer.h (module 'network'): bool ns3::Buffer::AddAtStart(uint32_t start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1416
    cls.add_method('AddAtStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1417
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1418
                   [param('uint32_t', 'start')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1419
    ## buffer.h (module 'network'): ns3::Buffer::Iterator ns3::Buffer::Begin() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1420
    cls.add_method('Begin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1421
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1422
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1423
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1424
    ## buffer.h (module 'network'): void ns3::Buffer::CopyData(std::ostream * os, uint32_t size) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1425
    cls.add_method('CopyData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1426
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1427
                   [param('std::ostream *', 'os'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1428
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1429
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::CopyData(uint8_t * buffer, uint32_t size) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1430
    cls.add_method('CopyData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1431
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1432
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1433
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1434
    ## buffer.h (module 'network'): ns3::Buffer ns3::Buffer::CreateFragment(uint32_t start, uint32_t length) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1435
    cls.add_method('CreateFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1436
                   'ns3::Buffer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1437
                   [param('uint32_t', 'start'), param('uint32_t', 'length')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1438
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1439
    ## buffer.h (module 'network'): ns3::Buffer ns3::Buffer::CreateFullCopy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1440
    cls.add_method('CreateFullCopy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1441
                   'ns3::Buffer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1442
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1443
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1444
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Deserialize(uint8_t const * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1445
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1446
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1447
                   [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1448
    ## buffer.h (module 'network'): ns3::Buffer::Iterator ns3::Buffer::End() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1449
    cls.add_method('End', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1450
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1451
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1452
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1453
    ## buffer.h (module 'network'): int32_t ns3::Buffer::GetCurrentEndOffset() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1454
    cls.add_method('GetCurrentEndOffset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1455
                   'int32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1456
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1457
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1458
    ## buffer.h (module 'network'): int32_t ns3::Buffer::GetCurrentStartOffset() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1459
    cls.add_method('GetCurrentStartOffset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1460
                   'int32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1461
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1462
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1463
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1464
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1465
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1466
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1467
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1468
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::GetSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1469
    cls.add_method('GetSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1470
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1471
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1472
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1473
    ## buffer.h (module 'network'): uint8_t const * ns3::Buffer::PeekData() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1474
    cls.add_method('PeekData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1475
                   'uint8_t const *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1476
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1477
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1478
    ## buffer.h (module 'network'): void ns3::Buffer::RemoveAtEnd(uint32_t end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1479
    cls.add_method('RemoveAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1480
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1481
                   [param('uint32_t', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1482
    ## buffer.h (module 'network'): void ns3::Buffer::RemoveAtStart(uint32_t start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1483
    cls.add_method('RemoveAtStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1484
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1485
                   [param('uint32_t', 'start')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1486
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1487
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1488
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1489
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1490
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1491
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1492
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1493
def register_Ns3BufferIterator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1494
    ## buffer.h (module 'network'): ns3::Buffer::Iterator::Iterator(ns3::Buffer::Iterator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1495
    cls.add_constructor([param('ns3::Buffer::Iterator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1496
    ## buffer.h (module 'network'): ns3::Buffer::Iterator::Iterator() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1497
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1498
    ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1499
    cls.add_method('CalculateIpChecksum', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1500
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1501
                   [param('uint16_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1502
    ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size, uint32_t initialChecksum) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1503
    cls.add_method('CalculateIpChecksum', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1504
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1505
                   [param('uint16_t', 'size'), param('uint32_t', 'initialChecksum')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1506
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::GetDistanceFrom(ns3::Buffer::Iterator const & o) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1507
    cls.add_method('GetDistanceFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1508
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1509
                   [param('ns3::Buffer::Iterator const &', 'o')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1510
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1511
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::GetSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1512
    cls.add_method('GetSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1513
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1514
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1515
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1516
    ## buffer.h (module 'network'): bool ns3::Buffer::Iterator::IsEnd() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1517
    cls.add_method('IsEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1518
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1519
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1520
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1521
    ## buffer.h (module 'network'): bool ns3::Buffer::Iterator::IsStart() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1522
    cls.add_method('IsStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1523
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1524
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1525
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1526
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Next() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1527
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1528
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1529
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1530
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Next(uint32_t delta) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1531
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1532
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1533
                   [param('uint32_t', 'delta')])
10628
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1534
    ## buffer.h (module 'network'): uint8_t ns3::Buffer::Iterator::PeekU8() [member function]
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1535
    cls.add_method('PeekU8', 
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1536
                   'uint8_t', 
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1537
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1538
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Prev() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1539
    cls.add_method('Prev', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1540
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1541
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1542
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Prev(uint32_t delta) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1543
    cls.add_method('Prev', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1544
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1545
                   [param('uint32_t', 'delta')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1546
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Read(uint8_t * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1547
    cls.add_method('Read', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1548
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1549
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
10628
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1550
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Read(ns3::Buffer::Iterator start, uint32_t size) [member function]
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1551
    cls.add_method('Read', 
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1552
                   'void', 
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
  1553
                   [param('ns3::Buffer::Iterator', 'start'), param('uint32_t', 'size')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1554
    ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadLsbtohU16() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1555
    cls.add_method('ReadLsbtohU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1556
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1557
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1558
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadLsbtohU32() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1559
    cls.add_method('ReadLsbtohU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1560
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1561
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1562
    ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadLsbtohU64() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1563
    cls.add_method('ReadLsbtohU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1564
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1565
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1566
    ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadNtohU16() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1567
    cls.add_method('ReadNtohU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1568
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1569
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1570
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadNtohU32() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1571
    cls.add_method('ReadNtohU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1572
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1573
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1574
    ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadNtohU64() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1575
    cls.add_method('ReadNtohU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1576
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1577
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1578
    ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadU16() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1579
    cls.add_method('ReadU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1580
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1581
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1582
    ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadU32() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1583
    cls.add_method('ReadU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1584
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1585
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1586
    ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadU64() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1587
    cls.add_method('ReadU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1588
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1589
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1590
    ## buffer.h (module 'network'): uint8_t ns3::Buffer::Iterator::ReadU8() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1591
    cls.add_method('ReadU8', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1592
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1593
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1594
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Write(uint8_t const * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1595
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1596
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1597
                   [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1598
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Write(ns3::Buffer::Iterator start, ns3::Buffer::Iterator end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1599
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1600
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1601
                   [param('ns3::Buffer::Iterator', 'start'), param('ns3::Buffer::Iterator', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1602
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU16(uint16_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1603
    cls.add_method('WriteHtolsbU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1604
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1605
                   [param('uint16_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1606
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU32(uint32_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1607
    cls.add_method('WriteHtolsbU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1608
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1609
                   [param('uint32_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1610
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU64(uint64_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1611
    cls.add_method('WriteHtolsbU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1612
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1613
                   [param('uint64_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1614
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU16(uint16_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1615
    cls.add_method('WriteHtonU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1616
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1617
                   [param('uint16_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1618
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU32(uint32_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1619
    cls.add_method('WriteHtonU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1620
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1621
                   [param('uint32_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1622
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU64(uint64_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1623
    cls.add_method('WriteHtonU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1624
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1625
                   [param('uint64_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1626
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU16(uint16_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1627
    cls.add_method('WriteU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1628
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1629
                   [param('uint16_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1630
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU32(uint32_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1631
    cls.add_method('WriteU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1632
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1633
                   [param('uint32_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1634
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU64(uint64_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1635
    cls.add_method('WriteU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1636
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1637
                   [param('uint64_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1638
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU8(uint8_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1639
    cls.add_method('WriteU8', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1640
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1641
                   [param('uint8_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1642
    ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU8(uint8_t data, uint32_t len) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1643
    cls.add_method('WriteU8', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1644
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1645
                   [param('uint8_t', 'data'), param('uint32_t', 'len')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1646
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1647
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1648
def register_Ns3ByteTagIterator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1649
    ## packet.h (module 'network'): ns3::ByteTagIterator::ByteTagIterator(ns3::ByteTagIterator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1650
    cls.add_constructor([param('ns3::ByteTagIterator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1651
    ## packet.h (module 'network'): bool ns3::ByteTagIterator::HasNext() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1652
    cls.add_method('HasNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1653
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1654
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1655
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1656
    ## packet.h (module 'network'): ns3::ByteTagIterator::Item ns3::ByteTagIterator::Next() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1657
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1658
                   'ns3::ByteTagIterator::Item', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1659
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1660
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1661
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1662
def register_Ns3ByteTagIteratorItem_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1663
    ## packet.h (module 'network'): ns3::ByteTagIterator::Item::Item(ns3::ByteTagIterator::Item const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1664
    cls.add_constructor([param('ns3::ByteTagIterator::Item const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1665
    ## packet.h (module 'network'): uint32_t ns3::ByteTagIterator::Item::GetEnd() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1666
    cls.add_method('GetEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1667
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1668
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1669
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1670
    ## packet.h (module 'network'): uint32_t ns3::ByteTagIterator::Item::GetStart() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1671
    cls.add_method('GetStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1672
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1673
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1674
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1675
    ## packet.h (module 'network'): void ns3::ByteTagIterator::Item::GetTag(ns3::Tag & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1676
    cls.add_method('GetTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1677
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1678
                   [param('ns3::Tag &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1679
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1680
    ## packet.h (module 'network'): ns3::TypeId ns3::ByteTagIterator::Item::GetTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1681
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1682
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1683
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1684
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1685
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1686
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1687
def register_Ns3ByteTagList_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1688
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::ByteTagList() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1689
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1690
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::ByteTagList(ns3::ByteTagList const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1691
    cls.add_constructor([param('ns3::ByteTagList const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1692
    ## byte-tag-list.h (module 'network'): ns3::TagBuffer ns3::ByteTagList::Add(ns3::TypeId tid, uint32_t bufferSize, int32_t start, int32_t end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1693
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1694
                   'ns3::TagBuffer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1695
                   [param('ns3::TypeId', 'tid'), param('uint32_t', 'bufferSize'), param('int32_t', 'start'), param('int32_t', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1696
    ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::Add(ns3::ByteTagList const & o) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1697
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1698
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1699
                   [param('ns3::ByteTagList const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1700
    ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::AddAtEnd(int32_t adjustment, int32_t appendOffset) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1701
    cls.add_method('AddAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1702
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1703
                   [param('int32_t', 'adjustment'), param('int32_t', 'appendOffset')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1704
    ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::AddAtStart(int32_t adjustment, int32_t prependOffset) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1705
    cls.add_method('AddAtStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1706
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1707
                   [param('int32_t', 'adjustment'), param('int32_t', 'prependOffset')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1708
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator ns3::ByteTagList::Begin(int32_t offsetStart, int32_t offsetEnd) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1709
    cls.add_method('Begin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1710
                   'ns3::ByteTagList::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1711
                   [param('int32_t', 'offsetStart'), param('int32_t', 'offsetEnd')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1712
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1713
    ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::RemoveAll() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1714
    cls.add_method('RemoveAll', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1715
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1716
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1717
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1718
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1719
def register_Ns3ByteTagListIterator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1720
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Iterator(ns3::ByteTagList::Iterator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1721
    cls.add_constructor([param('ns3::ByteTagList::Iterator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1722
    ## byte-tag-list.h (module 'network'): uint32_t ns3::ByteTagList::Iterator::GetOffsetStart() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1723
    cls.add_method('GetOffsetStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1724
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1725
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1726
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1727
    ## byte-tag-list.h (module 'network'): bool ns3::ByteTagList::Iterator::HasNext() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1728
    cls.add_method('HasNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1729
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1730
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1731
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1732
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item ns3::ByteTagList::Iterator::Next() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1733
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1734
                   'ns3::ByteTagList::Iterator::Item', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1735
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1736
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1737
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1738
def register_Ns3ByteTagListIteratorItem_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1739
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::Item(ns3::ByteTagList::Iterator::Item const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1740
    cls.add_constructor([param('ns3::ByteTagList::Iterator::Item const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1741
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::Item(ns3::TagBuffer buf) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1742
    cls.add_constructor([param('ns3::TagBuffer', 'buf')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1743
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::buf [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1744
    cls.add_instance_attribute('buf', 'ns3::TagBuffer', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1745
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::end [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1746
    cls.add_instance_attribute('end', 'int32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1747
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::size [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1748
    cls.add_instance_attribute('size', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1749
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::start [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1750
    cls.add_instance_attribute('start', 'int32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1751
    ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::tid [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1752
    cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1753
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1754
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1755
def register_Ns3CallbackBase_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1756
    ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::CallbackBase const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1757
    cls.add_constructor([param('ns3::CallbackBase const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1758
    ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1759
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1760
    ## callback.h (module 'core'): ns3::Ptr<ns3::CallbackImplBase> ns3::CallbackBase::GetImpl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1761
    cls.add_method('GetImpl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1762
                   'ns3::Ptr< ns3::CallbackImplBase >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1763
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1764
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1765
    ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::Ptr<ns3::CallbackImplBase> impl) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1766
    cls.add_constructor([param('ns3::Ptr< ns3::CallbackImplBase >', 'impl')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1767
                        visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1768
    ## callback.h (module 'core'): static std::string ns3::CallbackBase::Demangle(std::string const & mangled) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1769
    cls.add_method('Demangle', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1770
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1771
                   [param('std::string const &', 'mangled')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1772
                   is_static=True, visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1773
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1774
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1775
def register_Ns3CapabilityInformation_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1776
    ## capability-information.h (module 'wifi'): ns3::CapabilityInformation::CapabilityInformation(ns3::CapabilityInformation const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1777
    cls.add_constructor([param('ns3::CapabilityInformation const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1778
    ## capability-information.h (module 'wifi'): ns3::CapabilityInformation::CapabilityInformation() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1779
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1780
    ## capability-information.h (module 'wifi'): ns3::Buffer::Iterator ns3::CapabilityInformation::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1781
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1782
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1783
                   [param('ns3::Buffer::Iterator', 'start')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1784
    ## capability-information.h (module 'wifi'): uint32_t ns3::CapabilityInformation::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1785
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1786
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1787
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1788
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1789
    ## capability-information.h (module 'wifi'): bool ns3::CapabilityInformation::IsEss() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1790
    cls.add_method('IsEss', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1791
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1792
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1793
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1794
    ## capability-information.h (module 'wifi'): bool ns3::CapabilityInformation::IsIbss() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1795
    cls.add_method('IsIbss', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1796
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1797
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1798
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1799
    ## capability-information.h (module 'wifi'): ns3::Buffer::Iterator ns3::CapabilityInformation::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1800
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1801
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1802
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1803
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1804
    ## capability-information.h (module 'wifi'): void ns3::CapabilityInformation::SetEss() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1805
    cls.add_method('SetEss', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1806
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1807
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1808
    ## capability-information.h (module 'wifi'): void ns3::CapabilityInformation::SetIbss() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1809
    cls.add_method('SetIbss', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1810
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1811
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1812
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1813
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1814
def register_Ns3DcfManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1815
    ## dcf-manager.h (module 'wifi'): ns3::DcfManager::DcfManager(ns3::DcfManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1816
    cls.add_constructor([param('ns3::DcfManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1817
    ## dcf-manager.h (module 'wifi'): ns3::DcfManager::DcfManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1818
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1819
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::Add(ns3::DcfState * dcf) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1820
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1821
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1822
                   [param('ns3::DcfState *', 'dcf')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1823
    ## dcf-manager.h (module 'wifi'): ns3::Time ns3::DcfManager::GetEifsNoDifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1824
    cls.add_method('GetEifsNoDifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1825
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1826
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1827
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1828
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyAckTimeoutResetNow() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1829
    cls.add_method('NotifyAckTimeoutResetNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1830
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1831
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1832
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyAckTimeoutStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1833
    cls.add_method('NotifyAckTimeoutStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1834
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1835
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1836
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyCtsTimeoutResetNow() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1837
    cls.add_method('NotifyCtsTimeoutResetNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1838
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1839
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1840
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyCtsTimeoutStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1841
    cls.add_method('NotifyCtsTimeoutStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1842
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1843
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1844
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyMaybeCcaBusyStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1845
    cls.add_method('NotifyMaybeCcaBusyStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1846
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1847
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1848
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyNavResetNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1849
    cls.add_method('NotifyNavResetNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1850
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1851
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1852
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyNavStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1853
    cls.add_method('NotifyNavStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1854
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1855
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1856
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyRxEndErrorNow() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1857
    cls.add_method('NotifyRxEndErrorNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1858
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1859
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1860
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyRxEndOkNow() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1861
    cls.add_method('NotifyRxEndOkNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1862
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1863
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1864
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyRxStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1865
    cls.add_method('NotifyRxStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1866
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1867
                   [param('ns3::Time', 'duration')])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1868
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifySleepNow() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1869
    cls.add_method('NotifySleepNow', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1870
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1871
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1872
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifySwitchingStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1873
    cls.add_method('NotifySwitchingStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1874
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1875
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1876
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyTxStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1877
    cls.add_method('NotifyTxStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1878
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1879
                   [param('ns3::Time', 'duration')])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1880
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::NotifyWakeupNow() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1881
    cls.add_method('NotifyWakeupNow', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1882
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  1883
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1884
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::RequestAccess(ns3::DcfState * state) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1885
    cls.add_method('RequestAccess', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1886
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1887
                   [param('ns3::DcfState *', 'state')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1888
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1889
    cls.add_method('SetEifsNoDifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1890
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1891
                   [param('ns3::Time', 'eifsNoDifs')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1892
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::SetSifs(ns3::Time sifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1893
    cls.add_method('SetSifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1894
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1895
                   [param('ns3::Time', 'sifs')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1896
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::SetSlot(ns3::Time slotTime) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1897
    cls.add_method('SetSlot', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1898
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1899
                   [param('ns3::Time', 'slotTime')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1900
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::SetupLowListener(ns3::Ptr<ns3::MacLow> low) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1901
    cls.add_method('SetupLowListener', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1902
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1903
                   [param('ns3::Ptr< ns3::MacLow >', 'low')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1904
    ## dcf-manager.h (module 'wifi'): void ns3::DcfManager::SetupPhyListener(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1905
    cls.add_method('SetupPhyListener', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1906
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1907
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1908
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1909
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1910
def register_Ns3DcfState_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1911
    ## dcf-manager.h (module 'wifi'): ns3::DcfState::DcfState(ns3::DcfState const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1912
    cls.add_constructor([param('ns3::DcfState const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1913
    ## dcf-manager.h (module 'wifi'): ns3::DcfState::DcfState() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1914
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1915
    ## dcf-manager.h (module 'wifi'): uint32_t ns3::DcfState::GetAifsn() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1916
    cls.add_method('GetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1917
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1918
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1919
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1920
    ## dcf-manager.h (module 'wifi'): uint32_t ns3::DcfState::GetCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1921
    cls.add_method('GetCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1922
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1923
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1924
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1925
    ## dcf-manager.h (module 'wifi'): uint32_t ns3::DcfState::GetCwMax() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1926
    cls.add_method('GetCwMax', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1927
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1928
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1929
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1930
    ## dcf-manager.h (module 'wifi'): uint32_t ns3::DcfState::GetCwMin() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1931
    cls.add_method('GetCwMin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1932
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1933
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1934
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1935
    ## dcf-manager.h (module 'wifi'): bool ns3::DcfState::IsAccessRequested() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1936
    cls.add_method('IsAccessRequested', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1937
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1938
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1939
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1940
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::ResetCw() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1941
    cls.add_method('ResetCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1942
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1943
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1944
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::SetAifsn(uint32_t aifsn) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1945
    cls.add_method('SetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1946
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1947
                   [param('uint32_t', 'aifsn')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1948
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::SetCwMax(uint32_t maxCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1949
    cls.add_method('SetCwMax', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1950
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1951
                   [param('uint32_t', 'maxCw')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1952
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::SetCwMin(uint32_t minCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1953
    cls.add_method('SetCwMin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1954
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1955
                   [param('uint32_t', 'minCw')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1956
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::StartBackoffNow(uint32_t nSlots) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1957
    cls.add_method('StartBackoffNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1958
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1959
                   [param('uint32_t', 'nSlots')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1960
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::UpdateFailedCw() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1961
    cls.add_method('UpdateFailedCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1962
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1963
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1964
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::DoNotifyAccessGranted() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1965
    cls.add_method('DoNotifyAccessGranted', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1966
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1967
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1968
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1969
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::DoNotifyChannelSwitching() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1970
    cls.add_method('DoNotifyChannelSwitching', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1971
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1972
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1973
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1974
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::DoNotifyCollision() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1975
    cls.add_method('DoNotifyCollision', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1976
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1977
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1978
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1979
    ## dcf-manager.h (module 'wifi'): void ns3::DcfState::DoNotifyInternalCollision() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1980
    cls.add_method('DoNotifyInternalCollision', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1981
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1982
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1983
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1984
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1985
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1986
def register_Ns3DsssErrorRateModel_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1987
    ## dsss-error-rate-model.h (module 'wifi'): ns3::DsssErrorRateModel::DsssErrorRateModel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1988
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1989
    ## dsss-error-rate-model.h (module 'wifi'): ns3::DsssErrorRateModel::DsssErrorRateModel(ns3::DsssErrorRateModel const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1990
    cls.add_constructor([param('ns3::DsssErrorRateModel const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1991
    ## dsss-error-rate-model.h (module 'wifi'): static double ns3::DsssErrorRateModel::DqpskFunction(double x) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1992
    cls.add_method('DqpskFunction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1993
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1994
                   [param('double', 'x')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1995
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1996
    ## dsss-error-rate-model.h (module 'wifi'): static double ns3::DsssErrorRateModel::GetDsssDbpskSuccessRate(double sinr, uint32_t nbits) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1997
    cls.add_method('GetDsssDbpskSuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1998
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  1999
                   [param('double', 'sinr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2000
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2001
    ## dsss-error-rate-model.h (module 'wifi'): static double ns3::DsssErrorRateModel::GetDsssDqpskCck11SuccessRate(double sinr, uint32_t nbits) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2002
    cls.add_method('GetDsssDqpskCck11SuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2003
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2004
                   [param('double', 'sinr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2005
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2006
    ## dsss-error-rate-model.h (module 'wifi'): static double ns3::DsssErrorRateModel::GetDsssDqpskCck5_5SuccessRate(double sinr, uint32_t nbits) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2007
    cls.add_method('GetDsssDqpskCck5_5SuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2008
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2009
                   [param('double', 'sinr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2010
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2011
    ## dsss-error-rate-model.h (module 'wifi'): static double ns3::DsssErrorRateModel::GetDsssDqpskSuccessRate(double sinr, uint32_t nbits) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2012
    cls.add_method('GetDsssDqpskSuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2013
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2014
                   [param('double', 'sinr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2015
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2016
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2017
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2018
def register_Ns3EventId_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2019
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2020
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2021
    ## event-id.h (module 'core'): ns3::EventId::EventId(ns3::EventId const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2022
    cls.add_constructor([param('ns3::EventId const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2023
    ## event-id.h (module 'core'): ns3::EventId::EventId() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2024
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2025
    ## event-id.h (module 'core'): ns3::EventId::EventId(ns3::Ptr<ns3::EventImpl> const & impl, uint64_t ts, uint32_t context, uint32_t uid) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2026
    cls.add_constructor([param('ns3::Ptr< ns3::EventImpl > const &', 'impl'), param('uint64_t', 'ts'), param('uint32_t', 'context'), param('uint32_t', 'uid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2027
    ## event-id.h (module 'core'): void ns3::EventId::Cancel() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2028
    cls.add_method('Cancel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2029
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2030
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2031
    ## event-id.h (module 'core'): uint32_t ns3::EventId::GetContext() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2032
    cls.add_method('GetContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2033
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2034
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2035
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2036
    ## event-id.h (module 'core'): uint64_t ns3::EventId::GetTs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2037
    cls.add_method('GetTs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2038
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2039
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2040
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2041
    ## event-id.h (module 'core'): uint32_t ns3::EventId::GetUid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2042
    cls.add_method('GetUid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2043
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2044
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2045
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2046
    ## event-id.h (module 'core'): bool ns3::EventId::IsExpired() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2047
    cls.add_method('IsExpired', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2048
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2049
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2050
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2051
    ## event-id.h (module 'core'): bool ns3::EventId::IsRunning() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2052
    cls.add_method('IsRunning', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2053
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2054
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2055
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2056
    ## event-id.h (module 'core'): ns3::EventImpl * ns3::EventId::PeekEventImpl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2057
    cls.add_method('PeekEventImpl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2058
                   'ns3::EventImpl *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2059
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2060
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2061
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2062
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2063
def register_Ns3Hasher_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2064
    ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2065
    cls.add_constructor([param('ns3::Hasher const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2066
    ## hash.h (module 'core'): ns3::Hasher::Hasher() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2067
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2068
    ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Ptr<ns3::Hash::Implementation> hp) [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2069
    cls.add_constructor([param('ns3::Ptr< ns3::Hash::Implementation >', 'hp')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2070
    ## hash.h (module 'core'): uint32_t ns3::Hasher::GetHash32(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2071
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2072
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2073
                   [param('char const *', 'buffer'), param('size_t const', 'size')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2074
    ## hash.h (module 'core'): uint32_t ns3::Hasher::GetHash32(std::string const s) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2075
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2076
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2077
                   [param('std::string const', 's')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2078
    ## hash.h (module 'core'): uint64_t ns3::Hasher::GetHash64(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2079
    cls.add_method('GetHash64', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2080
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2081
                   [param('char const *', 'buffer'), param('size_t const', 'size')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2082
    ## hash.h (module 'core'): uint64_t ns3::Hasher::GetHash64(std::string const s) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2083
    cls.add_method('GetHash64', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2084
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2085
                   [param('std::string const', 's')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2086
    ## hash.h (module 'core'): ns3::Hasher & ns3::Hasher::clear() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2087
    cls.add_method('clear', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2088
                   'ns3::Hasher &', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2089
                   [])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2090
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2091
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2092
def register_Ns3InterferenceHelper_methods(root_module, cls):
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  2093
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::InterferenceHelper(ns3::InterferenceHelper const & arg0) [copy constructor]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  2094
    cls.add_constructor([param('ns3::InterferenceHelper const &', 'arg0')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2095
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::InterferenceHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2096
    cls.add_constructor([])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2097
    ## interference-helper.h (module 'wifi'): ns3::Ptr<ns3::InterferenceHelper::Event> ns3::InterferenceHelper::Add(uint32_t size, ns3::WifiMode payloadMode, ns3::WifiPreamble preamble, ns3::Time duration, double rxPower, ns3::WifiTxVector txvector) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2098
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2099
                   'ns3::Ptr< ns3::InterferenceHelper::Event >', 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2100
                   [param('uint32_t', 'size'), param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble'), param('ns3::Time', 'duration'), param('double', 'rxPower'), param('ns3::WifiTxVector', 'txvector')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2101
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::SnrPer ns3::InterferenceHelper::CalculateSnrPer(ns3::Ptr<ns3::InterferenceHelper::Event> event) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2102
    cls.add_method('CalculateSnrPer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2103
                   'ns3::InterferenceHelper::SnrPer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2104
                   [param('ns3::Ptr< ns3::InterferenceHelper::Event >', 'event')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2105
    ## interference-helper.h (module 'wifi'): void ns3::InterferenceHelper::EraseEvents() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2106
    cls.add_method('EraseEvents', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2107
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2108
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2109
    ## interference-helper.h (module 'wifi'): ns3::Time ns3::InterferenceHelper::GetEnergyDuration(double energyW) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2110
    cls.add_method('GetEnergyDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2111
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2112
                   [param('double', 'energyW')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2113
    ## interference-helper.h (module 'wifi'): ns3::Ptr<ns3::ErrorRateModel> ns3::InterferenceHelper::GetErrorRateModel() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2114
    cls.add_method('GetErrorRateModel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2115
                   'ns3::Ptr< ns3::ErrorRateModel >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2116
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2117
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2118
    ## interference-helper.h (module 'wifi'): double ns3::InterferenceHelper::GetNoiseFigure() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2119
    cls.add_method('GetNoiseFigure', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2120
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2121
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2122
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2123
    ## interference-helper.h (module 'wifi'): void ns3::InterferenceHelper::NotifyRxEnd() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2124
    cls.add_method('NotifyRxEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2125
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2126
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2127
    ## interference-helper.h (module 'wifi'): void ns3::InterferenceHelper::NotifyRxStart() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2128
    cls.add_method('NotifyRxStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2129
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2130
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2131
    ## interference-helper.h (module 'wifi'): void ns3::InterferenceHelper::SetErrorRateModel(ns3::Ptr<ns3::ErrorRateModel> rate) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2132
    cls.add_method('SetErrorRateModel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2133
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2134
                   [param('ns3::Ptr< ns3::ErrorRateModel >', 'rate')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2135
    ## interference-helper.h (module 'wifi'): void ns3::InterferenceHelper::SetNoiseFigure(double value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2136
    cls.add_method('SetNoiseFigure', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2137
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2138
                   [param('double', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2139
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2140
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2141
def register_Ns3InterferenceHelperSnrPer_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2142
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::SnrPer::SnrPer() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2143
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2144
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::SnrPer::SnrPer(ns3::InterferenceHelper::SnrPer const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2145
    cls.add_constructor([param('ns3::InterferenceHelper::SnrPer const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2146
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::SnrPer::per [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2147
    cls.add_instance_attribute('per', 'double', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2148
    ## interference-helper.h (module 'wifi'): ns3::InterferenceHelper::SnrPer::snr [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2149
    cls.add_instance_attribute('snr', 'double', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2150
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2151
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2152
def register_Ns3Ipv4Address_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2153
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2154
    cls.add_binary_comparison_operator('<')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2155
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2156
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2157
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(ns3::Ipv4Address const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2158
    cls.add_constructor([param('ns3::Ipv4Address const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2159
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2160
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2161
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(uint32_t address) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2162
    cls.add_constructor([param('uint32_t', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2163
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(char const * address) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2164
    cls.add_constructor([param('char const *', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2165
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4Address::CombineMask(ns3::Ipv4Mask const & mask) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2166
    cls.add_method('CombineMask', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2167
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2168
                   [param('ns3::Ipv4Mask const &', 'mask')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2169
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2170
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::ConvertFrom(ns3::Address const & address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2171
    cls.add_method('ConvertFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2172
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2173
                   [param('ns3::Address const &', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2174
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2175
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::Deserialize(uint8_t const * buf) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2176
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2177
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2178
                   [param('uint8_t const *', 'buf')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2179
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2180
    ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Address::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2181
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2182
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2183
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2184
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2185
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetAny() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2186
    cls.add_method('GetAny', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2187
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2188
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2189
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2190
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetBroadcast() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2191
    cls.add_method('GetBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2192
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2193
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2194
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2195
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetLoopback() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2196
    cls.add_method('GetLoopback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2197
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2198
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2199
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2200
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4Address::GetSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2201
    cls.add_method('GetSubnetDirectedBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2202
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2203
                   [param('ns3::Ipv4Mask const &', 'mask')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2204
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2205
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetZero() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2206
    cls.add_method('GetZero', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2207
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2208
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2209
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2210
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2211
    cls.add_method('IsBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2212
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2213
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2214
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2215
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsEqual(ns3::Ipv4Address const & other) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2216
    cls.add_method('IsEqual', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2217
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2218
                   [param('ns3::Ipv4Address const &', 'other')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2219
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2220
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsLocalMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2221
    cls.add_method('IsLocalMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2222
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2223
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2224
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2225
    ## ipv4-address.h (module 'network'): static bool ns3::Ipv4Address::IsMatchingType(ns3::Address const & address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2226
    cls.add_method('IsMatchingType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2227
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2228
                   [param('ns3::Address const &', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2229
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2230
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2231
    cls.add_method('IsMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2232
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2233
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2234
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2235
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2236
    cls.add_method('IsSubnetDirectedBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2237
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2238
                   [param('ns3::Ipv4Mask const &', 'mask')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2239
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2240
    ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2241
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2242
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2243
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2244
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2245
    ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Serialize(uint8_t * buf) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2246
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2247
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2248
                   [param('uint8_t *', 'buf')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2249
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2250
    ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Set(uint32_t address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2251
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2252
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2253
                   [param('uint32_t', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2254
    ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Set(char const * address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2255
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2256
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2257
                   [param('char const *', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2258
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2259
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2260
def register_Ns3Ipv4Mask_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2261
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2262
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2263
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2264
    ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(ns3::Ipv4Mask const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2265
    cls.add_constructor([param('ns3::Ipv4Mask const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2266
    ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2267
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2268
    ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(uint32_t mask) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2269
    cls.add_constructor([param('uint32_t', 'mask')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2270
    ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(char const * mask) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2271
    cls.add_constructor([param('char const *', 'mask')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2272
    ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Mask::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2273
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2274
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2275
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2276
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2277
    ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Mask::GetInverse() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2278
    cls.add_method('GetInverse', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2279
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2280
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2281
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2282
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetLoopback() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2283
    cls.add_method('GetLoopback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2284
                   'ns3::Ipv4Mask', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2285
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2286
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2287
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetOnes() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2288
    cls.add_method('GetOnes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2289
                   'ns3::Ipv4Mask', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2290
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2291
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2292
    ## ipv4-address.h (module 'network'): uint16_t ns3::Ipv4Mask::GetPrefixLength() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2293
    cls.add_method('GetPrefixLength', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2294
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2295
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2296
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2297
    ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetZero() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2298
    cls.add_method('GetZero', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2299
                   'ns3::Ipv4Mask', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2300
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2301
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2302
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Mask::IsEqual(ns3::Ipv4Mask other) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2303
    cls.add_method('IsEqual', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2304
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2305
                   [param('ns3::Ipv4Mask', 'other')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2306
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2307
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4Mask::IsMatch(ns3::Ipv4Address a, ns3::Ipv4Address b) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2308
    cls.add_method('IsMatch', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2309
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2310
                   [param('ns3::Ipv4Address', 'a'), param('ns3::Ipv4Address', 'b')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2311
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2312
    ## ipv4-address.h (module 'network'): void ns3::Ipv4Mask::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2313
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2314
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2315
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2316
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2317
    ## ipv4-address.h (module 'network'): void ns3::Ipv4Mask::Set(uint32_t mask) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2318
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2319
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2320
                   [param('uint32_t', 'mask')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2321
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2322
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2323
def register_Ns3Ipv6Address_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2324
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2325
    cls.add_binary_comparison_operator('<')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2326
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2327
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2328
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2329
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2330
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(char const * address) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2331
    cls.add_constructor([param('char const *', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2332
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(uint8_t * address) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2333
    cls.add_constructor([param('uint8_t *', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2334
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const & addr) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2335
    cls.add_constructor([param('ns3::Ipv6Address const &', 'addr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2336
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const * addr) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2337
    cls.add_constructor([param('ns3::Ipv6Address const *', 'addr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2338
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address ns3::Ipv6Address::CombinePrefix(ns3::Ipv6Prefix const & prefix) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2339
    cls.add_method('CombinePrefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2340
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2341
                   [param('ns3::Ipv6Prefix const &', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2342
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::ConvertFrom(ns3::Address const & address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2343
    cls.add_method('ConvertFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2344
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2345
                   [param('ns3::Address const &', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2346
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2347
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::Deserialize(uint8_t const * buf) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2348
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2349
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2350
                   [param('uint8_t const *', 'buf')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2351
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2352
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllHostsMulticast() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2353
    cls.add_method('GetAllHostsMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2354
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2355
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2356
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2357
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllNodesMulticast() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2358
    cls.add_method('GetAllNodesMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2359
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2360
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2361
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2362
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllRoutersMulticast() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2363
    cls.add_method('GetAllRoutersMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2364
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2365
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2366
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2367
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAny() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2368
    cls.add_method('GetAny', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2369
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2370
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2371
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2372
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::GetBytes(uint8_t * buf) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2373
    cls.add_method('GetBytes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2374
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2375
                   [param('uint8_t *', 'buf')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2376
                   is_const=True)
7724
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2377
    ## ipv6-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv6Address::GetIpv4MappedAddress() const [member function]
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2378
    cls.add_method('GetIpv4MappedAddress', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2379
                   'ns3::Ipv4Address', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2380
                   [], 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2381
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2382
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetLoopback() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2383
    cls.add_method('GetLoopback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2384
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2385
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2386
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2387
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetOnes() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2388
    cls.add_method('GetOnes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2389
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2390
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2391
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2392
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetZero() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2393
    cls.add_method('GetZero', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2394
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2395
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2396
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2397
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllHostsMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2398
    cls.add_method('IsAllHostsMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2399
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2400
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2401
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2402
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllNodesMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2403
    cls.add_method('IsAllNodesMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2404
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2405
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2406
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2407
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllRoutersMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2408
    cls.add_method('IsAllRoutersMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2409
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2410
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2411
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2412
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAny() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2413
    cls.add_method('IsAny', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2414
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2415
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2416
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2417
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsDocumentation() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2418
    cls.add_method('IsDocumentation', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2419
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2420
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2421
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2422
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2423
    cls.add_method('IsEqual', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2424
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2425
                   [param('ns3::Ipv6Address const &', 'other')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2426
                   is_const=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  2427
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() const [member function]
7724
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2428
    cls.add_method('IsIpv4MappedAddress', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2429
                   'bool', 
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  2430
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  2431
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2432
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2433
    cls.add_method('IsLinkLocal', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2434
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2435
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2436
                   is_const=True)
7724
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2437
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocalMulticast() const [member function]
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2438
    cls.add_method('IsLinkLocalMulticast', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2439
                   'bool', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2440
                   [], 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2441
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2442
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLocalhost() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2443
    cls.add_method('IsLocalhost', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2444
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2445
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2446
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2447
    ## ipv6-address.h (module 'network'): static bool ns3::Ipv6Address::IsMatchingType(ns3::Address const & address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2448
    cls.add_method('IsMatchingType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2449
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2450
                   [param('ns3::Address const &', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2451
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2452
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2453
    cls.add_method('IsMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2454
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2455
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2456
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2457
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsSolicitedMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2458
    cls.add_method('IsSolicitedMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2459
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2460
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2461
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2462
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac16Address addr, ns3::Ipv6Address prefix) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2463
    cls.add_method('MakeAutoconfiguredAddress', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2464
                   'ns3::Ipv6Address', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2465
                   [param('ns3::Mac16Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2466
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2467
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac48Address addr, ns3::Ipv6Address prefix) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2468
    cls.add_method('MakeAutoconfiguredAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2469
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2470
                   [param('ns3::Mac48Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2471
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2472
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac64Address addr, ns3::Ipv6Address prefix) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2473
    cls.add_method('MakeAutoconfiguredAddress', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2474
                   'ns3::Ipv6Address', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2475
                   [param('ns3::Mac64Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2476
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2477
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac16Address mac) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2478
    cls.add_method('MakeAutoconfiguredLinkLocalAddress', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2479
                   'ns3::Ipv6Address', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2480
                   [param('ns3::Mac16Address', 'mac')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2481
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2482
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac48Address mac) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2483
    cls.add_method('MakeAutoconfiguredLinkLocalAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2484
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2485
                   [param('ns3::Mac48Address', 'mac')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2486
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2487
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac64Address mac) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2488
    cls.add_method('MakeAutoconfiguredLinkLocalAddress', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2489
                   'ns3::Ipv6Address', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2490
                   [param('ns3::Mac64Address', 'mac')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  2491
                   is_static=True)
7724
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2492
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeIpv4MappedAddress(ns3::Ipv4Address addr) [member function]
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2493
    cls.add_method('MakeIpv4MappedAddress', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2494
                   'ns3::Ipv6Address', 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2495
                   [param('ns3::Ipv4Address', 'addr')], 
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  2496
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2497
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeSolicitedAddress(ns3::Ipv6Address addr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2498
    cls.add_method('MakeSolicitedAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2499
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2500
                   [param('ns3::Ipv6Address', 'addr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2501
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2502
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2503
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2504
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2505
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2506
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2507
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Serialize(uint8_t * buf) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2508
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2509
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2510
                   [param('uint8_t *', 'buf')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2511
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2512
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Set(char const * address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2513
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2514
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2515
                   [param('char const *', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2516
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Set(uint8_t * address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2517
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2518
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2519
                   [param('uint8_t *', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2520
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2521
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2522
def register_Ns3Ipv6Prefix_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2523
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2524
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2525
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2526
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2527
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2528
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(uint8_t * prefix) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2529
    cls.add_constructor([param('uint8_t *', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2530
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(char const * prefix) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2531
    cls.add_constructor([param('char const *', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2532
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(uint8_t prefix) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2533
    cls.add_constructor([param('uint8_t', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2534
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const & prefix) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2535
    cls.add_constructor([param('ns3::Ipv6Prefix const &', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2536
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const * prefix) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2537
    cls.add_constructor([param('ns3::Ipv6Prefix const *', 'prefix')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2538
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Prefix::GetBytes(uint8_t * buf) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2539
    cls.add_method('GetBytes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2540
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2541
                   [param('uint8_t *', 'buf')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2542
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2543
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetLoopback() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2544
    cls.add_method('GetLoopback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2545
                   'ns3::Ipv6Prefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2546
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2547
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2548
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetOnes() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2549
    cls.add_method('GetOnes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2550
                   'ns3::Ipv6Prefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2551
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2552
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2553
    ## ipv6-address.h (module 'network'): uint8_t ns3::Ipv6Prefix::GetPrefixLength() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2554
    cls.add_method('GetPrefixLength', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2555
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2556
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2557
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2558
    ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetZero() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2559
    cls.add_method('GetZero', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2560
                   'ns3::Ipv6Prefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2561
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2562
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2563
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Prefix::IsEqual(ns3::Ipv6Prefix const & other) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2564
    cls.add_method('IsEqual', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2565
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2566
                   [param('ns3::Ipv6Prefix const &', 'other')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2567
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2568
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6Prefix::IsMatch(ns3::Ipv6Address a, ns3::Ipv6Address b) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2569
    cls.add_method('IsMatch', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2570
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2571
                   [param('ns3::Ipv6Address', 'a'), param('ns3::Ipv6Address', 'b')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2572
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2573
    ## ipv6-address.h (module 'network'): void ns3::Ipv6Prefix::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2574
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2575
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2576
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2577
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2578
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2579
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2580
def register_Ns3Mac48Address_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2581
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2582
    cls.add_binary_comparison_operator('<')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2583
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2584
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2585
    ## mac48-address.h (module 'network'): ns3::Mac48Address::Mac48Address(ns3::Mac48Address const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2586
    cls.add_constructor([param('ns3::Mac48Address const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2587
    ## mac48-address.h (module 'network'): ns3::Mac48Address::Mac48Address() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2588
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2589
    ## mac48-address.h (module 'network'): ns3::Mac48Address::Mac48Address(char const * str) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2590
    cls.add_constructor([param('char const *', 'str')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2591
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::Allocate() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2592
    cls.add_method('Allocate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2593
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2594
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2595
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2596
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::ConvertFrom(ns3::Address const & address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2597
    cls.add_method('ConvertFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2598
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2599
                   [param('ns3::Address const &', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2600
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2601
    ## mac48-address.h (module 'network'): void ns3::Mac48Address::CopyFrom(uint8_t const * buffer) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2602
    cls.add_method('CopyFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2603
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2604
                   [param('uint8_t const *', 'buffer')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2605
    ## mac48-address.h (module 'network'): void ns3::Mac48Address::CopyTo(uint8_t * buffer) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2606
    cls.add_method('CopyTo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2607
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2608
                   [param('uint8_t *', 'buffer')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2609
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2610
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetBroadcast() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2611
    cls.add_method('GetBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2612
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2613
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2614
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2615
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticast(ns3::Ipv4Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2616
    cls.add_method('GetMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2617
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2618
                   [param('ns3::Ipv4Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2619
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2620
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticast(ns3::Ipv6Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2621
    cls.add_method('GetMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2622
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2623
                   [param('ns3::Ipv6Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2624
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2625
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticast6Prefix() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2626
    cls.add_method('GetMulticast6Prefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2627
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2628
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2629
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2630
    ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticastPrefix() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2631
    cls.add_method('GetMulticastPrefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2632
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2633
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2634
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2635
    ## mac48-address.h (module 'network'): bool ns3::Mac48Address::IsBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2636
    cls.add_method('IsBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2637
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2638
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2639
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2640
    ## mac48-address.h (module 'network'): bool ns3::Mac48Address::IsGroup() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2641
    cls.add_method('IsGroup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2642
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2643
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2644
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2645
    ## mac48-address.h (module 'network'): static bool ns3::Mac48Address::IsMatchingType(ns3::Address const & address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2646
    cls.add_method('IsMatchingType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2647
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2648
                   [param('ns3::Address const &', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2649
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2650
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2651
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2652
def register_Ns3MacLowBlockAckEventListener_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2653
    ## mac-low.h (module 'wifi'): ns3::MacLowBlockAckEventListener::MacLowBlockAckEventListener(ns3::MacLowBlockAckEventListener const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2654
    cls.add_constructor([param('ns3::MacLowBlockAckEventListener const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2655
    ## mac-low.h (module 'wifi'): ns3::MacLowBlockAckEventListener::MacLowBlockAckEventListener() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2656
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2657
    ## mac-low.h (module 'wifi'): void ns3::MacLowBlockAckEventListener::BlockAckInactivityTimeout(ns3::Mac48Address originator, uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2658
    cls.add_method('BlockAckInactivityTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2659
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2660
                   [param('ns3::Mac48Address', 'originator'), param('uint8_t', 'tid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2661
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2662
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2663
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2664
def register_Ns3MacLowDcfListener_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2665
    ## mac-low.h (module 'wifi'): ns3::MacLowDcfListener::MacLowDcfListener(ns3::MacLowDcfListener const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2666
    cls.add_constructor([param('ns3::MacLowDcfListener const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2667
    ## mac-low.h (module 'wifi'): ns3::MacLowDcfListener::MacLowDcfListener() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2668
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2669
    ## mac-low.h (module 'wifi'): void ns3::MacLowDcfListener::AckTimeoutReset() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2670
    cls.add_method('AckTimeoutReset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2671
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2672
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2673
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2674
    ## mac-low.h (module 'wifi'): void ns3::MacLowDcfListener::AckTimeoutStart(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2675
    cls.add_method('AckTimeoutStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2676
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2677
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2678
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2679
    ## mac-low.h (module 'wifi'): void ns3::MacLowDcfListener::CtsTimeoutReset() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2680
    cls.add_method('CtsTimeoutReset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2681
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2682
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2683
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2684
    ## mac-low.h (module 'wifi'): void ns3::MacLowDcfListener::CtsTimeoutStart(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2685
    cls.add_method('CtsTimeoutStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2686
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2687
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2688
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2689
    ## mac-low.h (module 'wifi'): void ns3::MacLowDcfListener::NavReset(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2690
    cls.add_method('NavReset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2691
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2692
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2693
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2694
    ## mac-low.h (module 'wifi'): void ns3::MacLowDcfListener::NavStart(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2695
    cls.add_method('NavStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2696
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2697
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2698
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2699
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2700
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2701
def register_Ns3MacLowTransmissionListener_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2702
    ## mac-low.h (module 'wifi'): ns3::MacLowTransmissionListener::MacLowTransmissionListener(ns3::MacLowTransmissionListener const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2703
    cls.add_constructor([param('ns3::MacLowTransmissionListener const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2704
    ## mac-low.h (module 'wifi'): ns3::MacLowTransmissionListener::MacLowTransmissionListener() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2705
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2706
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::Cancel() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2707
    cls.add_method('Cancel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2708
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2709
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2710
                   is_pure_virtual=True, is_virtual=True)
9176
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
  2711
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::EndTxNoAck() [member function]
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
  2712
    cls.add_method('EndTxNoAck', 
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
  2713
                   'void', 
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
  2714
                   [], 
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
  2715
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2716
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::GotAck(double snr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2717
    cls.add_method('GotAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2718
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2719
                   [param('double', 'snr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2720
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2721
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::GotBlockAck(ns3::CtrlBAckResponseHeader const * blockAck, ns3::Mac48Address source) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2722
    cls.add_method('GotBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2723
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2724
                   [param('ns3::CtrlBAckResponseHeader const *', 'blockAck'), param('ns3::Mac48Address', 'source')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2725
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2726
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::GotCts(double snr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2727
    cls.add_method('GotCts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2728
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2729
                   [param('double', 'snr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2730
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2731
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::MissedAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2732
    cls.add_method('MissedAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2733
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2734
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2735
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2736
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::MissedBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2737
    cls.add_method('MissedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2738
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2739
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2740
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2741
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::MissedCts() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2742
    cls.add_method('MissedCts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2743
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2744
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2745
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2746
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionListener::StartNext() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2747
    cls.add_method('StartNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2748
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2749
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2750
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2751
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2752
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2753
def register_Ns3MacLowTransmissionParameters_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2754
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2755
    ## mac-low.h (module 'wifi'): ns3::MacLowTransmissionParameters::MacLowTransmissionParameters(ns3::MacLowTransmissionParameters const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2756
    cls.add_constructor([param('ns3::MacLowTransmissionParameters const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2757
    ## mac-low.h (module 'wifi'): ns3::MacLowTransmissionParameters::MacLowTransmissionParameters() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2758
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2759
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::DisableAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2760
    cls.add_method('DisableAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2761
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2762
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2763
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::DisableNextData() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2764
    cls.add_method('DisableNextData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2765
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2766
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2767
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::DisableOverrideDurationId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2768
    cls.add_method('DisableOverrideDurationId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2769
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2770
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2771
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::DisableRts() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2772
    cls.add_method('DisableRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2773
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2774
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2775
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2776
    cls.add_method('EnableAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2777
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2778
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2779
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableBasicBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2780
    cls.add_method('EnableBasicBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2781
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2782
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2783
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableCompressedBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2784
    cls.add_method('EnableCompressedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2785
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2786
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2787
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableFastAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2788
    cls.add_method('EnableFastAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2789
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2790
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2791
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableMultiTidBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2792
    cls.add_method('EnableMultiTidBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2793
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2794
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2795
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableNextData(uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2796
    cls.add_method('EnableNextData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2797
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2798
                   [param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2799
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableOverrideDurationId(ns3::Time durationId) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2800
    cls.add_method('EnableOverrideDurationId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2801
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2802
                   [param('ns3::Time', 'durationId')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2803
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableRts() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2804
    cls.add_method('EnableRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2805
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2806
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2807
    ## mac-low.h (module 'wifi'): void ns3::MacLowTransmissionParameters::EnableSuperFastAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2808
    cls.add_method('EnableSuperFastAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2809
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2810
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2811
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLowTransmissionParameters::GetDurationId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2812
    cls.add_method('GetDurationId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2813
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2814
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2815
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2816
    ## mac-low.h (module 'wifi'): uint32_t ns3::MacLowTransmissionParameters::GetNextPacketSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2817
    cls.add_method('GetNextPacketSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2818
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2819
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2820
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2821
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::HasDurationId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2822
    cls.add_method('HasDurationId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2823
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2824
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2825
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2826
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::HasNextPacket() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2827
    cls.add_method('HasNextPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2828
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2829
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2830
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2831
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustSendRts() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2832
    cls.add_method('MustSendRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2833
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2834
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2835
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2836
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2837
    cls.add_method('MustWaitAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2838
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2839
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2840
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2841
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitBasicBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2842
    cls.add_method('MustWaitBasicBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2843
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2844
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2845
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2846
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitCompressedBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2847
    cls.add_method('MustWaitCompressedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2848
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2849
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2850
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2851
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitFastAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2852
    cls.add_method('MustWaitFastAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2853
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2854
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2855
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2856
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitMultiTidBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2857
    cls.add_method('MustWaitMultiTidBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2858
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2859
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2860
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2861
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitNormalAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2862
    cls.add_method('MustWaitNormalAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2863
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2864
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2865
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2866
    ## mac-low.h (module 'wifi'): bool ns3::MacLowTransmissionParameters::MustWaitSuperFastAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2867
    cls.add_method('MustWaitSuperFastAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2868
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2869
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2870
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2871
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2872
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2873
def register_Ns3MacRxMiddle_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2874
    ## mac-rx-middle.h (module 'wifi'): ns3::MacRxMiddle::MacRxMiddle(ns3::MacRxMiddle const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2875
    cls.add_constructor([param('ns3::MacRxMiddle const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2876
    ## mac-rx-middle.h (module 'wifi'): ns3::MacRxMiddle::MacRxMiddle() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2877
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2878
    ## mac-rx-middle.h (module 'wifi'): void ns3::MacRxMiddle::Receive(ns3::Ptr<ns3::Packet> packet, ns3::WifiMacHeader const * hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2879
    cls.add_method('Receive', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2880
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2881
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2882
    ## mac-rx-middle.h (module 'wifi'): void ns3::MacRxMiddle::SetForwardCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::WifiMacHeader const*, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2883
    cls.add_method('SetForwardCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2884
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2885
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::WifiMacHeader const *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2886
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2887
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2888
def register_Ns3NetDeviceContainer_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2889
    ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2890
    cls.add_constructor([param('ns3::NetDeviceContainer const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2891
    ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2892
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2893
    ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::Ptr<ns3::NetDevice> dev) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2894
    cls.add_constructor([param('ns3::Ptr< ns3::NetDevice >', 'dev')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2895
    ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(std::string devName) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2896
    cls.add_constructor([param('std::string', 'devName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2897
    ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & a, ns3::NetDeviceContainer const & b) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2898
    cls.add_constructor([param('ns3::NetDeviceContainer const &', 'a'), param('ns3::NetDeviceContainer const &', 'b')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2899
    ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(ns3::NetDeviceContainer other) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2900
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2901
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2902
                   [param('ns3::NetDeviceContainer', 'other')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2903
    ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(ns3::Ptr<ns3::NetDevice> device) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2904
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2905
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2906
                   [param('ns3::Ptr< ns3::NetDevice >', 'device')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2907
    ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(std::string deviceName) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2908
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2909
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2910
                   [param('std::string', 'deviceName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2911
    ## net-device-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::NetDevice>*,std::vector<ns3::Ptr<ns3::NetDevice>, std::allocator<ns3::Ptr<ns3::NetDevice> > > > ns3::NetDeviceContainer::Begin() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2912
    cls.add_method('Begin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2913
                   '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2914
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2915
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2916
    ## net-device-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::NetDevice>*,std::vector<ns3::Ptr<ns3::NetDevice>, std::allocator<ns3::Ptr<ns3::NetDevice> > > > ns3::NetDeviceContainer::End() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2917
    cls.add_method('End', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2918
                   '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2919
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2920
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2921
    ## net-device-container.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::NetDeviceContainer::Get(uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2922
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2923
                   'ns3::Ptr< ns3::NetDevice >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2924
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2925
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2926
    ## net-device-container.h (module 'network'): uint32_t ns3::NetDeviceContainer::GetN() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2927
    cls.add_method('GetN', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2928
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2929
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2930
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2931
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2932
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2933
def register_Ns3NodeContainer_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2934
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2935
    cls.add_constructor([param('ns3::NodeContainer const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2936
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2937
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2938
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::Ptr<ns3::Node> node) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2939
    cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2940
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(std::string nodeName) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2941
    cls.add_constructor([param('std::string', 'nodeName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2942
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2943
    cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2944
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2945
    cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2946
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2947
    cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2948
    ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d, ns3::NodeContainer const & e) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2949
    cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd'), param('ns3::NodeContainer const &', 'e')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2950
    ## node-container.h (module 'network'): void ns3::NodeContainer::Add(ns3::NodeContainer other) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2951
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2952
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2953
                   [param('ns3::NodeContainer', 'other')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2954
    ## node-container.h (module 'network'): void ns3::NodeContainer::Add(ns3::Ptr<ns3::Node> node) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2955
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2956
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2957
                   [param('ns3::Ptr< ns3::Node >', 'node')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2958
    ## node-container.h (module 'network'): void ns3::NodeContainer::Add(std::string nodeName) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2959
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2960
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2961
                   [param('std::string', 'nodeName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2962
    ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::Begin() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2963
    cls.add_method('Begin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2964
                   '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2965
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2966
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2967
    ## node-container.h (module 'network'): void ns3::NodeContainer::Create(uint32_t n) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2968
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2969
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2970
                   [param('uint32_t', 'n')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2971
    ## node-container.h (module 'network'): void ns3::NodeContainer::Create(uint32_t n, uint32_t systemId) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2972
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2973
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2974
                   [param('uint32_t', 'n'), param('uint32_t', 'systemId')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2975
    ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::End() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2976
    cls.add_method('End', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2977
                   '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2978
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2979
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2980
    ## node-container.h (module 'network'): ns3::Ptr<ns3::Node> ns3::NodeContainer::Get(uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2981
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2982
                   'ns3::Ptr< ns3::Node >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2983
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2984
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2985
    ## node-container.h (module 'network'): static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2986
    cls.add_method('GetGlobal', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2987
                   'ns3::NodeContainer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2988
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2989
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2990
    ## node-container.h (module 'network'): uint32_t ns3::NodeContainer::GetN() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2991
    cls.add_method('GetN', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2992
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2993
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2994
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2995
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2996
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2997
def register_Ns3ObjectBase_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2998
    ## object-base.h (module 'core'): ns3::ObjectBase::ObjectBase() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  2999
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3000
    ## object-base.h (module 'core'): ns3::ObjectBase::ObjectBase(ns3::ObjectBase const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3001
    cls.add_constructor([param('ns3::ObjectBase const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3002
    ## object-base.h (module 'core'): void ns3::ObjectBase::GetAttribute(std::string name, ns3::AttributeValue & value) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3003
    cls.add_method('GetAttribute', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3004
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3005
                   [param('std::string', 'name'), param('ns3::AttributeValue &', 'value')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3006
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3007
    ## object-base.h (module 'core'): bool ns3::ObjectBase::GetAttributeFailSafe(std::string name, ns3::AttributeValue & attribute) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3008
    cls.add_method('GetAttributeFailSafe', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3009
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3010
                   [param('std::string', 'name'), param('ns3::AttributeValue &', 'attribute')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3011
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3012
    ## object-base.h (module 'core'): ns3::TypeId ns3::ObjectBase::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3013
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3014
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3015
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3016
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3017
    ## object-base.h (module 'core'): static ns3::TypeId ns3::ObjectBase::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3018
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3019
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3020
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3021
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3022
    ## object-base.h (module 'core'): void ns3::ObjectBase::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3023
    cls.add_method('SetAttribute', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3024
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3025
                   [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3026
    ## object-base.h (module 'core'): bool ns3::ObjectBase::SetAttributeFailSafe(std::string name, ns3::AttributeValue const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3027
    cls.add_method('SetAttributeFailSafe', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3028
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3029
                   [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3030
    ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceConnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3031
    cls.add_method('TraceConnect', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3032
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3033
                   [param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3034
    ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceConnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3035
    cls.add_method('TraceConnectWithoutContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3036
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3037
                   [param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3038
    ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceDisconnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3039
    cls.add_method('TraceDisconnect', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3040
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3041
                   [param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3042
    ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceDisconnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3043
    cls.add_method('TraceDisconnectWithoutContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3044
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3045
                   [param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3046
    ## object-base.h (module 'core'): void ns3::ObjectBase::ConstructSelf(ns3::AttributeConstructionList const & attributes) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3047
    cls.add_method('ConstructSelf', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3048
                   'void', 
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3049
                   [param('ns3::AttributeConstructionList const &', 'attributes')], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3050
                   visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3051
    ## object-base.h (module 'core'): void ns3::ObjectBase::NotifyConstructionCompleted() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3052
    cls.add_method('NotifyConstructionCompleted', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3053
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3054
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3055
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3056
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3057
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3058
def register_Ns3ObjectDeleter_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3059
    ## object.h (module 'core'): ns3::ObjectDeleter::ObjectDeleter() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3060
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3061
    ## object.h (module 'core'): ns3::ObjectDeleter::ObjectDeleter(ns3::ObjectDeleter const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3062
    cls.add_constructor([param('ns3::ObjectDeleter const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3063
    ## object.h (module 'core'): static void ns3::ObjectDeleter::Delete(ns3::Object * object) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3064
    cls.add_method('Delete', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3065
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3066
                   [param('ns3::Object *', 'object')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3067
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3068
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3069
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3070
def register_Ns3ObjectFactory_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3071
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3072
    ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory(ns3::ObjectFactory const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3073
    cls.add_constructor([param('ns3::ObjectFactory const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3074
    ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3075
    cls.add_constructor([])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3076
    ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory(std::string typeId) [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3077
    cls.add_constructor([param('std::string', 'typeId')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3078
    ## object-factory.h (module 'core'): ns3::Ptr<ns3::Object> ns3::ObjectFactory::Create() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3079
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3080
                   'ns3::Ptr< ns3::Object >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3081
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3082
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3083
    ## object-factory.h (module 'core'): ns3::TypeId ns3::ObjectFactory::GetTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3084
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3085
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3086
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3087
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3088
    ## object-factory.h (module 'core'): void ns3::ObjectFactory::Set(std::string name, ns3::AttributeValue const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3089
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3090
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3091
                   [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3092
    ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(ns3::TypeId tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3093
    cls.add_method('SetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3094
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3095
                   [param('ns3::TypeId', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3096
    ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(char const * tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3097
    cls.add_method('SetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3098
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3099
                   [param('char const *', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3100
    ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(std::string tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3101
    cls.add_method('SetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3102
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3103
                   [param('std::string', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3104
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3105
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3106
def register_Ns3OriginatorBlockAckAgreement_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3107
    ## originator-block-ack-agreement.h (module 'wifi'): ns3::OriginatorBlockAckAgreement::OriginatorBlockAckAgreement(ns3::OriginatorBlockAckAgreement const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3108
    cls.add_constructor([param('ns3::OriginatorBlockAckAgreement const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3109
    ## originator-block-ack-agreement.h (module 'wifi'): ns3::OriginatorBlockAckAgreement::OriginatorBlockAckAgreement() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3110
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3111
    ## originator-block-ack-agreement.h (module 'wifi'): ns3::OriginatorBlockAckAgreement::OriginatorBlockAckAgreement(ns3::Mac48Address recipient, uint8_t tid) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3112
    cls.add_constructor([param('ns3::Mac48Address', 'recipient'), param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3113
    ## originator-block-ack-agreement.h (module 'wifi'): void ns3::OriginatorBlockAckAgreement::CompleteExchange() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3114
    cls.add_method('CompleteExchange', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3115
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3116
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3117
    ## originator-block-ack-agreement.h (module 'wifi'): bool ns3::OriginatorBlockAckAgreement::IsBlockAckRequestNeeded() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3118
    cls.add_method('IsBlockAckRequestNeeded', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3119
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3120
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3121
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3122
    ## originator-block-ack-agreement.h (module 'wifi'): bool ns3::OriginatorBlockAckAgreement::IsEstablished() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3123
    cls.add_method('IsEstablished', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3124
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3125
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3126
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3127
    ## originator-block-ack-agreement.h (module 'wifi'): bool ns3::OriginatorBlockAckAgreement::IsInactive() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3128
    cls.add_method('IsInactive', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3129
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3130
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3131
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3132
    ## originator-block-ack-agreement.h (module 'wifi'): bool ns3::OriginatorBlockAckAgreement::IsPending() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3133
    cls.add_method('IsPending', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3134
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3135
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3136
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3137
    ## originator-block-ack-agreement.h (module 'wifi'): bool ns3::OriginatorBlockAckAgreement::IsUnsuccessful() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3138
    cls.add_method('IsUnsuccessful', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3139
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3140
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3141
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3142
    ## originator-block-ack-agreement.h (module 'wifi'): void ns3::OriginatorBlockAckAgreement::NotifyMpduTransmission(uint16_t nextSeqNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3143
    cls.add_method('NotifyMpduTransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3144
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3145
                   [param('uint16_t', 'nextSeqNumber')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3146
    ## originator-block-ack-agreement.h (module 'wifi'): void ns3::OriginatorBlockAckAgreement::SetState(ns3::OriginatorBlockAckAgreement::State state) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3147
    cls.add_method('SetState', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3148
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3149
                   [param('ns3::OriginatorBlockAckAgreement::State', 'state')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3150
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3151
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3152
def register_Ns3PacketMetadata_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3153
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::PacketMetadata(uint64_t uid, uint32_t size) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3154
    cls.add_constructor([param('uint64_t', 'uid'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3155
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::PacketMetadata(ns3::PacketMetadata const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3156
    cls.add_constructor([param('ns3::PacketMetadata const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3157
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddAtEnd(ns3::PacketMetadata const & o) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3158
    cls.add_method('AddAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3159
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3160
                   [param('ns3::PacketMetadata const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3161
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddHeader(ns3::Header const & header, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3162
    cls.add_method('AddHeader', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3163
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3164
                   [param('ns3::Header const &', 'header'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3165
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddPaddingAtEnd(uint32_t end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3166
    cls.add_method('AddPaddingAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3167
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3168
                   [param('uint32_t', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3169
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddTrailer(ns3::Trailer const & trailer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3170
    cls.add_method('AddTrailer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3171
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3172
                   [param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3173
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator ns3::PacketMetadata::BeginItem(ns3::Buffer buffer) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3174
    cls.add_method('BeginItem', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3175
                   'ns3::PacketMetadata::ItemIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3176
                   [param('ns3::Buffer', 'buffer')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3177
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3178
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata ns3::PacketMetadata::CreateFragment(uint32_t start, uint32_t end) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3179
    cls.add_method('CreateFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3180
                   'ns3::PacketMetadata', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3181
                   [param('uint32_t', 'start'), param('uint32_t', 'end')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3182
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3183
    ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::Deserialize(uint8_t const * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3184
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3185
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3186
                   [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3187
    ## packet-metadata.h (module 'network'): static void ns3::PacketMetadata::Enable() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3188
    cls.add_method('Enable', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3189
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3190
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3191
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3192
    ## packet-metadata.h (module 'network'): static void ns3::PacketMetadata::EnableChecking() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3193
    cls.add_method('EnableChecking', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3194
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3195
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3196
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3197
    ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3198
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3199
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3200
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3201
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3202
    ## packet-metadata.h (module 'network'): uint64_t ns3::PacketMetadata::GetUid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3203
    cls.add_method('GetUid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3204
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3205
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3206
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3207
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveAtEnd(uint32_t end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3208
    cls.add_method('RemoveAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3209
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3210
                   [param('uint32_t', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3211
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveAtStart(uint32_t start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3212
    cls.add_method('RemoveAtStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3213
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3214
                   [param('uint32_t', 'start')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3215
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveHeader(ns3::Header const & header, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3216
    cls.add_method('RemoveHeader', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3217
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3218
                   [param('ns3::Header const &', 'header'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3219
    ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveTrailer(ns3::Trailer const & trailer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3220
    cls.add_method('RemoveTrailer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3221
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3222
                   [param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3223
    ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3224
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3225
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3226
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3227
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3228
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3229
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3230
def register_Ns3PacketMetadataItem_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3231
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::Item() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3232
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3233
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::Item(ns3::PacketMetadata::Item const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3234
    cls.add_constructor([param('ns3::PacketMetadata::Item const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3235
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::current [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3236
    cls.add_instance_attribute('current', 'ns3::Buffer::Iterator', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3237
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentSize [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3238
    cls.add_instance_attribute('currentSize', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3239
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentTrimedFromEnd [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3240
    cls.add_instance_attribute('currentTrimedFromEnd', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3241
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentTrimedFromStart [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3242
    cls.add_instance_attribute('currentTrimedFromStart', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3243
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::isFragment [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3244
    cls.add_instance_attribute('isFragment', 'bool', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3245
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::tid [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3246
    cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3247
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3248
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3249
def register_Ns3PacketMetadataItemIterator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3250
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata::ItemIterator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3251
    cls.add_constructor([param('ns3::PacketMetadata::ItemIterator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3252
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata const * metadata, ns3::Buffer buffer) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3253
    cls.add_constructor([param('ns3::PacketMetadata const *', 'metadata'), param('ns3::Buffer', 'buffer')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3254
    ## packet-metadata.h (module 'network'): bool ns3::PacketMetadata::ItemIterator::HasNext() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3255
    cls.add_method('HasNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3256
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3257
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3258
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3259
    ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item ns3::PacketMetadata::ItemIterator::Next() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3260
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3261
                   'ns3::PacketMetadata::Item', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3262
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3263
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3264
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3265
def register_Ns3PacketTagIterator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3266
    ## packet.h (module 'network'): ns3::PacketTagIterator::PacketTagIterator(ns3::PacketTagIterator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3267
    cls.add_constructor([param('ns3::PacketTagIterator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3268
    ## packet.h (module 'network'): bool ns3::PacketTagIterator::HasNext() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3269
    cls.add_method('HasNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3270
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3271
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3272
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3273
    ## packet.h (module 'network'): ns3::PacketTagIterator::Item ns3::PacketTagIterator::Next() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3274
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3275
                   'ns3::PacketTagIterator::Item', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3276
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3277
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3278
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3279
def register_Ns3PacketTagIteratorItem_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3280
    ## packet.h (module 'network'): ns3::PacketTagIterator::Item::Item(ns3::PacketTagIterator::Item const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3281
    cls.add_constructor([param('ns3::PacketTagIterator::Item const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3282
    ## packet.h (module 'network'): void ns3::PacketTagIterator::Item::GetTag(ns3::Tag & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3283
    cls.add_method('GetTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3284
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3285
                   [param('ns3::Tag &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3286
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3287
    ## packet.h (module 'network'): ns3::TypeId ns3::PacketTagIterator::Item::GetTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3288
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3289
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3290
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3291
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3292
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3293
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3294
def register_Ns3PacketTagList_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3295
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::PacketTagList() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3296
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3297
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::PacketTagList(ns3::PacketTagList const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3298
    cls.add_constructor([param('ns3::PacketTagList const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3299
    ## packet-tag-list.h (module 'network'): void ns3::PacketTagList::Add(ns3::Tag const & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3300
    cls.add_method('Add', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3301
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3302
                   [param('ns3::Tag const &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3303
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3304
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData const * ns3::PacketTagList::Head() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3305
    cls.add_method('Head', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3306
                   'ns3::PacketTagList::TagData const *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3307
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3308
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3309
    ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Peek(ns3::Tag & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3310
    cls.add_method('Peek', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3311
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3312
                   [param('ns3::Tag &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3313
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3314
    ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Remove(ns3::Tag & tag) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3315
    cls.add_method('Remove', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3316
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3317
                   [param('ns3::Tag &', 'tag')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3318
    ## packet-tag-list.h (module 'network'): void ns3::PacketTagList::RemoveAll() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3319
    cls.add_method('RemoveAll', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3320
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3321
                   [])
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  3322
    ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Replace(ns3::Tag & tag) [member function]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  3323
    cls.add_method('Replace', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  3324
                   'bool', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  3325
                   [param('ns3::Tag &', 'tag')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3326
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3327
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3328
def register_Ns3PacketTagListTagData_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3329
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3330
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3331
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData(ns3::PacketTagList::TagData const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3332
    cls.add_constructor([param('ns3::PacketTagList::TagData const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3333
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::count [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3334
    cls.add_instance_attribute('count', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3335
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::data [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3336
    cls.add_instance_attribute('data', 'uint8_t [ 20 ]', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3337
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::next [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3338
    cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3339
    ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::tid [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3340
    cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3341
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3342
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3343
def register_Ns3PcapFile_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3344
    ## pcap-file.h (module 'network'): ns3::PcapFile::PcapFile() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3345
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3346
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Clear() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3347
    cls.add_method('Clear', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3348
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3349
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3350
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Close() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3351
    cls.add_method('Close', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3352
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3353
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3354
    ## pcap-file.h (module 'network'): static bool ns3::PcapFile::Diff(std::string const & f1, std::string const & f2, uint32_t & sec, uint32_t & usec, uint32_t snapLen=ns3::PcapFile::SNAPLEN_DEFAULT) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3355
    cls.add_method('Diff', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3356
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3357
                   [param('std::string const &', 'f1'), param('std::string const &', 'f2'), param('uint32_t &', 'sec'), param('uint32_t &', 'usec'), param('uint32_t', 'snapLen', default_value='ns3::PcapFile::SNAPLEN_DEFAULT')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3358
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3359
    ## pcap-file.h (module 'network'): bool ns3::PcapFile::Eof() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3360
    cls.add_method('Eof', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3361
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3362
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3363
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3364
    ## pcap-file.h (module 'network'): bool ns3::PcapFile::Fail() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3365
    cls.add_method('Fail', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3366
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3367
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3368
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3369
    ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetDataLinkType() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3370
    cls.add_method('GetDataLinkType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3371
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3372
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3373
    ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetMagic() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3374
    cls.add_method('GetMagic', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3375
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3376
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3377
    ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetSigFigs() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3378
    cls.add_method('GetSigFigs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3379
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3380
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3381
    ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetSnapLen() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3382
    cls.add_method('GetSnapLen', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3383
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3384
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3385
    ## pcap-file.h (module 'network'): bool ns3::PcapFile::GetSwapMode() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3386
    cls.add_method('GetSwapMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3387
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3388
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3389
    ## pcap-file.h (module 'network'): int32_t ns3::PcapFile::GetTimeZoneOffset() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3390
    cls.add_method('GetTimeZoneOffset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3391
                   'int32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3392
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3393
    ## pcap-file.h (module 'network'): uint16_t ns3::PcapFile::GetVersionMajor() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3394
    cls.add_method('GetVersionMajor', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3395
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3396
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3397
    ## pcap-file.h (module 'network'): uint16_t ns3::PcapFile::GetVersionMinor() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3398
    cls.add_method('GetVersionMinor', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3399
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3400
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3401
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Init(uint32_t dataLinkType, uint32_t snapLen=ns3::PcapFile::SNAPLEN_DEFAULT, int32_t timeZoneCorrection=ns3::PcapFile::ZONE_DEFAULT, bool swapMode=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3402
    cls.add_method('Init', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3403
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3404
                   [param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='ns3::PcapFile::SNAPLEN_DEFAULT'), param('int32_t', 'timeZoneCorrection', default_value='ns3::PcapFile::ZONE_DEFAULT'), param('bool', 'swapMode', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3405
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Open(std::string const & filename, std::_Ios_Openmode mode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3406
    cls.add_method('Open', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3407
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3408
                   [param('std::string const &', 'filename'), param('std::_Ios_Openmode', 'mode')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3409
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Read(uint8_t * const data, uint32_t maxBytes, uint32_t & tsSec, uint32_t & tsUsec, uint32_t & inclLen, uint32_t & origLen, uint32_t & readLen) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3410
    cls.add_method('Read', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3411
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3412
                   [param('uint8_t * const', 'data'), param('uint32_t', 'maxBytes'), param('uint32_t &', 'tsSec'), param('uint32_t &', 'tsUsec'), param('uint32_t &', 'inclLen'), param('uint32_t &', 'origLen'), param('uint32_t &', 'readLen')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3413
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, uint8_t const * const data, uint32_t totalLen) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3414
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3415
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3416
                   [param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('uint8_t const * const', 'data'), param('uint32_t', 'totalLen')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3417
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3418
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3419
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3420
                   [param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('ns3::Ptr< ns3::Packet const >', 'p')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3421
    ## pcap-file.h (module 'network'): void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, ns3::Header & header, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3422
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3423
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3424
                   [param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('ns3::Header &', 'header'), param('ns3::Ptr< ns3::Packet const >', 'p')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3425
    ## pcap-file.h (module 'network'): ns3::PcapFile::SNAPLEN_DEFAULT [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3426
    cls.add_static_attribute('SNAPLEN_DEFAULT', 'uint32_t const', is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3427
    ## pcap-file.h (module 'network'): ns3::PcapFile::ZONE_DEFAULT [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3428
    cls.add_static_attribute('ZONE_DEFAULT', 'int32_t const', is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3429
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3430
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3431
def register_Ns3PcapHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3432
    ## trace-helper.h (module 'network'): ns3::PcapHelper::PcapHelper(ns3::PcapHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3433
    cls.add_constructor([param('ns3::PcapHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3434
    ## trace-helper.h (module 'network'): ns3::PcapHelper::PcapHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3435
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3436
    ## trace-helper.h (module 'network'): ns3::Ptr<ns3::PcapFileWrapper> ns3::PcapHelper::CreateFile(std::string filename, std::_Ios_Openmode filemode, uint32_t dataLinkType, uint32_t snapLen=65535, int32_t tzCorrection=0) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3437
    cls.add_method('CreateFile', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3438
                   'ns3::Ptr< ns3::PcapFileWrapper >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3439
                   [param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode'), param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='65535'), param('int32_t', 'tzCorrection', default_value='0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3440
    ## trace-helper.h (module 'network'): std::string ns3::PcapHelper::GetFilenameFromDevice(std::string prefix, ns3::Ptr<ns3::NetDevice> device, bool useObjectNames=true) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3441
    cls.add_method('GetFilenameFromDevice', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3442
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3443
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'useObjectNames', default_value='true')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3444
    ## trace-helper.h (module 'network'): std::string ns3::PcapHelper::GetFilenameFromInterfacePair(std::string prefix, ns3::Ptr<ns3::Object> object, uint32_t interface, bool useObjectNames=true) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3445
    cls.add_method('GetFilenameFromInterfacePair', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3446
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3447
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Object >', 'object'), param('uint32_t', 'interface'), param('bool', 'useObjectNames', default_value='true')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3448
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3449
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3450
def register_Ns3PcapHelperForDevice_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3451
    ## trace-helper.h (module 'network'): ns3::PcapHelperForDevice::PcapHelperForDevice(ns3::PcapHelperForDevice const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3452
    cls.add_constructor([param('ns3::PcapHelperForDevice const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3453
    ## trace-helper.h (module 'network'): ns3::PcapHelperForDevice::PcapHelperForDevice() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3454
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3455
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous=false, bool explicitFilename=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3456
    cls.add_method('EnablePcap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3457
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3458
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous', default_value='false'), param('bool', 'explicitFilename', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3459
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, std::string ndName, bool promiscuous=false, bool explicitFilename=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3460
    cls.add_method('EnablePcap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3461
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3462
                   [param('std::string', 'prefix'), param('std::string', 'ndName'), param('bool', 'promiscuous', default_value='false'), param('bool', 'explicitFilename', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3463
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, ns3::NetDeviceContainer d, bool promiscuous=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3464
    cls.add_method('EnablePcap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3465
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3466
                   [param('std::string', 'prefix'), param('ns3::NetDeviceContainer', 'd'), param('bool', 'promiscuous', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3467
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, ns3::NodeContainer n, bool promiscuous=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3468
    cls.add_method('EnablePcap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3469
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3470
                   [param('std::string', 'prefix'), param('ns3::NodeContainer', 'n'), param('bool', 'promiscuous', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3471
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, uint32_t nodeid, uint32_t deviceid, bool promiscuous=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3472
    cls.add_method('EnablePcap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3473
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3474
                   [param('std::string', 'prefix'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3475
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcapAll(std::string prefix, bool promiscuous=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3476
    cls.add_method('EnablePcapAll', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3477
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3478
                   [param('std::string', 'prefix'), param('bool', 'promiscuous', default_value='false')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3479
    ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcapInternal(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous, bool explicitFilename) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3480
    cls.add_method('EnablePcapInternal', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3481
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3482
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous'), param('bool', 'explicitFilename')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3483
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3484
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3485
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3486
def register_Ns3PropagationCache__Ns3JakesProcess_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3487
    ## propagation-cache.h (module 'propagation'): ns3::PropagationCache<ns3::JakesProcess>::PropagationCache(ns3::PropagationCache<ns3::JakesProcess> const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3488
    cls.add_constructor([param('ns3::PropagationCache< ns3::JakesProcess > const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3489
    ## propagation-cache.h (module 'propagation'): ns3::PropagationCache<ns3::JakesProcess>::PropagationCache() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3490
    cls.add_constructor([])
9011
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  3491
    ## propagation-cache.h (module 'propagation'): void ns3::PropagationCache<ns3::JakesProcess>::AddPathData(ns3::Ptr<ns3::JakesProcess> data, ns3::Ptr<ns3::MobilityModel const> a, ns3::Ptr<ns3::MobilityModel const> b, uint32_t modelUid) [member function]
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  3492
    cls.add_method('AddPathData', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  3493
                   'void', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  3494
                   [param('ns3::Ptr< ns3::JakesProcess >', 'data'), param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b'), param('uint32_t', 'modelUid')])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3495
    ## propagation-cache.h (module 'propagation'): ns3::Ptr<ns3::JakesProcess> ns3::PropagationCache<ns3::JakesProcess>::GetPathData(ns3::Ptr<ns3::MobilityModel const> a, ns3::Ptr<ns3::MobilityModel const> b, uint32_t modelUid) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3496
    cls.add_method('GetPathData', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3497
                   'ns3::Ptr< ns3::JakesProcess >', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3498
                   [param('ns3::Ptr< ns3::MobilityModel const >', 'a'), param('ns3::Ptr< ns3::MobilityModel const >', 'b'), param('uint32_t', 'modelUid')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3499
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3500
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3501
def register_Ns3RateInfo_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3502
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::RateInfo() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3503
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3504
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::RateInfo(ns3::RateInfo const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3505
    cls.add_constructor([param('ns3::RateInfo const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3506
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::adjustedRetryCount [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3507
    cls.add_instance_attribute('adjustedRetryCount', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3508
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::attemptHist [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3509
    cls.add_instance_attribute('attemptHist', 'uint64_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3510
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::ewmaProb [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3511
    cls.add_instance_attribute('ewmaProb', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3512
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::numRateAttempt [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3513
    cls.add_instance_attribute('numRateAttempt', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3514
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::numRateSuccess [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3515
    cls.add_instance_attribute('numRateSuccess', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3516
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::perfectTxTime [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3517
    cls.add_instance_attribute('perfectTxTime', 'ns3::Time', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3518
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::prevNumRateAttempt [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3519
    cls.add_instance_attribute('prevNumRateAttempt', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3520
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::prevNumRateSuccess [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3521
    cls.add_instance_attribute('prevNumRateSuccess', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3522
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::prob [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3523
    cls.add_instance_attribute('prob', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3524
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::retryCount [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3525
    cls.add_instance_attribute('retryCount', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3526
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::successHist [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3527
    cls.add_instance_attribute('successHist', 'uint64_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3528
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::RateInfo::throughput [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3529
    cls.add_instance_attribute('throughput', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3530
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3531
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3532
def register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3533
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3534
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3535
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount(ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3536
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3537
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3538
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3539
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3540
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3541
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3542
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3543
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3544
def register_Ns3Simulator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3545
    ## simulator.h (module 'core'): ns3::Simulator::Simulator(ns3::Simulator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3546
    cls.add_constructor([param('ns3::Simulator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3547
    ## simulator.h (module 'core'): static void ns3::Simulator::Cancel(ns3::EventId const & id) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3548
    cls.add_method('Cancel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3549
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3550
                   [param('ns3::EventId const &', 'id')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3551
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3552
    ## simulator.h (module 'core'): static void ns3::Simulator::Destroy() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3553
    cls.add_method('Destroy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3554
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3555
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3556
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3557
    ## simulator.h (module 'core'): static uint32_t ns3::Simulator::GetContext() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3558
    cls.add_method('GetContext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3559
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3560
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3561
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3562
    ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::GetDelayLeft(ns3::EventId const & id) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3563
    cls.add_method('GetDelayLeft', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3564
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3565
                   [param('ns3::EventId const &', 'id')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3566
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3567
    ## simulator.h (module 'core'): static ns3::Ptr<ns3::SimulatorImpl> ns3::Simulator::GetImplementation() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3568
    cls.add_method('GetImplementation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3569
                   'ns3::Ptr< ns3::SimulatorImpl >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3570
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3571
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3572
    ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::GetMaximumSimulationTime() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3573
    cls.add_method('GetMaximumSimulationTime', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3574
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3575
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3576
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3577
    ## simulator.h (module 'core'): static uint32_t ns3::Simulator::GetSystemId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3578
    cls.add_method('GetSystemId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3579
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3580
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3581
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3582
    ## simulator.h (module 'core'): static bool ns3::Simulator::IsExpired(ns3::EventId const & id) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3583
    cls.add_method('IsExpired', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3584
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3585
                   [param('ns3::EventId const &', 'id')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3586
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3587
    ## simulator.h (module 'core'): static bool ns3::Simulator::IsFinished() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3588
    cls.add_method('IsFinished', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3589
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3590
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3591
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3592
    ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Now() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3593
    cls.add_method('Now', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3594
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3595
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3596
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3597
    ## simulator.h (module 'core'): static void ns3::Simulator::Remove(ns3::EventId const & id) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3598
    cls.add_method('Remove', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3599
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3600
                   [param('ns3::EventId const &', 'id')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3601
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3602
    ## simulator.h (module 'core'): static void ns3::Simulator::SetImplementation(ns3::Ptr<ns3::SimulatorImpl> impl) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3603
    cls.add_method('SetImplementation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3604
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3605
                   [param('ns3::Ptr< ns3::SimulatorImpl >', 'impl')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3606
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3607
    ## simulator.h (module 'core'): static void ns3::Simulator::SetScheduler(ns3::ObjectFactory schedulerFactory) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3608
    cls.add_method('SetScheduler', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3609
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3610
                   [param('ns3::ObjectFactory', 'schedulerFactory')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3611
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3612
    ## simulator.h (module 'core'): static void ns3::Simulator::Stop() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3613
    cls.add_method('Stop', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3614
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3615
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3616
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3617
    ## simulator.h (module 'core'): static void ns3::Simulator::Stop(ns3::Time const & time) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3618
    cls.add_method('Stop', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3619
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3620
                   [param('ns3::Time const &', 'time')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3621
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3622
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3623
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3624
def register_Ns3StatusCode_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3625
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3626
    ## status-code.h (module 'wifi'): ns3::StatusCode::StatusCode(ns3::StatusCode const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3627
    cls.add_constructor([param('ns3::StatusCode const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3628
    ## status-code.h (module 'wifi'): ns3::StatusCode::StatusCode() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3629
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3630
    ## status-code.h (module 'wifi'): ns3::Buffer::Iterator ns3::StatusCode::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3631
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3632
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3633
                   [param('ns3::Buffer::Iterator', 'start')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3634
    ## status-code.h (module 'wifi'): uint32_t ns3::StatusCode::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3635
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3636
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3637
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3638
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3639
    ## status-code.h (module 'wifi'): bool ns3::StatusCode::IsSuccess() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3640
    cls.add_method('IsSuccess', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3641
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3642
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3643
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3644
    ## status-code.h (module 'wifi'): ns3::Buffer::Iterator ns3::StatusCode::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3645
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3646
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3647
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3648
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3649
    ## status-code.h (module 'wifi'): void ns3::StatusCode::SetFailure() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3650
    cls.add_method('SetFailure', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3651
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3652
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3653
    ## status-code.h (module 'wifi'): void ns3::StatusCode::SetSuccess() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3654
    cls.add_method('SetSuccess', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3655
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3656
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3657
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3658
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3659
def register_Ns3Tag_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3660
    ## tag.h (module 'network'): ns3::Tag::Tag() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3661
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3662
    ## tag.h (module 'network'): ns3::Tag::Tag(ns3::Tag const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3663
    cls.add_constructor([param('ns3::Tag const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3664
    ## tag.h (module 'network'): void ns3::Tag::Deserialize(ns3::TagBuffer i) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3665
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3666
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3667
                   [param('ns3::TagBuffer', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3668
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3669
    ## tag.h (module 'network'): uint32_t ns3::Tag::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3670
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3671
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3672
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3673
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3674
    ## tag.h (module 'network'): static ns3::TypeId ns3::Tag::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3675
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3676
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3677
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3678
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3679
    ## tag.h (module 'network'): void ns3::Tag::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3680
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3681
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3682
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3683
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3684
    ## tag.h (module 'network'): void ns3::Tag::Serialize(ns3::TagBuffer i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3685
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3686
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3687
                   [param('ns3::TagBuffer', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3688
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3689
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3690
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3691
def register_Ns3TagBuffer_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3692
    ## tag-buffer.h (module 'network'): ns3::TagBuffer::TagBuffer(ns3::TagBuffer const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3693
    cls.add_constructor([param('ns3::TagBuffer const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3694
    ## tag-buffer.h (module 'network'): ns3::TagBuffer::TagBuffer(uint8_t * start, uint8_t * end) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3695
    cls.add_constructor([param('uint8_t *', 'start'), param('uint8_t *', 'end')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3696
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::CopyFrom(ns3::TagBuffer o) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3697
    cls.add_method('CopyFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3698
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3699
                   [param('ns3::TagBuffer', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3700
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::Read(uint8_t * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3701
    cls.add_method('Read', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3702
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3703
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3704
    ## tag-buffer.h (module 'network'): double ns3::TagBuffer::ReadDouble() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3705
    cls.add_method('ReadDouble', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3706
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3707
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3708
    ## tag-buffer.h (module 'network'): uint16_t ns3::TagBuffer::ReadU16() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3709
    cls.add_method('ReadU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3710
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3711
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3712
    ## tag-buffer.h (module 'network'): uint32_t ns3::TagBuffer::ReadU32() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3713
    cls.add_method('ReadU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3714
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3715
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3716
    ## tag-buffer.h (module 'network'): uint64_t ns3::TagBuffer::ReadU64() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3717
    cls.add_method('ReadU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3718
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3719
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3720
    ## tag-buffer.h (module 'network'): uint8_t ns3::TagBuffer::ReadU8() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3721
    cls.add_method('ReadU8', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3722
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3723
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3724
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::TrimAtEnd(uint32_t trim) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3725
    cls.add_method('TrimAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3726
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3727
                   [param('uint32_t', 'trim')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3728
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::Write(uint8_t const * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3729
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3730
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3731
                   [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3732
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteDouble(double v) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3733
    cls.add_method('WriteDouble', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3734
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3735
                   [param('double', 'v')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3736
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU16(uint16_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3737
    cls.add_method('WriteU16', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3738
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3739
                   [param('uint16_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3740
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU32(uint32_t data) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3741
    cls.add_method('WriteU32', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3742
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3743
                   [param('uint32_t', 'data')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3744
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU64(uint64_t v) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3745
    cls.add_method('WriteU64', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3746
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3747
                   [param('uint64_t', 'v')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3748
    ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU8(uint8_t v) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3749
    cls.add_method('WriteU8', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3750
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3751
                   [param('uint8_t', 'v')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3752
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3753
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3754
def register_Ns3TimeWithUnit_methods(root_module, cls):
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3755
    cls.add_output_stream_operator()
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3756
    ## nstime.h (module 'core'): ns3::TimeWithUnit::TimeWithUnit(ns3::TimeWithUnit const & arg0) [copy constructor]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3757
    cls.add_constructor([param('ns3::TimeWithUnit const &', 'arg0')])
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3758
    ## nstime.h (module 'core'): ns3::TimeWithUnit::TimeWithUnit(ns3::Time const time, ns3::Time::Unit const unit) [constructor]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3759
    cls.add_constructor([param('ns3::Time const', 'time'), param('ns3::Time::Unit const', 'unit')])
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3760
    return
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  3761
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3762
def register_Ns3TypeId_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3763
    cls.add_binary_comparison_operator('!=')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3764
    cls.add_binary_comparison_operator('<')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3765
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3766
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3767
    ## type-id.h (module 'core'): ns3::TypeId::TypeId(char const * name) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3768
    cls.add_constructor([param('char const *', 'name')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3769
    ## type-id.h (module 'core'): ns3::TypeId::TypeId() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3770
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3771
    ## type-id.h (module 'core'): ns3::TypeId::TypeId(ns3::TypeId const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3772
    cls.add_constructor([param('ns3::TypeId const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3773
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddAttribute(std::string name, std::string help, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeAccessor const> accessor, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3774
    cls.add_method('AddAttribute', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3775
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3776
                   [param('std::string', 'name'), param('std::string', 'help'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3777
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddAttribute(std::string name, std::string help, uint32_t flags, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeAccessor const> accessor, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3778
    cls.add_method('AddAttribute', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3779
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3780
                   [param('std::string', 'name'), param('std::string', 'help'), param('uint32_t', 'flags'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3781
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddTraceSource(std::string name, std::string help, ns3::Ptr<ns3::TraceSourceAccessor const> accessor) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3782
    cls.add_method('AddTraceSource', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3783
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3784
                   [param('std::string', 'name'), param('std::string', 'help'), param('ns3::Ptr< ns3::TraceSourceAccessor const >', 'accessor')])
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3785
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation ns3::TypeId::GetAttribute(uint32_t i) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3786
    cls.add_method('GetAttribute', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3787
                   'ns3::TypeId::AttributeInformation', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3788
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3789
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3790
    ## type-id.h (module 'core'): std::string ns3::TypeId::GetAttributeFullName(uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3791
    cls.add_method('GetAttributeFullName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3792
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3793
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3794
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3795
    ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetAttributeN() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3796
    cls.add_method('GetAttributeN', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3797
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3798
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3799
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3800
    ## type-id.h (module 'core'): ns3::Callback<ns3::ObjectBase*,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ns3::TypeId::GetConstructor() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3801
    cls.add_method('GetConstructor', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3802
                   'ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3803
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3804
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3805
    ## type-id.h (module 'core'): std::string ns3::TypeId::GetGroupName() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3806
    cls.add_method('GetGroupName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3807
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3808
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3809
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3810
    ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetHash() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3811
    cls.add_method('GetHash', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3812
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3813
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3814
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3815
    ## type-id.h (module 'core'): std::string ns3::TypeId::GetName() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3816
    cls.add_method('GetName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3817
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3818
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3819
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3820
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::GetParent() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3821
    cls.add_method('GetParent', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3822
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3823
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3824
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3825
    ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::GetRegistered(uint32_t i) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3826
    cls.add_method('GetRegistered', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3827
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3828
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3829
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3830
    ## type-id.h (module 'core'): static uint32_t ns3::TypeId::GetRegisteredN() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3831
    cls.add_method('GetRegisteredN', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3832
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3833
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3834
                   is_static=True)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3835
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation ns3::TypeId::GetTraceSource(uint32_t i) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3836
    cls.add_method('GetTraceSource', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3837
                   'ns3::TypeId::TraceSourceInformation', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3838
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3839
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3840
    ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetTraceSourceN() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3841
    cls.add_method('GetTraceSourceN', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3842
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3843
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3844
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3845
    ## type-id.h (module 'core'): uint16_t ns3::TypeId::GetUid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3846
    cls.add_method('GetUid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3847
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3848
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3849
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3850
    ## type-id.h (module 'core'): bool ns3::TypeId::HasConstructor() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3851
    cls.add_method('HasConstructor', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3852
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3853
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3854
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3855
    ## type-id.h (module 'core'): bool ns3::TypeId::HasParent() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3856
    cls.add_method('HasParent', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3857
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3858
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3859
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3860
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::HideFromDocumentation() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3861
    cls.add_method('HideFromDocumentation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3862
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3863
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3864
    ## type-id.h (module 'core'): bool ns3::TypeId::IsChildOf(ns3::TypeId other) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3865
    cls.add_method('IsChildOf', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3866
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3867
                   [param('ns3::TypeId', 'other')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3868
                   is_const=True)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3869
    ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3870
    cls.add_method('LookupAttributeByName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3871
                   'bool', 
7724
df7a2f30d5a8 Rescan bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7605
diff changeset
  3872
                   [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info', transfer_ownership=False)], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3873
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3874
    ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByHash(uint32_t hash) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3875
    cls.add_method('LookupByHash', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3876
                   'ns3::TypeId', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3877
                   [param('uint32_t', 'hash')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3878
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3879
    ## type-id.h (module 'core'): static bool ns3::TypeId::LookupByHashFailSafe(uint32_t hash, ns3::TypeId * tid) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3880
    cls.add_method('LookupByHashFailSafe', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3881
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3882
                   [param('uint32_t', 'hash'), param('ns3::TypeId *', 'tid')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  3883
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3884
    ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3885
    cls.add_method('LookupByName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3886
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3887
                   [param('std::string', 'name')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3888
                   is_static=True)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3889
    ## type-id.h (module 'core'): ns3::Ptr<ns3::TraceSourceAccessor const> ns3::TypeId::LookupTraceSourceByName(std::string name) const [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3890
    cls.add_method('LookupTraceSourceByName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3891
                   'ns3::Ptr< ns3::TraceSourceAccessor const >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3892
                   [param('std::string', 'name')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3893
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3894
    ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3895
    cls.add_method('MustHideFromDocumentation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3896
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3897
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3898
                   is_const=True)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3899
    ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3900
    cls.add_method('SetAttributeInitialValue', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3901
                   'bool', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3902
                   [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3903
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3904
    cls.add_method('SetGroupName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3905
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3906
                   [param('std::string', 'groupName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3907
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetParent(ns3::TypeId tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3908
    cls.add_method('SetParent', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3909
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3910
                   [param('ns3::TypeId', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3911
    ## type-id.h (module 'core'): void ns3::TypeId::SetUid(uint16_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3912
    cls.add_method('SetUid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3913
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3914
                   [param('uint16_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3915
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3916
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3917
def register_Ns3TypeIdAttributeInformation_methods(root_module, cls):
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3918
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::AttributeInformation() [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3919
    cls.add_constructor([])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3920
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::AttributeInformation(ns3::TypeId::AttributeInformation const & arg0) [copy constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3921
    cls.add_constructor([param('ns3::TypeId::AttributeInformation const &', 'arg0')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3922
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::accessor [variable]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3923
    cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::AttributeAccessor const >', is_const=False)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3924
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::checker [variable]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3925
    cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3926
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::flags [variable]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3927
    cls.add_instance_attribute('flags', 'uint32_t', is_const=False)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3928
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::help [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3929
    cls.add_instance_attribute('help', 'std::string', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3930
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::initialValue [variable]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3931
    cls.add_instance_attribute('initialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3932
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::name [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3933
    cls.add_instance_attribute('name', 'std::string', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3934
    ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::originalInitialValue [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3935
    cls.add_instance_attribute('originalInitialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3936
    return
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3937
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3938
def register_Ns3TypeIdTraceSourceInformation_methods(root_module, cls):
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3939
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation() [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3940
    cls.add_constructor([])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3941
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation(ns3::TypeId::TraceSourceInformation const & arg0) [copy constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3942
    cls.add_constructor([param('ns3::TypeId::TraceSourceInformation const &', 'arg0')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3943
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::accessor [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3944
    cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::TraceSourceAccessor const >', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3945
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::help [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3946
    cls.add_instance_attribute('help', 'std::string', is_const=False)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3947
    ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::name [variable]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  3948
    cls.add_instance_attribute('name', 'std::string', is_const=False)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3949
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3950
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3951
def register_Ns3Vector2D_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3952
    cls.add_output_stream_operator()
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3953
    ## vector.h (module 'core'): ns3::Vector2D::Vector2D(ns3::Vector2D const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3954
    cls.add_constructor([param('ns3::Vector2D const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3955
    ## vector.h (module 'core'): ns3::Vector2D::Vector2D(double _x, double _y) [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3956
    cls.add_constructor([param('double', '_x'), param('double', '_y')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3957
    ## vector.h (module 'core'): ns3::Vector2D::Vector2D() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3958
    cls.add_constructor([])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3959
    ## vector.h (module 'core'): ns3::Vector2D::x [variable]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3960
    cls.add_instance_attribute('x', 'double', is_const=False)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3961
    ## vector.h (module 'core'): ns3::Vector2D::y [variable]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3962
    cls.add_instance_attribute('y', 'double', is_const=False)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3963
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3964
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3965
def register_Ns3Vector3D_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3966
    cls.add_output_stream_operator()
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3967
    ## vector.h (module 'core'): ns3::Vector3D::Vector3D(ns3::Vector3D const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3968
    cls.add_constructor([param('ns3::Vector3D const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3969
    ## vector.h (module 'core'): ns3::Vector3D::Vector3D(double _x, double _y, double _z) [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3970
    cls.add_constructor([param('double', '_x'), param('double', '_y'), param('double', '_z')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3971
    ## vector.h (module 'core'): ns3::Vector3D::Vector3D() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3972
    cls.add_constructor([])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3973
    ## vector.h (module 'core'): ns3::Vector3D::x [variable]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3974
    cls.add_instance_attribute('x', 'double', is_const=False)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3975
    ## vector.h (module 'core'): ns3::Vector3D::y [variable]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3976
    cls.add_instance_attribute('y', 'double', is_const=False)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3977
    ## vector.h (module 'core'): ns3::Vector3D::z [variable]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3978
    cls.add_instance_attribute('z', 'double', is_const=False)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3979
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
  3980
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3981
def register_Ns3WifiHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3982
    ## wifi-helper.h (module 'wifi'): ns3::WifiHelper::WifiHelper(ns3::WifiHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3983
    cls.add_constructor([param('ns3::WifiHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3984
    ## wifi-helper.h (module 'wifi'): ns3::WifiHelper::WifiHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3985
    cls.add_constructor([])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  3986
    ## wifi-helper.h (module 'wifi'): int64_t ns3::WifiHelper::AssignStreams(ns3::NetDeviceContainer c, int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  3987
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  3988
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  3989
                   [param('ns3::NetDeviceContainer', 'c'), param('int64_t', 'stream')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3990
    ## wifi-helper.h (module 'wifi'): static ns3::WifiHelper ns3::WifiHelper::Default() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3991
    cls.add_method('Default', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3992
                   'ns3::WifiHelper', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3993
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3994
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3995
    ## wifi-helper.h (module 'wifi'): static void ns3::WifiHelper::EnableLogComponents() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3996
    cls.add_method('EnableLogComponents', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3997
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3998
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  3999
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4000
    ## wifi-helper.h (module 'wifi'): ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, ns3::NodeContainer c) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4001
    cls.add_method('Install', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4002
                   'ns3::NetDeviceContainer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4003
                   [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('ns3::NodeContainer', 'c')], 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  4004
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4005
    ## wifi-helper.h (module 'wifi'): ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, ns3::Ptr<ns3::Node> node) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4006
    cls.add_method('Install', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4007
                   'ns3::NetDeviceContainer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4008
                   [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('ns3::Ptr< ns3::Node >', 'node')], 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  4009
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4010
    ## wifi-helper.h (module 'wifi'): ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::WifiMacHelper const & mac, std::string nodeName) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4011
    cls.add_method('Install', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4012
                   'ns3::NetDeviceContainer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4013
                   [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::WifiMacHelper const &', 'mac'), param('std::string', 'nodeName')], 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  4014
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4015
    ## wifi-helper.h (module 'wifi'): void ns3::WifiHelper::SetRemoteStationManager(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4016
    cls.add_method('SetRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4017
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4018
                   [param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4019
    ## wifi-helper.h (module 'wifi'): void ns3::WifiHelper::SetStandard(ns3::WifiPhyStandard standard) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4020
    cls.add_method('SetStandard', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4021
                   'void', 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  4022
                   [param('ns3::WifiPhyStandard', 'standard')], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  4023
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4024
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4025
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4026
def register_Ns3WifiMacHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4027
    ## wifi-helper.h (module 'wifi'): ns3::WifiMacHelper::WifiMacHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4028
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4029
    ## wifi-helper.h (module 'wifi'): ns3::WifiMacHelper::WifiMacHelper(ns3::WifiMacHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4030
    cls.add_constructor([param('ns3::WifiMacHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4031
    ## wifi-helper.h (module 'wifi'): ns3::Ptr<ns3::WifiMac> ns3::WifiMacHelper::Create() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4032
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4033
                   'ns3::Ptr< ns3::WifiMac >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4034
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4035
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4036
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4037
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4038
def register_Ns3WifiMode_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4039
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4040
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4041
    ## wifi-mode.h (module 'wifi'): ns3::WifiMode::WifiMode(ns3::WifiMode const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4042
    cls.add_constructor([param('ns3::WifiMode const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4043
    ## wifi-mode.h (module 'wifi'): ns3::WifiMode::WifiMode() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4044
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4045
    ## wifi-mode.h (module 'wifi'): ns3::WifiMode::WifiMode(std::string name) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4046
    cls.add_constructor([param('std::string', 'name')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4047
    ## wifi-mode.h (module 'wifi'): uint32_t ns3::WifiMode::GetBandwidth() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4048
    cls.add_method('GetBandwidth', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4049
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4050
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4051
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4052
    ## wifi-mode.h (module 'wifi'): ns3::WifiCodeRate ns3::WifiMode::GetCodeRate() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4053
    cls.add_method('GetCodeRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4054
                   'ns3::WifiCodeRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4055
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4056
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4057
    ## wifi-mode.h (module 'wifi'): uint8_t ns3::WifiMode::GetConstellationSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4058
    cls.add_method('GetConstellationSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4059
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4060
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4061
                   is_const=True)
7537
375e4985e37a rescan wifi bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7483
diff changeset
  4062
    ## wifi-mode.h (module 'wifi'): uint64_t ns3::WifiMode::GetDataRate() const [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4063
    cls.add_method('GetDataRate', 
7537
375e4985e37a rescan wifi bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7483
diff changeset
  4064
                   'uint64_t', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4065
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4066
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4067
    ## wifi-mode.h (module 'wifi'): ns3::WifiModulationClass ns3::WifiMode::GetModulationClass() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4068
    cls.add_method('GetModulationClass', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4069
                   'ns3::WifiModulationClass', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4070
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4071
                   is_const=True)
7537
375e4985e37a rescan wifi bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7483
diff changeset
  4072
    ## wifi-mode.h (module 'wifi'): uint64_t ns3::WifiMode::GetPhyRate() const [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4073
    cls.add_method('GetPhyRate', 
7537
375e4985e37a rescan wifi bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7483
diff changeset
  4074
                   'uint64_t', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4075
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4076
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4077
    ## wifi-mode.h (module 'wifi'): uint32_t ns3::WifiMode::GetUid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4078
    cls.add_method('GetUid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4079
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4080
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4081
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4082
    ## wifi-mode.h (module 'wifi'): std::string ns3::WifiMode::GetUniqueName() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4083
    cls.add_method('GetUniqueName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4084
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4085
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4086
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4087
    ## wifi-mode.h (module 'wifi'): bool ns3::WifiMode::IsMandatory() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4088
    cls.add_method('IsMandatory', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4089
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4090
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4091
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4092
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4093
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4094
def register_Ns3WifiModeFactory_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4095
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeFactory::WifiModeFactory(ns3::WifiModeFactory const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4096
    cls.add_constructor([param('ns3::WifiModeFactory const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4097
    ## wifi-mode.h (module 'wifi'): static ns3::WifiMode ns3::WifiModeFactory::CreateWifiMode(std::string uniqueName, ns3::WifiModulationClass modClass, bool isMandatory, uint32_t bandwidth, uint32_t dataRate, ns3::WifiCodeRate codingRate, uint8_t constellationSize) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4098
    cls.add_method('CreateWifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4099
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4100
                   [param('std::string', 'uniqueName'), param('ns3::WifiModulationClass', 'modClass'), param('bool', 'isMandatory'), param('uint32_t', 'bandwidth'), param('uint32_t', 'dataRate'), param('ns3::WifiCodeRate', 'codingRate'), param('uint8_t', 'constellationSize')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4101
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4102
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4103
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4104
def register_Ns3WifiPhyHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4105
    ## wifi-helper.h (module 'wifi'): ns3::WifiPhyHelper::WifiPhyHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4106
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4107
    ## wifi-helper.h (module 'wifi'): ns3::WifiPhyHelper::WifiPhyHelper(ns3::WifiPhyHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4108
    cls.add_constructor([param('ns3::WifiPhyHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4109
    ## wifi-helper.h (module 'wifi'): ns3::Ptr<ns3::WifiPhy> ns3::WifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4110
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4111
                   'ns3::Ptr< ns3::WifiPhy >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4112
                   [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4113
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4114
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4115
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4116
def register_Ns3WifiPhyListener_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4117
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhyListener::WifiPhyListener() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4118
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4119
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhyListener::WifiPhyListener(ns3::WifiPhyListener const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4120
    cls.add_constructor([param('ns3::WifiPhyListener const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4121
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifyMaybeCcaBusyStart(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4122
    cls.add_method('NotifyMaybeCcaBusyStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4123
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4124
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4125
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4126
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifyRxEndError() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4127
    cls.add_method('NotifyRxEndError', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4128
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4129
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4130
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4131
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifyRxEndOk() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4132
    cls.add_method('NotifyRxEndOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4133
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4134
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4135
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4136
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifyRxStart(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4137
    cls.add_method('NotifyRxStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4138
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4139
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4140
                   is_pure_virtual=True, is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4141
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifySleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4142
    cls.add_method('NotifySleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4143
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4144
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4145
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4146
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifySwitchingStart(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4147
    cls.add_method('NotifySwitchingStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4148
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4149
                   [param('ns3::Time', 'duration')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4150
                   is_pure_virtual=True, is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4151
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifyTxStart(ns3::Time duration, double txPowerDbm) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4152
    cls.add_method('NotifyTxStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4153
                   'void', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4154
                   [param('ns3::Time', 'duration'), param('double', 'txPowerDbm')], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4155
                   is_pure_virtual=True, is_virtual=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4156
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhyListener::NotifyWakeup() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4157
    cls.add_method('NotifyWakeup', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4158
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  4159
                   [], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4160
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4161
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4162
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4163
def register_Ns3WifiRemoteStation_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4164
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation::WifiRemoteStation() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4165
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4166
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation::WifiRemoteStation(ns3::WifiRemoteStation const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4167
    cls.add_constructor([param('ns3::WifiRemoteStation const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4168
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation::m_slrc [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4169
    cls.add_instance_attribute('m_slrc', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4170
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation::m_ssrc [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4171
    cls.add_instance_attribute('m_ssrc', 'uint32_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4172
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation::m_state [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4173
    cls.add_instance_attribute('m_state', 'ns3::WifiRemoteStationState *', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4174
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation::m_tid [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4175
    cls.add_instance_attribute('m_tid', 'uint8_t', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4176
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4177
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4178
def register_Ns3WifiRemoteStationInfo_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4179
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationInfo::WifiRemoteStationInfo(ns3::WifiRemoteStationInfo const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4180
    cls.add_constructor([param('ns3::WifiRemoteStationInfo const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4181
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationInfo::WifiRemoteStationInfo() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4182
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4183
    ## wifi-remote-station-manager.h (module 'wifi'): double ns3::WifiRemoteStationInfo::GetFrameErrorRate() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4184
    cls.add_method('GetFrameErrorRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4185
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4186
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4187
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4188
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationInfo::NotifyTxFailed() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4189
    cls.add_method('NotifyTxFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4190
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4191
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4192
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationInfo::NotifyTxSuccess(uint32_t retryCounter) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4193
    cls.add_method('NotifyTxSuccess', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4194
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4195
                   [param('uint32_t', 'retryCounter')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4196
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4197
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4198
def register_Ns3WifiRemoteStationState_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4199
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::WifiRemoteStationState() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4200
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4201
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::WifiRemoteStationState(ns3::WifiRemoteStationState const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4202
    cls.add_constructor([param('ns3::WifiRemoteStationState const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4203
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_address [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4204
    cls.add_instance_attribute('m_address', 'ns3::Mac48Address', is_const=False)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4205
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_greenfield [variable]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4206
    cls.add_instance_attribute('m_greenfield', 'bool', is_const=False)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4207
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_info [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4208
    cls.add_instance_attribute('m_info', 'ns3::WifiRemoteStationInfo', is_const=False)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4209
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_operationalMcsSet [variable]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4210
    cls.add_instance_attribute('m_operationalMcsSet', 'ns3::WifiMcsList', is_const=False)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4211
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_operationalRateSet [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4212
    cls.add_instance_attribute('m_operationalRateSet', 'ns3::WifiModeList', is_const=False)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4213
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_rx [variable]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4214
    cls.add_instance_attribute('m_rx', 'uint32_t', is_const=False)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4215
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_shortGuardInterval [variable]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4216
    cls.add_instance_attribute('m_shortGuardInterval', 'bool', is_const=False)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4217
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_stbc [variable]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4218
    cls.add_instance_attribute('m_stbc', 'bool', is_const=False)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4219
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationState::m_tx [variable]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4220
    cls.add_instance_attribute('m_tx', 'uint32_t', is_const=False)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4221
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4222
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4223
def register_Ns3WifiTxVector_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4224
    cls.add_output_stream_operator()
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4225
    ## wifi-tx-vector.h (module 'wifi'): ns3::WifiTxVector::WifiTxVector(ns3::WifiTxVector const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4226
    cls.add_constructor([param('ns3::WifiTxVector const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4227
    ## wifi-tx-vector.h (module 'wifi'): ns3::WifiTxVector::WifiTxVector() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4228
    cls.add_constructor([])
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  4229
    ## wifi-tx-vector.h (module 'wifi'): ns3::WifiTxVector::WifiTxVector(ns3::WifiMode mode, uint8_t powerLevel, uint8_t retries, bool shortGuardInterval, uint8_t nss, uint8_t ness, bool stbc) [constructor]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  4230
    cls.add_constructor([param('ns3::WifiMode', 'mode'), param('uint8_t', 'powerLevel'), param('uint8_t', 'retries'), param('bool', 'shortGuardInterval'), param('uint8_t', 'nss'), param('uint8_t', 'ness'), param('bool', 'stbc')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4231
    ## wifi-tx-vector.h (module 'wifi'): ns3::WifiMode ns3::WifiTxVector::GetMode() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4232
    cls.add_method('GetMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4233
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4234
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4235
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4236
    ## wifi-tx-vector.h (module 'wifi'): uint8_t ns3::WifiTxVector::GetNess() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4237
    cls.add_method('GetNess', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4238
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4239
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4240
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4241
    ## wifi-tx-vector.h (module 'wifi'): uint8_t ns3::WifiTxVector::GetNss() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4242
    cls.add_method('GetNss', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4243
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4244
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4245
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4246
    ## wifi-tx-vector.h (module 'wifi'): uint8_t ns3::WifiTxVector::GetRetries() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4247
    cls.add_method('GetRetries', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4248
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4249
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4250
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4251
    ## wifi-tx-vector.h (module 'wifi'): uint8_t ns3::WifiTxVector::GetTxPowerLevel() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4252
    cls.add_method('GetTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4253
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4254
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4255
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4256
    ## wifi-tx-vector.h (module 'wifi'): bool ns3::WifiTxVector::IsShortGuardInterval() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4257
    cls.add_method('IsShortGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4258
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4259
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4260
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4261
    ## wifi-tx-vector.h (module 'wifi'): bool ns3::WifiTxVector::IsStbc() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4262
    cls.add_method('IsStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4263
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4264
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4265
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4266
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetMode(ns3::WifiMode mode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4267
    cls.add_method('SetMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4268
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4269
                   [param('ns3::WifiMode', 'mode')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4270
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetNess(uint8_t ness) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4271
    cls.add_method('SetNess', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4272
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4273
                   [param('uint8_t', 'ness')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4274
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetNss(uint8_t nss) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4275
    cls.add_method('SetNss', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4276
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4277
                   [param('uint8_t', 'nss')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4278
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetRetries(uint8_t retries) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4279
    cls.add_method('SetRetries', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4280
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4281
                   [param('uint8_t', 'retries')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4282
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetShortGuardInterval(bool guardinterval) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4283
    cls.add_method('SetShortGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4284
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4285
                   [param('bool', 'guardinterval')])
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  4286
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetStbc(bool stbc) [member function]
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4287
    cls.add_method('SetStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4288
                   'void', 
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  4289
                   [param('bool', 'stbc')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4290
    ## wifi-tx-vector.h (module 'wifi'): void ns3::WifiTxVector::SetTxPowerLevel(uint8_t powerlevel) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4291
    cls.add_method('SetTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4292
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4293
                   [param('uint8_t', 'powerlevel')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4294
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4295
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4296
def register_Ns3YansWifiChannelHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4297
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiChannelHelper::YansWifiChannelHelper(ns3::YansWifiChannelHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4298
    cls.add_constructor([param('ns3::YansWifiChannelHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4299
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiChannelHelper::YansWifiChannelHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4300
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4301
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiChannelHelper::AddPropagationLoss(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4302
    cls.add_method('AddPropagationLoss', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4303
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4304
                   [param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
9011
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  4305
    ## yans-wifi-helper.h (module 'wifi'): int64_t ns3::YansWifiChannelHelper::AssignStreams(ns3::Ptr<ns3::YansWifiChannel> c, int64_t stream) [member function]
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  4306
    cls.add_method('AssignStreams', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  4307
                   'int64_t', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
  4308
                   [param('ns3::Ptr< ns3::YansWifiChannel >', 'c'), param('int64_t', 'stream')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4309
    ## yans-wifi-helper.h (module 'wifi'): ns3::Ptr<ns3::YansWifiChannel> ns3::YansWifiChannelHelper::Create() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4310
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4311
                   'ns3::Ptr< ns3::YansWifiChannel >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4312
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4313
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4314
    ## yans-wifi-helper.h (module 'wifi'): static ns3::YansWifiChannelHelper ns3::YansWifiChannelHelper::Default() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4315
    cls.add_method('Default', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4316
                   'ns3::YansWifiChannelHelper', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4317
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4318
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4319
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiChannelHelper::SetPropagationDelay(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4320
    cls.add_method('SetPropagationDelay', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4321
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4322
                   [param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4323
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4324
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4325
def register_Ns3YansWifiPhyHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4326
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiPhyHelper::YansWifiPhyHelper(ns3::YansWifiPhyHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4327
    cls.add_constructor([param('ns3::YansWifiPhyHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4328
    ## yans-wifi-helper.h (module 'wifi'): ns3::YansWifiPhyHelper::YansWifiPhyHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4329
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4330
    ## yans-wifi-helper.h (module 'wifi'): static ns3::YansWifiPhyHelper ns3::YansWifiPhyHelper::Default() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4331
    cls.add_method('Default', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4332
                   'ns3::YansWifiPhyHelper', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4333
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4334
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4335
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::Set(std::string name, ns3::AttributeValue const & v) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4336
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4337
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4338
                   [param('std::string', 'name'), param('ns3::AttributeValue const &', 'v')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4339
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::SetChannel(ns3::Ptr<ns3::YansWifiChannel> channel) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4340
    cls.add_method('SetChannel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4341
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4342
                   [param('ns3::Ptr< ns3::YansWifiChannel >', 'channel')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4343
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::SetChannel(std::string channelName) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4344
    cls.add_method('SetChannel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4345
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4346
                   [param('std::string', 'channelName')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4347
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::SetErrorRateModel(std::string name, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4348
    cls.add_method('SetErrorRateModel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4349
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4350
                   [param('std::string', 'name'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4351
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::SetPcapDataLinkType(ns3::YansWifiPhyHelper::SupportedPcapDataLinkTypes dlt) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4352
    cls.add_method('SetPcapDataLinkType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4353
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4354
                   [param('ns3::YansWifiPhyHelper::SupportedPcapDataLinkTypes', 'dlt')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4355
    ## yans-wifi-helper.h (module 'wifi'): ns3::Ptr<ns3::WifiPhy> ns3::YansWifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4356
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4357
                   'ns3::Ptr< ns3::WifiPhy >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4358
                   [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4359
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4360
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::EnableAsciiInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4361
    cls.add_method('EnableAsciiInternal', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4362
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4363
                   [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4364
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4365
    ## yans-wifi-helper.h (module 'wifi'): void ns3::YansWifiPhyHelper::EnablePcapInternal(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous, bool explicitFilename) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4366
    cls.add_method('EnablePcapInternal', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4367
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4368
                   [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous'), param('bool', 'explicitFilename')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4369
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4370
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4371
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4372
def register_Ns3Empty_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4373
    ## empty.h (module 'core'): ns3::empty::empty() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4374
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4375
    ## empty.h (module 'core'): ns3::empty::empty(ns3::empty const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4376
    cls.add_constructor([param('ns3::empty const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4377
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4378
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4379
def register_Ns3Int64x64_t_methods(root_module, cls):
10795
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
  4380
    cls.add_binary_comparison_operator('<=')
10236
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
  4381
    cls.add_binary_comparison_operator('!=')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4382
    cls.add_inplace_numeric_operator('+=', param('ns3::int64x64_t const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4383
    cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4384
    cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4385
    cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', u'right'))
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4386
    cls.add_unary_numeric_operator('-')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4387
    cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', u'right'))
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4388
    cls.add_binary_comparison_operator('<')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4389
    cls.add_binary_comparison_operator('>')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4390
    cls.add_inplace_numeric_operator('*=', param('ns3::int64x64_t const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4391
    cls.add_inplace_numeric_operator('-=', param('ns3::int64x64_t const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  4392
    cls.add_inplace_numeric_operator('/=', param('ns3::int64x64_t const &', u'right'))
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4393
    cls.add_output_stream_operator()
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4394
    cls.add_binary_comparison_operator('==')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4395
    cls.add_binary_comparison_operator('>=')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4396
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t() [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4397
    cls.add_constructor([])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4398
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(double v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4399
    cls.add_constructor([param('double', 'v')])
10601
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  4400
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long double v) [constructor]
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  4401
    cls.add_constructor([param('long double', 'v')])
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4402
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4403
    cls.add_constructor([param('int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4404
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4405
    cls.add_constructor([param('long int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4406
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long long int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4407
    cls.add_constructor([param('long long int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4408
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(unsigned int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4409
    cls.add_constructor([param('unsigned int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4410
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long unsigned int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4411
    cls.add_constructor([param('long unsigned int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4412
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long long unsigned int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4413
    cls.add_constructor([param('long long unsigned int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4414
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(int64_t hi, uint64_t lo) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4415
    cls.add_constructor([param('int64_t', 'hi'), param('uint64_t', 'lo')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4416
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(ns3::int64x64_t const & o) [copy constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4417
    cls.add_constructor([param('ns3::int64x64_t const &', 'o')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4418
    ## int64x64-double.h (module 'core'): double ns3::int64x64_t::GetDouble() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4419
    cls.add_method('GetDouble', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4420
                   'double', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4421
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4422
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4423
    ## int64x64-double.h (module 'core'): int64_t ns3::int64x64_t::GetHigh() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4424
    cls.add_method('GetHigh', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4425
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4426
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4427
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4428
    ## int64x64-double.h (module 'core'): uint64_t ns3::int64x64_t::GetLow() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4429
    cls.add_method('GetLow', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4430
                   'uint64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4431
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4432
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4433
    ## int64x64-double.h (module 'core'): static ns3::int64x64_t ns3::int64x64_t::Invert(uint64_t v) [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4434
    cls.add_method('Invert', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4435
                   'ns3::int64x64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4436
                   [param('uint64_t', 'v')], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4437
                   is_static=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4438
    ## int64x64-double.h (module 'core'): void ns3::int64x64_t::MulByInvert(ns3::int64x64_t const & o) [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4439
    cls.add_method('MulByInvert', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4440
                   'void', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4441
                   [param('ns3::int64x64_t const &', 'o')])
10601
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  4442
    ## int64x64-double.h (module 'core'): ns3::int64x64_t::implementation [variable]
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  4443
    cls.add_static_attribute('implementation', 'ns3::int64x64_t::impl_type const', is_const=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4444
    return
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  4445
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4446
def register_Ns3Chunk_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4447
    ## chunk.h (module 'network'): ns3::Chunk::Chunk() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4448
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4449
    ## chunk.h (module 'network'): ns3::Chunk::Chunk(ns3::Chunk const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4450
    cls.add_constructor([param('ns3::Chunk const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4451
    ## chunk.h (module 'network'): uint32_t ns3::Chunk::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4452
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4453
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4454
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4455
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4456
    ## chunk.h (module 'network'): static ns3::TypeId ns3::Chunk::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4457
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4458
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4459
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4460
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4461
    ## chunk.h (module 'network'): void ns3::Chunk::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4462
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4463
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4464
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4465
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4466
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4467
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4468
def register_Ns3Header_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4469
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4470
    ## header.h (module 'network'): ns3::Header::Header() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4471
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4472
    ## header.h (module 'network'): ns3::Header::Header(ns3::Header const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4473
    cls.add_constructor([param('ns3::Header const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4474
    ## header.h (module 'network'): uint32_t ns3::Header::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4475
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4476
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4477
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4478
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4479
    ## header.h (module 'network'): uint32_t ns3::Header::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4480
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4481
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4482
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4483
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4484
    ## header.h (module 'network'): static ns3::TypeId ns3::Header::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4485
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4486
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4487
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4488
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4489
    ## header.h (module 'network'): void ns3::Header::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4490
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4491
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4492
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4493
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4494
    ## header.h (module 'network'): void ns3::Header::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4495
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4496
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4497
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4498
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4499
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4500
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4501
def register_Ns3MgtAddBaRequestHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4502
    ## mgt-headers.h (module 'wifi'): ns3::MgtAddBaRequestHeader::MgtAddBaRequestHeader(ns3::MgtAddBaRequestHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4503
    cls.add_constructor([param('ns3::MgtAddBaRequestHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4504
    ## mgt-headers.h (module 'wifi'): ns3::MgtAddBaRequestHeader::MgtAddBaRequestHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4505
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4506
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAddBaRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4507
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4508
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4509
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4510
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4511
    ## mgt-headers.h (module 'wifi'): uint16_t ns3::MgtAddBaRequestHeader::GetBufferSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4512
    cls.add_method('GetBufferSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4513
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4514
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4515
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4516
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtAddBaRequestHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4517
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4518
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4519
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4520
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4521
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAddBaRequestHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4522
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4523
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4524
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4525
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4526
    ## mgt-headers.h (module 'wifi'): uint16_t ns3::MgtAddBaRequestHeader::GetStartingSequence() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4527
    cls.add_method('GetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4528
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4529
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4530
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4531
    ## mgt-headers.h (module 'wifi'): uint8_t ns3::MgtAddBaRequestHeader::GetTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4532
    cls.add_method('GetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4533
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4534
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4535
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4536
    ## mgt-headers.h (module 'wifi'): uint16_t ns3::MgtAddBaRequestHeader::GetTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4537
    cls.add_method('GetTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4538
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4539
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4540
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4541
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtAddBaRequestHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4542
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4543
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4544
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4545
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4546
    ## mgt-headers.h (module 'wifi'): bool ns3::MgtAddBaRequestHeader::IsAmsduSupported() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4547
    cls.add_method('IsAmsduSupported', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4548
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4549
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4550
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4551
    ## mgt-headers.h (module 'wifi'): bool ns3::MgtAddBaRequestHeader::IsImmediateBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4552
    cls.add_method('IsImmediateBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4553
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4554
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4555
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4556
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4557
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4558
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4559
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4560
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4561
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4562
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4563
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4564
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4565
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4566
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetAmsduSupport(bool supported) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4567
    cls.add_method('SetAmsduSupport', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4568
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4569
                   [param('bool', 'supported')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4570
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetBufferSize(uint16_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4571
    cls.add_method('SetBufferSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4572
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4573
                   [param('uint16_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4574
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetDelayedBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4575
    cls.add_method('SetDelayedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4576
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4577
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4578
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetImmediateBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4579
    cls.add_method('SetImmediateBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4580
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4581
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4582
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetStartingSequence(uint16_t seq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4583
    cls.add_method('SetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4584
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4585
                   [param('uint16_t', 'seq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4586
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetTid(uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4587
    cls.add_method('SetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4588
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4589
                   [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4590
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaRequestHeader::SetTimeout(uint16_t timeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4591
    cls.add_method('SetTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4592
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4593
                   [param('uint16_t', 'timeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4594
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4595
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4596
def register_Ns3MgtAddBaResponseHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4597
    ## mgt-headers.h (module 'wifi'): ns3::MgtAddBaResponseHeader::MgtAddBaResponseHeader(ns3::MgtAddBaResponseHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4598
    cls.add_constructor([param('ns3::MgtAddBaResponseHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4599
    ## mgt-headers.h (module 'wifi'): ns3::MgtAddBaResponseHeader::MgtAddBaResponseHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4600
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4601
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAddBaResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4602
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4603
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4604
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4605
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4606
    ## mgt-headers.h (module 'wifi'): uint16_t ns3::MgtAddBaResponseHeader::GetBufferSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4607
    cls.add_method('GetBufferSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4608
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4609
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4610
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4611
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtAddBaResponseHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4612
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4613
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4614
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4615
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4616
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAddBaResponseHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4617
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4618
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4619
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4620
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4621
    ## mgt-headers.h (module 'wifi'): ns3::StatusCode ns3::MgtAddBaResponseHeader::GetStatusCode() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4622
    cls.add_method('GetStatusCode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4623
                   'ns3::StatusCode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4624
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4625
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4626
    ## mgt-headers.h (module 'wifi'): uint8_t ns3::MgtAddBaResponseHeader::GetTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4627
    cls.add_method('GetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4628
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4629
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4630
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4631
    ## mgt-headers.h (module 'wifi'): uint16_t ns3::MgtAddBaResponseHeader::GetTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4632
    cls.add_method('GetTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4633
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4634
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4635
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4636
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtAddBaResponseHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4637
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4638
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4639
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4640
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4641
    ## mgt-headers.h (module 'wifi'): bool ns3::MgtAddBaResponseHeader::IsAmsduSupported() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4642
    cls.add_method('IsAmsduSupported', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4643
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4644
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4645
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4646
    ## mgt-headers.h (module 'wifi'): bool ns3::MgtAddBaResponseHeader::IsImmediateBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4647
    cls.add_method('IsImmediateBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4648
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4649
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4650
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4651
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4652
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4653
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4654
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4655
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4656
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4657
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4658
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4659
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4660
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4661
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetAmsduSupport(bool supported) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4662
    cls.add_method('SetAmsduSupport', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4663
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4664
                   [param('bool', 'supported')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4665
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetBufferSize(uint16_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4666
    cls.add_method('SetBufferSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4667
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4668
                   [param('uint16_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4669
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetDelayedBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4670
    cls.add_method('SetDelayedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4671
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4672
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4673
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetImmediateBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4674
    cls.add_method('SetImmediateBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4675
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4676
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4677
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetStatusCode(ns3::StatusCode code) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4678
    cls.add_method('SetStatusCode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4679
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4680
                   [param('ns3::StatusCode', 'code')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4681
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetTid(uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4682
    cls.add_method('SetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4683
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4684
                   [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4685
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAddBaResponseHeader::SetTimeout(uint16_t timeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4686
    cls.add_method('SetTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4687
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4688
                   [param('uint16_t', 'timeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4689
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4690
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4691
def register_Ns3MgtAssocRequestHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4692
    ## mgt-headers.h (module 'wifi'): ns3::MgtAssocRequestHeader::MgtAssocRequestHeader(ns3::MgtAssocRequestHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4693
    cls.add_constructor([param('ns3::MgtAssocRequestHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4694
    ## mgt-headers.h (module 'wifi'): ns3::MgtAssocRequestHeader::MgtAssocRequestHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4695
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4696
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAssocRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4697
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4698
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4699
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4700
                   is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4701
    ## mgt-headers.h (module 'wifi'): ns3::HtCapabilities ns3::MgtAssocRequestHeader::GetHtCapabilities() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4702
    cls.add_method('GetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4703
                   'ns3::HtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4704
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4705
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4706
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtAssocRequestHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4707
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4708
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4709
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4710
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4711
    ## mgt-headers.h (module 'wifi'): uint16_t ns3::MgtAssocRequestHeader::GetListenInterval() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4712
    cls.add_method('GetListenInterval', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4713
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4714
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4715
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4716
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAssocRequestHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4717
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4718
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4719
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4720
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4721
    ## mgt-headers.h (module 'wifi'): ns3::Ssid ns3::MgtAssocRequestHeader::GetSsid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4722
    cls.add_method('GetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4723
                   'ns3::Ssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4724
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4725
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4726
    ## mgt-headers.h (module 'wifi'): ns3::SupportedRates ns3::MgtAssocRequestHeader::GetSupportedRates() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4727
    cls.add_method('GetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4728
                   'ns3::SupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4729
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4730
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4731
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtAssocRequestHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4732
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4733
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4734
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4735
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4736
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocRequestHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4737
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4738
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4739
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4740
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4741
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4742
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4743
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4744
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4745
                   is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4746
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocRequestHeader::SetHtCapabilities(ns3::HtCapabilities htcapabilities) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4747
    cls.add_method('SetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4748
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4749
                   [param('ns3::HtCapabilities', 'htcapabilities')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4750
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocRequestHeader::SetListenInterval(uint16_t interval) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4751
    cls.add_method('SetListenInterval', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4752
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4753
                   [param('uint16_t', 'interval')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4754
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocRequestHeader::SetSsid(ns3::Ssid ssid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4755
    cls.add_method('SetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4756
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4757
                   [param('ns3::Ssid', 'ssid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4758
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocRequestHeader::SetSupportedRates(ns3::SupportedRates rates) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4759
    cls.add_method('SetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4760
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4761
                   [param('ns3::SupportedRates', 'rates')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4762
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4763
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4764
def register_Ns3MgtAssocResponseHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4765
    ## mgt-headers.h (module 'wifi'): ns3::MgtAssocResponseHeader::MgtAssocResponseHeader(ns3::MgtAssocResponseHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4766
    cls.add_constructor([param('ns3::MgtAssocResponseHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4767
    ## mgt-headers.h (module 'wifi'): ns3::MgtAssocResponseHeader::MgtAssocResponseHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4768
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4769
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAssocResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4770
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4771
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4772
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4773
                   is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4774
    ## mgt-headers.h (module 'wifi'): ns3::HtCapabilities ns3::MgtAssocResponseHeader::GetHtCapabilities() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4775
    cls.add_method('GetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4776
                   'ns3::HtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4777
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4778
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4779
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtAssocResponseHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4780
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4781
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4782
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4783
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4784
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtAssocResponseHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4785
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4786
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4787
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4788
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4789
    ## mgt-headers.h (module 'wifi'): ns3::StatusCode ns3::MgtAssocResponseHeader::GetStatusCode() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4790
    cls.add_method('GetStatusCode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4791
                   'ns3::StatusCode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4792
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4793
    ## mgt-headers.h (module 'wifi'): ns3::SupportedRates ns3::MgtAssocResponseHeader::GetSupportedRates() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4794
    cls.add_method('GetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4795
                   'ns3::SupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4796
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4797
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtAssocResponseHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4798
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4799
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4800
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4801
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4802
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocResponseHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4803
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4804
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4805
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4806
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4807
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4808
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4809
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4810
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4811
                   is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4812
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocResponseHeader::SetHtCapabilities(ns3::HtCapabilities htcapabilities) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4813
    cls.add_method('SetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4814
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4815
                   [param('ns3::HtCapabilities', 'htcapabilities')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4816
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocResponseHeader::SetStatusCode(ns3::StatusCode code) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4817
    cls.add_method('SetStatusCode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4818
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4819
                   [param('ns3::StatusCode', 'code')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4820
    ## mgt-headers.h (module 'wifi'): void ns3::MgtAssocResponseHeader::SetSupportedRates(ns3::SupportedRates rates) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4821
    cls.add_method('SetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4822
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4823
                   [param('ns3::SupportedRates', 'rates')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4824
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4825
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4826
def register_Ns3MgtDelBaHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4827
    ## mgt-headers.h (module 'wifi'): ns3::MgtDelBaHeader::MgtDelBaHeader(ns3::MgtDelBaHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4828
    cls.add_constructor([param('ns3::MgtDelBaHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4829
    ## mgt-headers.h (module 'wifi'): ns3::MgtDelBaHeader::MgtDelBaHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4830
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4831
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtDelBaHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4832
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4833
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4834
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4835
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4836
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtDelBaHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4837
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4838
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4839
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4840
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4841
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtDelBaHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4842
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4843
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4844
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4845
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4846
    ## mgt-headers.h (module 'wifi'): uint8_t ns3::MgtDelBaHeader::GetTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4847
    cls.add_method('GetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4848
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4849
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4850
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4851
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtDelBaHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4852
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4853
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4854
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4855
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4856
    ## mgt-headers.h (module 'wifi'): bool ns3::MgtDelBaHeader::IsByOriginator() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4857
    cls.add_method('IsByOriginator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4858
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4859
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4860
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4861
    ## mgt-headers.h (module 'wifi'): void ns3::MgtDelBaHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4862
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4863
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4864
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4865
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4866
    ## mgt-headers.h (module 'wifi'): void ns3::MgtDelBaHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4867
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4868
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4869
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4870
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4871
    ## mgt-headers.h (module 'wifi'): void ns3::MgtDelBaHeader::SetByOriginator() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4872
    cls.add_method('SetByOriginator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4873
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4874
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4875
    ## mgt-headers.h (module 'wifi'): void ns3::MgtDelBaHeader::SetByRecipient() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4876
    cls.add_method('SetByRecipient', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4877
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4878
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4879
    ## mgt-headers.h (module 'wifi'): void ns3::MgtDelBaHeader::SetTid(uint8_t arg0) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4880
    cls.add_method('SetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4881
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4882
                   [param('uint8_t', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4883
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4884
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4885
def register_Ns3MgtProbeRequestHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4886
    ## mgt-headers.h (module 'wifi'): ns3::MgtProbeRequestHeader::MgtProbeRequestHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4887
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4888
    ## mgt-headers.h (module 'wifi'): ns3::MgtProbeRequestHeader::MgtProbeRequestHeader(ns3::MgtProbeRequestHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4889
    cls.add_constructor([param('ns3::MgtProbeRequestHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4890
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtProbeRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4891
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4892
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4893
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4894
                   is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4895
    ## mgt-headers.h (module 'wifi'): ns3::HtCapabilities ns3::MgtProbeRequestHeader::GetHtCapabilities() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4896
    cls.add_method('GetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4897
                   'ns3::HtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4898
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4899
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4900
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtProbeRequestHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4901
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4902
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4903
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4904
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4905
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtProbeRequestHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4906
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4907
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4908
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4909
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4910
    ## mgt-headers.h (module 'wifi'): ns3::Ssid ns3::MgtProbeRequestHeader::GetSsid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4911
    cls.add_method('GetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4912
                   'ns3::Ssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4913
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4914
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4915
    ## mgt-headers.h (module 'wifi'): ns3::SupportedRates ns3::MgtProbeRequestHeader::GetSupportedRates() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4916
    cls.add_method('GetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4917
                   'ns3::SupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4918
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4919
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4920
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtProbeRequestHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4921
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4922
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4923
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4924
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4925
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeRequestHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4926
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4927
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4928
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4929
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4930
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4931
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4932
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4933
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4934
                   is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4935
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeRequestHeader::SetHtCapabilities(ns3::HtCapabilities htcapabilities) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4936
    cls.add_method('SetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4937
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4938
                   [param('ns3::HtCapabilities', 'htcapabilities')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4939
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeRequestHeader::SetSsid(ns3::Ssid ssid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4940
    cls.add_method('SetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4941
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4942
                   [param('ns3::Ssid', 'ssid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4943
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeRequestHeader::SetSupportedRates(ns3::SupportedRates rates) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4944
    cls.add_method('SetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4945
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4946
                   [param('ns3::SupportedRates', 'rates')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4947
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4948
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4949
def register_Ns3MgtProbeResponseHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4950
    ## mgt-headers.h (module 'wifi'): ns3::MgtProbeResponseHeader::MgtProbeResponseHeader(ns3::MgtProbeResponseHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4951
    cls.add_constructor([param('ns3::MgtProbeResponseHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4952
    ## mgt-headers.h (module 'wifi'): ns3::MgtProbeResponseHeader::MgtProbeResponseHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4953
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4954
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtProbeResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4955
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4956
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4957
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4958
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4959
    ## mgt-headers.h (module 'wifi'): uint64_t ns3::MgtProbeResponseHeader::GetBeaconIntervalUs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4960
    cls.add_method('GetBeaconIntervalUs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4961
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4962
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4963
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4964
    ## mgt-headers.h (module 'wifi'): ns3::HtCapabilities ns3::MgtProbeResponseHeader::GetHtCapabilities() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4965
    cls.add_method('GetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4966
                   'ns3::HtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4967
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  4968
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4969
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::MgtProbeResponseHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4970
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4971
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4972
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4973
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4974
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::MgtProbeResponseHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4975
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4976
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4977
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4978
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4979
    ## mgt-headers.h (module 'wifi'): ns3::Ssid ns3::MgtProbeResponseHeader::GetSsid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4980
    cls.add_method('GetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4981
                   'ns3::Ssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4982
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4983
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4984
    ## mgt-headers.h (module 'wifi'): ns3::SupportedRates ns3::MgtProbeResponseHeader::GetSupportedRates() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4985
    cls.add_method('GetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4986
                   'ns3::SupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4987
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4988
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4989
    ## mgt-headers.h (module 'wifi'): uint64_t ns3::MgtProbeResponseHeader::GetTimestamp() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4990
    cls.add_method('GetTimestamp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4991
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4992
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4993
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::MgtProbeResponseHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4994
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4995
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4996
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4997
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4998
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeResponseHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  4999
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5000
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5001
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5002
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5003
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5004
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5005
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5006
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5007
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5008
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeResponseHeader::SetBeaconIntervalUs(uint64_t us) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5009
    cls.add_method('SetBeaconIntervalUs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5010
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5011
                   [param('uint64_t', 'us')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5012
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeResponseHeader::SetHtCapabilities(ns3::HtCapabilities htcapabilities) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5013
    cls.add_method('SetHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5014
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5015
                   [param('ns3::HtCapabilities', 'htcapabilities')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5016
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeResponseHeader::SetSsid(ns3::Ssid ssid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5017
    cls.add_method('SetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5018
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5019
                   [param('ns3::Ssid', 'ssid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5020
    ## mgt-headers.h (module 'wifi'): void ns3::MgtProbeResponseHeader::SetSupportedRates(ns3::SupportedRates rates) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5021
    cls.add_method('SetSupportedRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5022
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5023
                   [param('ns3::SupportedRates', 'rates')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5024
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5025
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5026
def register_Ns3NqosWifiMacHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5027
    ## nqos-wifi-mac-helper.h (module 'wifi'): ns3::NqosWifiMacHelper::NqosWifiMacHelper(ns3::NqosWifiMacHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5028
    cls.add_constructor([param('ns3::NqosWifiMacHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5029
    ## nqos-wifi-mac-helper.h (module 'wifi'): ns3::NqosWifiMacHelper::NqosWifiMacHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5030
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5031
    ## nqos-wifi-mac-helper.h (module 'wifi'): static ns3::NqosWifiMacHelper ns3::NqosWifiMacHelper::Default() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5032
    cls.add_method('Default', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5033
                   'ns3::NqosWifiMacHelper', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5034
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5035
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5036
    ## nqos-wifi-mac-helper.h (module 'wifi'): void ns3::NqosWifiMacHelper::SetType(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5037
    cls.add_method('SetType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5038
                   'void', 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  5039
                   [param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  5040
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5041
    ## nqos-wifi-mac-helper.h (module 'wifi'): ns3::Ptr<ns3::WifiMac> ns3::NqosWifiMacHelper::Create() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5042
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5043
                   'ns3::Ptr< ns3::WifiMac >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5044
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5045
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5046
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5047
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5048
def register_Ns3Object_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5049
    ## object.h (module 'core'): ns3::Object::Object() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5050
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5051
    ## object.h (module 'core'): void ns3::Object::AggregateObject(ns3::Ptr<ns3::Object> other) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5052
    cls.add_method('AggregateObject', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5053
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5054
                   [param('ns3::Ptr< ns3::Object >', 'other')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5055
    ## object.h (module 'core'): void ns3::Object::Dispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5056
    cls.add_method('Dispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5057
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5058
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5059
    ## object.h (module 'core'): ns3::Object::AggregateIterator ns3::Object::GetAggregateIterator() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5060
    cls.add_method('GetAggregateIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5061
                   'ns3::Object::AggregateIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5062
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5063
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5064
    ## object.h (module 'core'): ns3::TypeId ns3::Object::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5065
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5066
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5067
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5068
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5069
    ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5070
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5071
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5072
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5073
                   is_static=True)
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
  5074
    ## object.h (module 'core'): void ns3::Object::Initialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
  5075
    cls.add_method('Initialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5076
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5077
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5078
    ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5079
    cls.add_constructor([param('ns3::Object const &', 'o')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5080
                        visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5081
    ## object.h (module 'core'): void ns3::Object::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5082
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5083
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5084
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5085
                   visibility='protected', is_virtual=True)
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
  5086
    ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
  5087
    cls.add_method('DoInitialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5088
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5089
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5090
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5091
    ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5092
    cls.add_method('NotifyNewAggregate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5093
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5094
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5095
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5096
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5097
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5098
def register_Ns3ObjectAggregateIterator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5099
    ## object.h (module 'core'): ns3::Object::AggregateIterator::AggregateIterator(ns3::Object::AggregateIterator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5100
    cls.add_constructor([param('ns3::Object::AggregateIterator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5101
    ## object.h (module 'core'): ns3::Object::AggregateIterator::AggregateIterator() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5102
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5103
    ## object.h (module 'core'): bool ns3::Object::AggregateIterator::HasNext() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5104
    cls.add_method('HasNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5105
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5106
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5107
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5108
    ## object.h (module 'core'): ns3::Ptr<ns3::Object const> ns3::Object::AggregateIterator::Next() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5109
    cls.add_method('Next', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5110
                   'ns3::Ptr< ns3::Object const >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5111
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5112
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5113
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5114
def register_Ns3PcapFileWrapper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5115
    ## pcap-file-wrapper.h (module 'network'): static ns3::TypeId ns3::PcapFileWrapper::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5116
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5117
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5118
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5119
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5120
    ## pcap-file-wrapper.h (module 'network'): ns3::PcapFileWrapper::PcapFileWrapper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5121
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5122
    ## pcap-file-wrapper.h (module 'network'): bool ns3::PcapFileWrapper::Fail() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5123
    cls.add_method('Fail', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5124
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5125
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5126
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5127
    ## pcap-file-wrapper.h (module 'network'): bool ns3::PcapFileWrapper::Eof() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5128
    cls.add_method('Eof', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5129
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5130
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5131
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5132
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Clear() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5133
    cls.add_method('Clear', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5134
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5135
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5136
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Open(std::string const & filename, std::_Ios_Openmode mode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5137
    cls.add_method('Open', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5138
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5139
                   [param('std::string const &', 'filename'), param('std::_Ios_Openmode', 'mode')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5140
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Close() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5141
    cls.add_method('Close', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5142
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5143
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5144
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Init(uint32_t dataLinkType, uint32_t snapLen=std::numeric_limits<unsigned int>::max(), int32_t tzCorrection=ns3::PcapFile::ZONE_DEFAULT) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5145
    cls.add_method('Init', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5146
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5147
                   [param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='std::numeric_limits<unsigned int>::max()'), param('int32_t', 'tzCorrection', default_value='ns3::PcapFile::ZONE_DEFAULT')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5148
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Write(ns3::Time t, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5149
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5150
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5151
                   [param('ns3::Time', 't'), param('ns3::Ptr< ns3::Packet const >', 'p')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5152
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Write(ns3::Time t, ns3::Header & header, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5153
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5154
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5155
                   [param('ns3::Time', 't'), param('ns3::Header &', 'header'), param('ns3::Ptr< ns3::Packet const >', 'p')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5156
    ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Write(ns3::Time t, uint8_t const * buffer, uint32_t length) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5157
    cls.add_method('Write', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5158
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5159
                   [param('ns3::Time', 't'), param('uint8_t const *', 'buffer'), param('uint32_t', 'length')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5160
    ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetMagic() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5161
    cls.add_method('GetMagic', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5162
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5163
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5164
    ## pcap-file-wrapper.h (module 'network'): uint16_t ns3::PcapFileWrapper::GetVersionMajor() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5165
    cls.add_method('GetVersionMajor', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5166
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5167
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5168
    ## pcap-file-wrapper.h (module 'network'): uint16_t ns3::PcapFileWrapper::GetVersionMinor() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5169
    cls.add_method('GetVersionMinor', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5170
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5171
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5172
    ## pcap-file-wrapper.h (module 'network'): int32_t ns3::PcapFileWrapper::GetTimeZoneOffset() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5173
    cls.add_method('GetTimeZoneOffset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5174
                   'int32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5175
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5176
    ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetSigFigs() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5177
    cls.add_method('GetSigFigs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5178
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5179
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5180
    ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetSnapLen() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5181
    cls.add_method('GetSnapLen', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5182
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5183
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5184
    ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetDataLinkType() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5185
    cls.add_method('GetDataLinkType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5186
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5187
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5188
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5189
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5190
def register_Ns3PropagationDelayModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5191
    ## propagation-delay-model.h (module 'propagation'): ns3::PropagationDelayModel::PropagationDelayModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5192
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5193
    ## propagation-delay-model.h (module 'propagation'): ns3::PropagationDelayModel::PropagationDelayModel(ns3::PropagationDelayModel const & arg0) [copy constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5194
    cls.add_constructor([param('ns3::PropagationDelayModel const &', 'arg0')])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5195
    ## propagation-delay-model.h (module 'propagation'): int64_t ns3::PropagationDelayModel::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5196
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5197
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5198
                   [param('int64_t', 'stream')])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5199
    ## propagation-delay-model.h (module 'propagation'): ns3::Time ns3::PropagationDelayModel::GetDelay(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5200
    cls.add_method('GetDelay', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5201
                   'ns3::Time', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5202
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5203
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5204
    ## propagation-delay-model.h (module 'propagation'): static ns3::TypeId ns3::PropagationDelayModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5205
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5206
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5207
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5208
                   is_static=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5209
    ## propagation-delay-model.h (module 'propagation'): int64_t ns3::PropagationDelayModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5210
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5211
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5212
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5213
                   is_pure_virtual=True, visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5214
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5215
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5216
def register_Ns3PropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5217
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::PropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5218
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5219
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5220
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5221
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5222
    ## propagation-loss-model.h (module 'propagation'): ns3::PropagationLossModel::PropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5223
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5224
    ## propagation-loss-model.h (module 'propagation'): void ns3::PropagationLossModel::SetNext(ns3::Ptr<ns3::PropagationLossModel> next) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5225
    cls.add_method('SetNext', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5226
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5227
                   [param('ns3::Ptr< ns3::PropagationLossModel >', 'next')])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5228
    ## propagation-loss-model.h (module 'propagation'): ns3::Ptr<ns3::PropagationLossModel> ns3::PropagationLossModel::GetNext() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5229
    cls.add_method('GetNext', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5230
                   'ns3::Ptr< ns3::PropagationLossModel >', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5231
                   [])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5232
    ## propagation-loss-model.h (module 'propagation'): double ns3::PropagationLossModel::CalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5233
    cls.add_method('CalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5234
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5235
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5236
                   is_const=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5237
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::PropagationLossModel::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5238
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5239
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5240
                   [param('int64_t', 'stream')])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5241
    ## propagation-loss-model.h (module 'propagation'): double ns3::PropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5242
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5243
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5244
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5245
                   is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5246
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::PropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5247
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5248
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5249
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5250
                   is_pure_virtual=True, visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5251
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5252
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5253
def register_Ns3QosTag_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5254
    ## qos-tag.h (module 'wifi'): ns3::QosTag::QosTag(ns3::QosTag const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5255
    cls.add_constructor([param('ns3::QosTag const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5256
    ## qos-tag.h (module 'wifi'): ns3::QosTag::QosTag() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5257
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5258
    ## qos-tag.h (module 'wifi'): ns3::QosTag::QosTag(uint8_t tid) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5259
    cls.add_constructor([param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5260
    ## qos-tag.h (module 'wifi'): void ns3::QosTag::Deserialize(ns3::TagBuffer i) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5261
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5262
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5263
                   [param('ns3::TagBuffer', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5264
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5265
    ## qos-tag.h (module 'wifi'): ns3::TypeId ns3::QosTag::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5266
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5267
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5268
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5269
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5270
    ## qos-tag.h (module 'wifi'): uint32_t ns3::QosTag::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5271
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5272
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5273
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5274
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5275
    ## qos-tag.h (module 'wifi'): uint8_t ns3::QosTag::GetTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5276
    cls.add_method('GetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5277
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5278
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5279
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5280
    ## qos-tag.h (module 'wifi'): static ns3::TypeId ns3::QosTag::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5281
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5282
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5283
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5284
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5285
    ## qos-tag.h (module 'wifi'): void ns3::QosTag::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5286
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5287
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5288
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5289
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5290
    ## qos-tag.h (module 'wifi'): void ns3::QosTag::Serialize(ns3::TagBuffer i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5291
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5292
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5293
                   [param('ns3::TagBuffer', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5294
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5295
    ## qos-tag.h (module 'wifi'): void ns3::QosTag::SetTid(uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5296
    cls.add_method('SetTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5297
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5298
                   [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5299
    ## qos-tag.h (module 'wifi'): void ns3::QosTag::SetUserPriority(ns3::UserPriority up) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5300
    cls.add_method('SetUserPriority', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5301
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5302
                   [param('ns3::UserPriority', 'up')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5303
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5304
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5305
def register_Ns3QosWifiMacHelper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5306
    ## qos-wifi-mac-helper.h (module 'wifi'): ns3::QosWifiMacHelper::QosWifiMacHelper(ns3::QosWifiMacHelper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5307
    cls.add_constructor([param('ns3::QosWifiMacHelper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5308
    ## qos-wifi-mac-helper.h (module 'wifi'): ns3::QosWifiMacHelper::QosWifiMacHelper() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5309
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5310
    ## qos-wifi-mac-helper.h (module 'wifi'): static ns3::QosWifiMacHelper ns3::QosWifiMacHelper::Default() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5311
    cls.add_method('Default', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5312
                   'ns3::QosWifiMacHelper', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5313
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5314
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5315
    ## qos-wifi-mac-helper.h (module 'wifi'): void ns3::QosWifiMacHelper::SetBlockAckInactivityTimeoutForAc(ns3::AcIndex ac, uint16_t timeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5316
    cls.add_method('SetBlockAckInactivityTimeoutForAc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5317
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5318
                   [param('ns3::AcIndex', 'ac'), param('uint16_t', 'timeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5319
    ## qos-wifi-mac-helper.h (module 'wifi'): void ns3::QosWifiMacHelper::SetBlockAckThresholdForAc(ns3::AcIndex ac, uint8_t threshold) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5320
    cls.add_method('SetBlockAckThresholdForAc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5321
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5322
                   [param('ns3::AcIndex', 'ac'), param('uint8_t', 'threshold')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5323
    ## qos-wifi-mac-helper.h (module 'wifi'): void ns3::QosWifiMacHelper::SetMsduAggregatorForAc(ns3::AcIndex ac, std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5324
    cls.add_method('SetMsduAggregatorForAc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5325
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5326
                   [param('ns3::AcIndex', 'ac'), param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5327
    ## qos-wifi-mac-helper.h (module 'wifi'): void ns3::QosWifiMacHelper::SetType(std::string type, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5328
    cls.add_method('SetType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5329
                   'void', 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  5330
                   [param('std::string', 'type'), param('std::string', 'n0', default_value='""'), param('ns3::AttributeValue const &', 'v0', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n5', default_value='""'), param('ns3::AttributeValue const &', 'v5', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n6', default_value='""'), param('ns3::AttributeValue const &', 'v6', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n7', default_value='""'), param('ns3::AttributeValue const &', 'v7', default_value='ns3::EmptyAttributeValue()')], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  5331
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5332
    ## qos-wifi-mac-helper.h (module 'wifi'): ns3::Ptr<ns3::WifiMac> ns3::QosWifiMacHelper::Create() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5333
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5334
                   'ns3::Ptr< ns3::WifiMac >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5335
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5336
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5337
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5338
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5339
def register_Ns3RandomPropagationDelayModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5340
    ## propagation-delay-model.h (module 'propagation'): ns3::RandomPropagationDelayModel::RandomPropagationDelayModel(ns3::RandomPropagationDelayModel const & arg0) [copy constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5341
    cls.add_constructor([param('ns3::RandomPropagationDelayModel const &', 'arg0')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5342
    ## propagation-delay-model.h (module 'propagation'): ns3::RandomPropagationDelayModel::RandomPropagationDelayModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5343
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5344
    ## propagation-delay-model.h (module 'propagation'): ns3::Time ns3::RandomPropagationDelayModel::GetDelay(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5345
    cls.add_method('GetDelay', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5346
                   'ns3::Time', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5347
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5348
                   is_const=True, is_virtual=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5349
    ## propagation-delay-model.h (module 'propagation'): static ns3::TypeId ns3::RandomPropagationDelayModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5350
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5351
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5352
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5353
                   is_static=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5354
    ## propagation-delay-model.h (module 'propagation'): int64_t ns3::RandomPropagationDelayModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5355
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5356
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5357
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5358
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5359
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5360
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5361
def register_Ns3RandomPropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5362
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::RandomPropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5363
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5364
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5365
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5366
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5367
    ## propagation-loss-model.h (module 'propagation'): ns3::RandomPropagationLossModel::RandomPropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5368
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5369
    ## propagation-loss-model.h (module 'propagation'): double ns3::RandomPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5370
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5371
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5372
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5373
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5374
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::RandomPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5375
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5376
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5377
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5378
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5379
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5380
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5381
def register_Ns3RandomVariableStream_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5382
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::RandomVariableStream::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5383
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5384
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5385
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5386
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5387
    ## random-variable-stream.h (module 'core'): ns3::RandomVariableStream::RandomVariableStream() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5388
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5389
    ## random-variable-stream.h (module 'core'): void ns3::RandomVariableStream::SetStream(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5390
    cls.add_method('SetStream', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5391
                   'void', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5392
                   [param('int64_t', 'stream')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5393
    ## random-variable-stream.h (module 'core'): int64_t ns3::RandomVariableStream::GetStream() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5394
    cls.add_method('GetStream', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5395
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5396
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5397
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5398
    ## random-variable-stream.h (module 'core'): void ns3::RandomVariableStream::SetAntithetic(bool isAntithetic) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5399
    cls.add_method('SetAntithetic', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5400
                   'void', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5401
                   [param('bool', 'isAntithetic')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5402
    ## random-variable-stream.h (module 'core'): bool ns3::RandomVariableStream::IsAntithetic() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5403
    cls.add_method('IsAntithetic', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5404
                   'bool', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5405
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5406
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5407
    ## random-variable-stream.h (module 'core'): double ns3::RandomVariableStream::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5408
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5409
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5410
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5411
                   is_pure_virtual=True, is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5412
    ## random-variable-stream.h (module 'core'): uint32_t ns3::RandomVariableStream::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5413
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5414
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5415
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5416
                   is_pure_virtual=True, is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5417
    ## random-variable-stream.h (module 'core'): ns3::RngStream * ns3::RandomVariableStream::Peek() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5418
    cls.add_method('Peek', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5419
                   'ns3::RngStream *', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5420
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5421
                   is_const=True, visibility='protected')
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5422
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5423
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5424
def register_Ns3RangePropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5425
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::RangePropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5426
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5427
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5428
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5429
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5430
    ## propagation-loss-model.h (module 'propagation'): ns3::RangePropagationLossModel::RangePropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5431
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5432
    ## propagation-loss-model.h (module 'propagation'): double ns3::RangePropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5433
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5434
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5435
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5436
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5437
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::RangePropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5438
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5439
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5440
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5441
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5442
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5443
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5444
def register_Ns3SequentialRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5445
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::SequentialRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5446
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5447
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5448
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5449
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5450
    ## random-variable-stream.h (module 'core'): ns3::SequentialRandomVariable::SequentialRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5451
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5452
    ## random-variable-stream.h (module 'core'): double ns3::SequentialRandomVariable::GetMin() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5453
    cls.add_method('GetMin', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5454
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5455
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5456
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5457
    ## random-variable-stream.h (module 'core'): double ns3::SequentialRandomVariable::GetMax() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5458
    cls.add_method('GetMax', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5459
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5460
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5461
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5462
    ## random-variable-stream.h (module 'core'): ns3::Ptr<ns3::RandomVariableStream> ns3::SequentialRandomVariable::GetIncrement() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5463
    cls.add_method('GetIncrement', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5464
                   'ns3::Ptr< ns3::RandomVariableStream >', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5465
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5466
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5467
    ## random-variable-stream.h (module 'core'): uint32_t ns3::SequentialRandomVariable::GetConsecutive() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5468
    cls.add_method('GetConsecutive', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5469
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5470
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5471
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5472
    ## random-variable-stream.h (module 'core'): double ns3::SequentialRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5473
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5474
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5475
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5476
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5477
    ## random-variable-stream.h (module 'core'): uint32_t ns3::SequentialRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5478
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5479
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5480
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5481
                   is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5482
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5483
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5484
def register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5485
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5486
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5487
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5488
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter< ns3::AttributeAccessor > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5489
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5490
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5491
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5492
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5493
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5494
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5495
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5496
def register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5497
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5498
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5499
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5500
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter< ns3::AttributeChecker > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5501
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5502
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5503
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5504
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5505
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5506
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5507
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5508
def register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5509
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5510
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5511
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5512
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter< ns3::AttributeValue > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5513
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5514
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5515
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5516
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5517
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5518
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5519
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5520
def register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5521
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5522
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5523
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5524
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter< ns3::CallbackImplBase > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5525
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5526
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5527
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5528
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5529
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5530
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5531
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5532
def register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5533
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5534
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5535
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::SimpleRefCount(ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5536
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter< ns3::EventImpl > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5537
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5538
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5539
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5540
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5541
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5542
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5543
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5544
def register_Ns3SimpleRefCount__Ns3HashImplementation_Ns3Empty_Ns3DefaultDeleter__lt__ns3HashImplementation__gt___methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5545
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >::SimpleRefCount() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5546
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5547
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> > const & o) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5548
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter< ns3::Hash::Implementation > > const &', 'o')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5549
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >::Cleanup() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5550
    cls.add_method('Cleanup', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5551
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5552
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5553
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5554
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5555
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5556
def register_Ns3SimpleRefCount__Ns3InterferenceHelperEvent_Ns3Empty_Ns3DefaultDeleter__lt__ns3InterferenceHelperEvent__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5557
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5558
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5559
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >::SimpleRefCount(ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5560
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter< ns3::InterferenceHelper::Event > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5561
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5562
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5563
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5564
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5565
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5566
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5567
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5568
def register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5569
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5570
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5571
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::SimpleRefCount(ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5572
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter< ns3::NixVector > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5573
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5574
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5575
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5576
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5577
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5578
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5579
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5580
def register_Ns3SimpleRefCount__Ns3OutputStreamWrapper_Ns3Empty_Ns3DefaultDeleter__lt__ns3OutputStreamWrapper__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5581
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5582
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5583
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >::SimpleRefCount(ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5584
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter< ns3::OutputStreamWrapper > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5585
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5586
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5587
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5588
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5589
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5590
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5591
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5592
def register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5593
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5594
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5595
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5596
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter< ns3::Packet > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5597
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5598
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5599
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5600
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5601
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5602
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5603
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5604
def register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, cls):
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5605
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::SimpleRefCount() [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5606
    cls.add_constructor([])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5607
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::SimpleRefCount(ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > const & o) [copy constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5608
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter< ns3::TraceSourceAccessor > > const &', 'o')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5609
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::Cleanup() [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5610
    cls.add_method('Cleanup', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5611
                   'void', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5612
                   [], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5613
                   is_static=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5614
    return
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5615
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5616
def register_Ns3SimpleRefCount__Ns3WifiInformationElement_Ns3Empty_Ns3DefaultDeleter__lt__ns3WifiInformationElement__gt___methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5617
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >::SimpleRefCount() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5618
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5619
    ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >::SimpleRefCount(ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> > const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5620
    cls.add_constructor([param('ns3::SimpleRefCount< ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter< ns3::WifiInformationElement > > const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5621
    ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >::Cleanup() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5622
    cls.add_method('Cleanup', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5623
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5624
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5625
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5626
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5627
9294
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5628
def register_Ns3SnrTag_methods(root_module, cls):
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5629
    ## snr-tag.h (module 'wifi'): ns3::SnrTag::SnrTag(ns3::SnrTag const & arg0) [copy constructor]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5630
    cls.add_constructor([param('ns3::SnrTag const &', 'arg0')])
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5631
    ## snr-tag.h (module 'wifi'): ns3::SnrTag::SnrTag() [constructor]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5632
    cls.add_constructor([])
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5633
    ## snr-tag.h (module 'wifi'): ns3::SnrTag::SnrTag(double snr) [constructor]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5634
    cls.add_constructor([param('double', 'snr')])
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5635
    ## snr-tag.h (module 'wifi'): void ns3::SnrTag::Deserialize(ns3::TagBuffer i) [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5636
    cls.add_method('Deserialize', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5637
                   'void', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5638
                   [param('ns3::TagBuffer', 'i')], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5639
                   is_virtual=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5640
    ## snr-tag.h (module 'wifi'): double ns3::SnrTag::Get() const [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5641
    cls.add_method('Get', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5642
                   'double', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5643
                   [], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5644
                   is_const=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5645
    ## snr-tag.h (module 'wifi'): ns3::TypeId ns3::SnrTag::GetInstanceTypeId() const [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5646
    cls.add_method('GetInstanceTypeId', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5647
                   'ns3::TypeId', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5648
                   [], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5649
                   is_const=True, is_virtual=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5650
    ## snr-tag.h (module 'wifi'): uint32_t ns3::SnrTag::GetSerializedSize() const [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5651
    cls.add_method('GetSerializedSize', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5652
                   'uint32_t', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5653
                   [], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5654
                   is_const=True, is_virtual=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5655
    ## snr-tag.h (module 'wifi'): static ns3::TypeId ns3::SnrTag::GetTypeId() [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5656
    cls.add_method('GetTypeId', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5657
                   'ns3::TypeId', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5658
                   [], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5659
                   is_static=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5660
    ## snr-tag.h (module 'wifi'): void ns3::SnrTag::Print(std::ostream & os) const [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5661
    cls.add_method('Print', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5662
                   'void', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5663
                   [param('std::ostream &', 'os')], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5664
                   is_const=True, is_virtual=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5665
    ## snr-tag.h (module 'wifi'): void ns3::SnrTag::Serialize(ns3::TagBuffer i) const [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5666
    cls.add_method('Serialize', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5667
                   'void', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5668
                   [param('ns3::TagBuffer', 'i')], 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5669
                   is_const=True, is_virtual=True)
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5670
    ## snr-tag.h (module 'wifi'): void ns3::SnrTag::Set(double snr) [member function]
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5671
    cls.add_method('Set', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5672
                   'void', 
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5673
                   [param('double', 'snr')])
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5674
    return
4cac575735b3 update python bindings
Tom Henderson <tomh@tomh.org>
parents: 9190
diff changeset
  5675
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5676
def register_Ns3ThreeLogDistancePropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5677
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::ThreeLogDistancePropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5678
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5679
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5680
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5681
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5682
    ## propagation-loss-model.h (module 'propagation'): ns3::ThreeLogDistancePropagationLossModel::ThreeLogDistancePropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5683
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5684
    ## propagation-loss-model.h (module 'propagation'): double ns3::ThreeLogDistancePropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5685
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5686
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5687
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5688
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5689
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::ThreeLogDistancePropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5690
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5691
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5692
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5693
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5694
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5695
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5696
def register_Ns3Time_methods(root_module, cls):
10795
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
  5697
    cls.add_binary_comparison_operator('<=')
10236
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
  5698
    cls.add_binary_comparison_operator('!=')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  5699
    cls.add_inplace_numeric_operator('+=', param('ns3::Time const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  5700
    cls.add_binary_numeric_operator('*', root_module['ns3::Time'], root_module['ns3::Time'], param('int64_t const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  5701
    cls.add_binary_numeric_operator('+', root_module['ns3::Time'], root_module['ns3::Time'], param('ns3::Time const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  5702
    cls.add_binary_numeric_operator('-', root_module['ns3::Time'], root_module['ns3::Time'], param('ns3::Time const &', u'right'))
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  5703
    cls.add_binary_numeric_operator('/', root_module['ns3::Time'], root_module['ns3::Time'], param('int64_t const &', u'right'))
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5704
    cls.add_binary_comparison_operator('<')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5705
    cls.add_binary_comparison_operator('>')
10631
a258a16d4793 bindings rescan (another try)
Tom Henderson <tomh@tomh.org>
parents: 10628
diff changeset
  5706
    cls.add_inplace_numeric_operator('-=', param('ns3::Time const &', u'right'))
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5707
    cls.add_output_stream_operator()
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5708
    cls.add_binary_comparison_operator('==')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5709
    cls.add_binary_comparison_operator('>=')
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5710
    ## nstime.h (module 'core'): ns3::Time::Time() [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5711
    cls.add_constructor([])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5712
    ## nstime.h (module 'core'): ns3::Time::Time(ns3::Time const & o) [copy constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5713
    cls.add_constructor([param('ns3::Time const &', 'o')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5714
    ## nstime.h (module 'core'): ns3::Time::Time(double v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5715
    cls.add_constructor([param('double', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5716
    ## nstime.h (module 'core'): ns3::Time::Time(int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5717
    cls.add_constructor([param('int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5718
    ## nstime.h (module 'core'): ns3::Time::Time(long int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5719
    cls.add_constructor([param('long int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5720
    ## nstime.h (module 'core'): ns3::Time::Time(long long int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5721
    cls.add_constructor([param('long long int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5722
    ## nstime.h (module 'core'): ns3::Time::Time(unsigned int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5723
    cls.add_constructor([param('unsigned int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5724
    ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5725
    cls.add_constructor([param('long unsigned int', 'v')])
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5726
    ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5727
    cls.add_constructor([param('long long unsigned int', 'v')])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5728
    ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5729
    cls.add_constructor([param('ns3::int64x64_t const &', 'v')])
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5730
    ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5731
    cls.add_constructor([param('std::string const &', 's')])
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  5732
    ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  5733
    cls.add_method('As', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  5734
                   'ns3::TimeWithUnit', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  5735
                   [param('ns3::Time::Unit const', 'unit')], 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
  5736
                   is_const=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5737
    ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5738
    cls.add_method('Compare', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5739
                   'int', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5740
                   [param('ns3::Time const &', 'o')], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5741
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5742
    ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5743
    cls.add_method('From', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5744
                   'ns3::Time', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5745
                   [param('ns3::int64x64_t const &', 'value')], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5746
                   is_static=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5747
    ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5748
    cls.add_method('From', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5749
                   'ns3::Time', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5750
                   [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5751
                   is_static=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5752
    ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function]
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5753
    cls.add_method('FromDouble', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5754
                   'ns3::Time', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5755
                   [param('double', 'value'), param('ns3::Time::Unit', 'unit')], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5756
                   is_static=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5757
    ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function]
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5758
    cls.add_method('FromInteger', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5759
                   'ns3::Time', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5760
                   [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], 
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5761
                   is_static=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5762
    ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5763
    cls.add_method('GetDays', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5764
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5765
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5766
                   is_const=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5767
    ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5768
    cls.add_method('GetDouble', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5769
                   'double', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5770
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5771
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5772
    ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5773
    cls.add_method('GetFemtoSeconds', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5774
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5775
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5776
                   is_const=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5777
    ## nstime.h (module 'core'): double ns3::Time::GetHours() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5778
    cls.add_method('GetHours', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5779
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5780
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5781
                   is_const=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5782
    ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5783
    cls.add_method('GetInteger', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5784
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5785
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5786
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5787
    ## nstime.h (module 'core'): int64_t ns3::Time::GetMicroSeconds() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5788
    cls.add_method('GetMicroSeconds', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5789
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5790
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5791
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5792
    ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5793
    cls.add_method('GetMilliSeconds', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5794
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5795
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5796
                   is_const=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5797
    ## nstime.h (module 'core'): double ns3::Time::GetMinutes() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5798
    cls.add_method('GetMinutes', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5799
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5800
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5801
                   is_const=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5802
    ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5803
    cls.add_method('GetNanoSeconds', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5804
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5805
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5806
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5807
    ## nstime.h (module 'core'): int64_t ns3::Time::GetPicoSeconds() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5808
    cls.add_method('GetPicoSeconds', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5809
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5810
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5811
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5812
    ## nstime.h (module 'core'): static ns3::Time::Unit ns3::Time::GetResolution() [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5813
    cls.add_method('GetResolution', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5814
                   'ns3::Time::Unit', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5815
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5816
                   is_static=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5817
    ## nstime.h (module 'core'): double ns3::Time::GetSeconds() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5818
    cls.add_method('GetSeconds', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5819
                   'double', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5820
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5821
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5822
    ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5823
    cls.add_method('GetTimeStep', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5824
                   'int64_t', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5825
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5826
                   is_const=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5827
    ## nstime.h (module 'core'): double ns3::Time::GetYears() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5828
    cls.add_method('GetYears', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5829
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5830
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  5831
                   is_const=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5832
    ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5833
    cls.add_method('IsNegative', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5834
                   'bool', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5835
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5836
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5837
    ## nstime.h (module 'core'): bool ns3::Time::IsPositive() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5838
    cls.add_method('IsPositive', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5839
                   'bool', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5840
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5841
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5842
    ## nstime.h (module 'core'): bool ns3::Time::IsStrictlyNegative() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5843
    cls.add_method('IsStrictlyNegative', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5844
                   'bool', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5845
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5846
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5847
    ## nstime.h (module 'core'): bool ns3::Time::IsStrictlyPositive() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5848
    cls.add_method('IsStrictlyPositive', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5849
                   'bool', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5850
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5851
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5852
    ## nstime.h (module 'core'): bool ns3::Time::IsZero() const [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5853
    cls.add_method('IsZero', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5854
                   'bool', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5855
                   [], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5856
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5857
    ## nstime.h (module 'core'): static ns3::Time ns3::Time::Max() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5858
    cls.add_method('Max', 
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  5859
                   'ns3::Time', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  5860
                   [], 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  5861
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5862
    ## nstime.h (module 'core'): static ns3::Time ns3::Time::Min() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  5863
    cls.add_method('Min', 
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  5864
                   'ns3::Time', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  5865
                   [], 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  5866
                   is_static=True)
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5867
    ## nstime.h (module 'core'): static void ns3::Time::SetResolution(ns3::Time::Unit resolution) [member function]
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5868
    cls.add_method('SetResolution', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5869
                   'void', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5870
                   [param('ns3::Time::Unit', 'resolution')], 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5871
                   is_static=True)
10183
308e44d51626 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10167
diff changeset
  5872
    ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function]
308e44d51626 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10167
diff changeset
  5873
    cls.add_method('StaticInit', 
308e44d51626 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10167
diff changeset
  5874
                   'bool', 
308e44d51626 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10167
diff changeset
  5875
                   [], 
308e44d51626 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10167
diff changeset
  5876
                   is_static=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5877
    ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function]
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5878
    cls.add_method('To', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5879
                   'ns3::int64x64_t', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5880
                   [param('ns3::Time::Unit', 'unit')], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5881
                   is_const=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5882
    ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function]
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5883
    cls.add_method('ToDouble', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5884
                   'double', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5885
                   [param('ns3::Time::Unit', 'unit')], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5886
                   is_const=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5887
    ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function]
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5888
    cls.add_method('ToInteger', 
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5889
                   'int64_t', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  5890
                   [param('ns3::Time::Unit', 'unit')], 
7055
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5891
                   is_const=True)
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5892
    return
e65505ea6cd4 modular bindings scan
Mathieu Lacage <mathieu.lacage@inria.fr>
parents: 7022
diff changeset
  5893
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5894
def register_Ns3TraceSourceAccessor_methods(root_module, cls):
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5895
    ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5896
    cls.add_constructor([param('ns3::TraceSourceAccessor const &', 'arg0')])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5897
    ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor() [constructor]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5898
    cls.add_constructor([])
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5899
    ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::Connect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5900
    cls.add_method('Connect', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5901
                   'bool', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5902
                   [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5903
                   is_pure_virtual=True, is_const=True, is_virtual=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5904
    ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::ConnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5905
    cls.add_method('ConnectWithoutContext', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5906
                   'bool', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5907
                   [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5908
                   is_pure_virtual=True, is_const=True, is_virtual=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5909
    ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::Disconnect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5910
    cls.add_method('Disconnect', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5911
                   'bool', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5912
                   [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5913
                   is_pure_virtual=True, is_const=True, is_virtual=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5914
    ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::DisconnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5915
    cls.add_method('DisconnectWithoutContext', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5916
                   'bool', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5917
                   [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5918
                   is_pure_virtual=True, is_const=True, is_virtual=True)
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5919
    return
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  5920
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5921
def register_Ns3Trailer_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5922
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5923
    ## trailer.h (module 'network'): ns3::Trailer::Trailer() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5924
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5925
    ## trailer.h (module 'network'): ns3::Trailer::Trailer(ns3::Trailer const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5926
    cls.add_constructor([param('ns3::Trailer const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5927
    ## trailer.h (module 'network'): uint32_t ns3::Trailer::Deserialize(ns3::Buffer::Iterator end) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5928
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5929
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5930
                   [param('ns3::Buffer::Iterator', 'end')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5931
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5932
    ## trailer.h (module 'network'): uint32_t ns3::Trailer::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5933
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5934
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5935
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5936
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5937
    ## trailer.h (module 'network'): static ns3::TypeId ns3::Trailer::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5938
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5939
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5940
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5941
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5942
    ## trailer.h (module 'network'): void ns3::Trailer::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5943
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5944
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5945
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5946
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5947
    ## trailer.h (module 'network'): void ns3::Trailer::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5948
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5949
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5950
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5951
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5952
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  5953
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5954
def register_Ns3TriangularRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5955
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::TriangularRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5956
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5957
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5958
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5959
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5960
    ## random-variable-stream.h (module 'core'): ns3::TriangularRandomVariable::TriangularRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5961
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5962
    ## random-variable-stream.h (module 'core'): double ns3::TriangularRandomVariable::GetMean() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5963
    cls.add_method('GetMean', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5964
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5965
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5966
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5967
    ## random-variable-stream.h (module 'core'): double ns3::TriangularRandomVariable::GetMin() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5968
    cls.add_method('GetMin', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5969
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5970
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5971
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5972
    ## random-variable-stream.h (module 'core'): double ns3::TriangularRandomVariable::GetMax() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5973
    cls.add_method('GetMax', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5974
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5975
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5976
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5977
    ## random-variable-stream.h (module 'core'): double ns3::TriangularRandomVariable::GetValue(double mean, double min, double max) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5978
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5979
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5980
                   [param('double', 'mean'), param('double', 'min'), param('double', 'max')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5981
    ## random-variable-stream.h (module 'core'): uint32_t ns3::TriangularRandomVariable::GetInteger(uint32_t mean, uint32_t min, uint32_t max) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5982
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5983
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5984
                   [param('uint32_t', 'mean'), param('uint32_t', 'min'), param('uint32_t', 'max')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5985
    ## random-variable-stream.h (module 'core'): double ns3::TriangularRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5986
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5987
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5988
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5989
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5990
    ## random-variable-stream.h (module 'core'): uint32_t ns3::TriangularRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5991
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5992
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5993
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5994
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5995
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  5996
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5997
def register_Ns3TwoRayGroundPropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5998
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::TwoRayGroundPropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  5999
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6000
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6001
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6002
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6003
    ## propagation-loss-model.h (module 'propagation'): ns3::TwoRayGroundPropagationLossModel::TwoRayGroundPropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6004
    cls.add_constructor([])
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  6005
    ## propagation-loss-model.h (module 'propagation'): void ns3::TwoRayGroundPropagationLossModel::SetFrequency(double frequency) [member function]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  6006
    cls.add_method('SetFrequency', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  6007
                   'void', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  6008
                   [param('double', 'frequency')])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6009
    ## propagation-loss-model.h (module 'propagation'): void ns3::TwoRayGroundPropagationLossModel::SetSystemLoss(double systemLoss) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6010
    cls.add_method('SetSystemLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6011
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6012
                   [param('double', 'systemLoss')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6013
    ## propagation-loss-model.h (module 'propagation'): void ns3::TwoRayGroundPropagationLossModel::SetMinDistance(double minDistance) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6014
    cls.add_method('SetMinDistance', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6015
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6016
                   [param('double', 'minDistance')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6017
    ## propagation-loss-model.h (module 'propagation'): double ns3::TwoRayGroundPropagationLossModel::GetMinDistance() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6018
    cls.add_method('GetMinDistance', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6019
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6020
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6021
                   is_const=True)
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  6022
    ## propagation-loss-model.h (module 'propagation'): double ns3::TwoRayGroundPropagationLossModel::GetFrequency() const [member function]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
  6023
    cls.add_method('GetFrequency', 
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6024
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6025
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6026
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6027
    ## propagation-loss-model.h (module 'propagation'): double ns3::TwoRayGroundPropagationLossModel::GetSystemLoss() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6028
    cls.add_method('GetSystemLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6029
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6030
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6031
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6032
    ## propagation-loss-model.h (module 'propagation'): void ns3::TwoRayGroundPropagationLossModel::SetHeightAboveZ(double heightAboveZ) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6033
    cls.add_method('SetHeightAboveZ', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6034
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6035
                   [param('double', 'heightAboveZ')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6036
    ## propagation-loss-model.h (module 'propagation'): double ns3::TwoRayGroundPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6037
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6038
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6039
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6040
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6041
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::TwoRayGroundPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6042
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6043
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6044
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6045
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6046
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6047
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6048
def register_Ns3UniformRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6049
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::UniformRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6050
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6051
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6052
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6053
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6054
    ## random-variable-stream.h (module 'core'): ns3::UniformRandomVariable::UniformRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6055
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6056
    ## random-variable-stream.h (module 'core'): double ns3::UniformRandomVariable::GetMin() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6057
    cls.add_method('GetMin', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6058
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6059
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6060
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6061
    ## random-variable-stream.h (module 'core'): double ns3::UniformRandomVariable::GetMax() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6062
    cls.add_method('GetMax', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6063
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6064
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6065
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6066
    ## random-variable-stream.h (module 'core'): double ns3::UniformRandomVariable::GetValue(double min, double max) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6067
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6068
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6069
                   [param('double', 'min'), param('double', 'max')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6070
    ## random-variable-stream.h (module 'core'): uint32_t ns3::UniformRandomVariable::GetInteger(uint32_t min, uint32_t max) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6071
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6072
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6073
                   [param('uint32_t', 'min'), param('uint32_t', 'max')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6074
    ## random-variable-stream.h (module 'core'): double ns3::UniformRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6075
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6076
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6077
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6078
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6079
    ## random-variable-stream.h (module 'core'): uint32_t ns3::UniformRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6080
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6081
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6082
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6083
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6084
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6085
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6086
def register_Ns3WeibullRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6087
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::WeibullRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6088
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6089
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6090
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6091
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6092
    ## random-variable-stream.h (module 'core'): ns3::WeibullRandomVariable::WeibullRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6093
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6094
    ## random-variable-stream.h (module 'core'): double ns3::WeibullRandomVariable::GetScale() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6095
    cls.add_method('GetScale', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6096
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6097
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6098
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6099
    ## random-variable-stream.h (module 'core'): double ns3::WeibullRandomVariable::GetShape() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6100
    cls.add_method('GetShape', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6101
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6102
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6103
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6104
    ## random-variable-stream.h (module 'core'): double ns3::WeibullRandomVariable::GetBound() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6105
    cls.add_method('GetBound', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6106
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6107
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6108
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6109
    ## random-variable-stream.h (module 'core'): double ns3::WeibullRandomVariable::GetValue(double scale, double shape, double bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6110
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6111
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6112
                   [param('double', 'scale'), param('double', 'shape'), param('double', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6113
    ## random-variable-stream.h (module 'core'): uint32_t ns3::WeibullRandomVariable::GetInteger(uint32_t scale, uint32_t shape, uint32_t bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6114
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6115
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6116
                   [param('uint32_t', 'scale'), param('uint32_t', 'shape'), param('uint32_t', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6117
    ## random-variable-stream.h (module 'core'): double ns3::WeibullRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6118
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6119
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6120
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6121
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6122
    ## random-variable-stream.h (module 'core'): uint32_t ns3::WeibullRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6123
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6124
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6125
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  6126
                   is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6127
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  6128
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6129
def register_Ns3WifiActionHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6130
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::WifiActionHeader(ns3::WifiActionHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6131
    cls.add_constructor([param('ns3::WifiActionHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6132
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::WifiActionHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6133
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6134
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::WifiActionHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6135
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6136
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6137
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6138
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6139
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue ns3::WifiActionHeader::GetAction() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6140
    cls.add_method('GetAction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6141
                   'ns3::WifiActionHeader::ActionValue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6142
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6143
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::CategoryValue ns3::WifiActionHeader::GetCategory() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6144
    cls.add_method('GetCategory', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6145
                   'ns3::WifiActionHeader::CategoryValue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6146
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6147
    ## mgt-headers.h (module 'wifi'): ns3::TypeId ns3::WifiActionHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6148
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6149
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6150
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6151
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6152
    ## mgt-headers.h (module 'wifi'): uint32_t ns3::WifiActionHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6153
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6154
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6155
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6156
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6157
    ## mgt-headers.h (module 'wifi'): static ns3::TypeId ns3::WifiActionHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6158
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6159
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6160
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6161
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6162
    ## mgt-headers.h (module 'wifi'): void ns3::WifiActionHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6163
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6164
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6165
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6166
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6167
    ## mgt-headers.h (module 'wifi'): void ns3::WifiActionHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6168
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6169
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6170
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6171
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6172
    ## mgt-headers.h (module 'wifi'): void ns3::WifiActionHeader::SetAction(ns3::WifiActionHeader::CategoryValue type, ns3::WifiActionHeader::ActionValue action) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6173
    cls.add_method('SetAction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6174
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6175
                   [param('ns3::WifiActionHeader::CategoryValue', 'type'), param('ns3::WifiActionHeader::ActionValue', 'action')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6176
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6177
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6178
def register_Ns3WifiActionHeaderActionValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6179
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::ActionValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6180
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6181
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::ActionValue(ns3::WifiActionHeader::ActionValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6182
    cls.add_constructor([param('ns3::WifiActionHeader::ActionValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6183
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::blockAck [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6184
    cls.add_instance_attribute('blockAck', 'ns3::WifiActionHeader::BlockAckActionValue', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6185
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::interwork [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6186
    cls.add_instance_attribute('interwork', 'ns3::WifiActionHeader::InterworkActionValue', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6187
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::linkMetrtic [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6188
    cls.add_instance_attribute('linkMetrtic', 'ns3::WifiActionHeader::LinkMetricActionValue', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6189
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::pathSelection [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6190
    cls.add_instance_attribute('pathSelection', 'ns3::WifiActionHeader::PathSelectionActionValue', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6191
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::peerLink [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6192
    cls.add_instance_attribute('peerLink', 'ns3::WifiActionHeader::PeerLinkMgtActionValue', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6193
    ## mgt-headers.h (module 'wifi'): ns3::WifiActionHeader::ActionValue::resourceCoordination [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6194
    cls.add_instance_attribute('resourceCoordination', 'ns3::WifiActionHeader::ResourceCoordinationActionValue', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6195
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6196
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6197
def register_Ns3WifiInformationElement_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6198
    cls.add_binary_comparison_operator('<')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6199
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6200
    ## wifi-information-element.h (module 'wifi'): ns3::WifiInformationElement::WifiInformationElement() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6201
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6202
    ## wifi-information-element.h (module 'wifi'): ns3::WifiInformationElement::WifiInformationElement(ns3::WifiInformationElement const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6203
    cls.add_constructor([param('ns3::WifiInformationElement const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6204
    ## wifi-information-element.h (module 'wifi'): ns3::Buffer::Iterator ns3::WifiInformationElement::Deserialize(ns3::Buffer::Iterator i) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6205
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6206
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6207
                   [param('ns3::Buffer::Iterator', 'i')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6208
    ## wifi-information-element.h (module 'wifi'): ns3::Buffer::Iterator ns3::WifiInformationElement::DeserializeIfPresent(ns3::Buffer::Iterator i) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6209
    cls.add_method('DeserializeIfPresent', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6210
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6211
                   [param('ns3::Buffer::Iterator', 'i')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6212
    ## wifi-information-element.h (module 'wifi'): uint8_t ns3::WifiInformationElement::DeserializeInformationField(ns3::Buffer::Iterator start, uint8_t length) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6213
    cls.add_method('DeserializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6214
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6215
                   [param('ns3::Buffer::Iterator', 'start'), param('uint8_t', 'length')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6216
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6217
    ## wifi-information-element.h (module 'wifi'): ns3::WifiInformationElementId ns3::WifiInformationElement::ElementId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6218
    cls.add_method('ElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6219
                   'ns3::WifiInformationElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6220
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6221
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6222
    ## wifi-information-element.h (module 'wifi'): uint8_t ns3::WifiInformationElement::GetInformationFieldSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6223
    cls.add_method('GetInformationFieldSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6224
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6225
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6226
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6227
    ## wifi-information-element.h (module 'wifi'): uint16_t ns3::WifiInformationElement::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6228
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6229
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6230
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6231
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6232
    ## wifi-information-element.h (module 'wifi'): void ns3::WifiInformationElement::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6233
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6234
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6235
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6236
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6237
    ## wifi-information-element.h (module 'wifi'): ns3::Buffer::Iterator ns3::WifiInformationElement::Serialize(ns3::Buffer::Iterator i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6238
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6239
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6240
                   [param('ns3::Buffer::Iterator', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6241
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6242
    ## wifi-information-element.h (module 'wifi'): void ns3::WifiInformationElement::SerializeInformationField(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6243
    cls.add_method('SerializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6244
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6245
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6246
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6247
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6248
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6249
def register_Ns3WifiInformationElementVector_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6250
    cls.add_binary_comparison_operator('==')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6251
    ## wifi-information-element-vector.h (module 'wifi'): ns3::WifiInformationElementVector::WifiInformationElementVector(ns3::WifiInformationElementVector const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6252
    cls.add_constructor([param('ns3::WifiInformationElementVector const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6253
    ## wifi-information-element-vector.h (module 'wifi'): ns3::WifiInformationElementVector::WifiInformationElementVector() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6254
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6255
    ## wifi-information-element-vector.h (module 'wifi'): bool ns3::WifiInformationElementVector::AddInformationElement(ns3::Ptr<ns3::WifiInformationElement> element) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6256
    cls.add_method('AddInformationElement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6257
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6258
                   [param('ns3::Ptr< ns3::WifiInformationElement >', 'element')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6259
    ## wifi-information-element-vector.h (module 'wifi'): __gnu_cxx::__normal_iterator<ns3::Ptr<ns3::WifiInformationElement>*,std::vector<ns3::Ptr<ns3::WifiInformationElement>, std::allocator<ns3::Ptr<ns3::WifiInformationElement> > > > ns3::WifiInformationElementVector::Begin() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6260
    cls.add_method('Begin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6261
                   '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::WifiInformationElement >, std::vector< ns3::Ptr< ns3::WifiInformationElement > > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6262
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6263
    ## wifi-information-element-vector.h (module 'wifi'): uint32_t ns3::WifiInformationElementVector::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6264
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6265
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6266
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6267
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6268
    ## wifi-information-element-vector.h (module 'wifi'): uint32_t ns3::WifiInformationElementVector::DeserializeSingleIe(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6269
    cls.add_method('DeserializeSingleIe', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6270
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6271
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6272
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6273
    ## wifi-information-element-vector.h (module 'wifi'): __gnu_cxx::__normal_iterator<ns3::Ptr<ns3::WifiInformationElement>*,std::vector<ns3::Ptr<ns3::WifiInformationElement>, std::allocator<ns3::Ptr<ns3::WifiInformationElement> > > > ns3::WifiInformationElementVector::End() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6274
    cls.add_method('End', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6275
                   '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::WifiInformationElement >, std::vector< ns3::Ptr< ns3::WifiInformationElement > > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6276
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6277
    ## wifi-information-element-vector.h (module 'wifi'): ns3::Ptr<ns3::WifiInformationElement> ns3::WifiInformationElementVector::FindFirst(ns3::WifiInformationElementId id) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6278
    cls.add_method('FindFirst', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6279
                   'ns3::Ptr< ns3::WifiInformationElement >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6280
                   [param('ns3::WifiInformationElementId', 'id')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6281
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6282
    ## wifi-information-element-vector.h (module 'wifi'): ns3::TypeId ns3::WifiInformationElementVector::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6283
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6284
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6285
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6286
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6287
    ## wifi-information-element-vector.h (module 'wifi'): uint32_t ns3::WifiInformationElementVector::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6288
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6289
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6290
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6291
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6292
    ## wifi-information-element-vector.h (module 'wifi'): static ns3::TypeId ns3::WifiInformationElementVector::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6293
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6294
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6295
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6296
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6297
    ## wifi-information-element-vector.h (module 'wifi'): void ns3::WifiInformationElementVector::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6298
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6299
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6300
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6301
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6302
    ## wifi-information-element-vector.h (module 'wifi'): void ns3::WifiInformationElementVector::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6303
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6304
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6305
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6306
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6307
    ## wifi-information-element-vector.h (module 'wifi'): void ns3::WifiInformationElementVector::SetMaxSize(uint16_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6308
    cls.add_method('SetMaxSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6309
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6310
                   [param('uint16_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6311
    ## wifi-information-element-vector.h (module 'wifi'): uint32_t ns3::WifiInformationElementVector::GetSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6312
    cls.add_method('GetSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6313
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6314
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6315
                   is_const=True, visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6316
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6317
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6318
def register_Ns3WifiMac_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6319
    ## wifi-mac.h (module 'wifi'): ns3::WifiMac::WifiMac() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6320
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6321
    ## wifi-mac.h (module 'wifi'): ns3::WifiMac::WifiMac(ns3::WifiMac const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6322
    cls.add_constructor([param('ns3::WifiMac const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6323
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::ConfigureStandard(ns3::WifiPhyStandard standard) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6324
    cls.add_method('ConfigureStandard', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6325
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6326
                   [param('ns3::WifiPhyStandard', 'standard')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6327
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6328
    cls.add_method('Enqueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6329
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6330
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6331
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6332
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6333
    cls.add_method('Enqueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6334
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6335
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6336
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6337
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetAckTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6338
    cls.add_method('GetAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6339
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6340
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6341
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6342
    ## wifi-mac.h (module 'wifi'): ns3::Mac48Address ns3::WifiMac::GetAddress() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6343
    cls.add_method('GetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6344
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6345
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6346
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6347
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetBasicBlockAckTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6348
    cls.add_method('GetBasicBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6349
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6350
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6351
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6352
    ## wifi-mac.h (module 'wifi'): ns3::Mac48Address ns3::WifiMac::GetBssid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6353
    cls.add_method('GetBssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6354
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6355
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6356
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6357
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetCompressedBlockAckTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6358
    cls.add_method('GetCompressedBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6359
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6360
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6361
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6362
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetCtsTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6363
    cls.add_method('GetCtsTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6364
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6365
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6366
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6367
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetEifsNoDifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6368
    cls.add_method('GetEifsNoDifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6369
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6370
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6371
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6372
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetMaxPropagationDelay() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6373
    cls.add_method('GetMaxPropagationDelay', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6374
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6375
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6376
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6377
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetMsduLifetime() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6378
    cls.add_method('GetMsduLifetime', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6379
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6380
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6381
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6382
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetPifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6383
    cls.add_method('GetPifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6384
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6385
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6386
                   is_pure_virtual=True, is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6387
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetRifs() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6388
    cls.add_method('GetRifs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6389
                   'ns3::Time', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6390
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6391
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6392
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetSifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6393
    cls.add_method('GetSifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6394
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6395
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6396
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6397
    ## wifi-mac.h (module 'wifi'): ns3::Time ns3::WifiMac::GetSlot() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6398
    cls.add_method('GetSlot', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6399
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6400
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6401
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6402
    ## wifi-mac.h (module 'wifi'): ns3::Ssid ns3::WifiMac::GetSsid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6403
    cls.add_method('GetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6404
                   'ns3::Ssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6405
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6406
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6407
    ## wifi-mac.h (module 'wifi'): static ns3::TypeId ns3::WifiMac::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6408
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6409
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6410
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6411
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6412
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::NotifyPromiscRx(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6413
    cls.add_method('NotifyPromiscRx', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6414
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6415
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6416
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::NotifyRx(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6417
    cls.add_method('NotifyRx', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6418
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6419
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6420
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::NotifyRxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6421
    cls.add_method('NotifyRxDrop', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6422
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6423
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6424
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::NotifyTx(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6425
    cls.add_method('NotifyTx', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6426
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6427
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6428
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::NotifyTxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6429
    cls.add_method('NotifyTxDrop', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6430
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6431
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6432
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6433
    cls.add_method('SetAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6434
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6435
                   [param('ns3::Time', 'ackTimeout')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6436
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6437
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetAddress(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6438
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6439
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6440
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6441
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6442
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6443
    cls.add_method('SetBasicBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6444
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6445
                   [param('ns3::Time', 'blockAckTimeout')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6446
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6447
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6448
    cls.add_method('SetCompressedBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6449
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6450
                   [param('ns3::Time', 'blockAckTimeout')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6451
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6452
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6453
    cls.add_method('SetCtsTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6454
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6455
                   [param('ns3::Time', 'ctsTimeout')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6456
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6457
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6458
    cls.add_method('SetEifsNoDifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6459
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6460
                   [param('ns3::Time', 'eifsNoDifs')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6461
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6462
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6463
    cls.add_method('SetForwardUpCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6464
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6465
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6466
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6467
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6468
    cls.add_method('SetLinkDownCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6469
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6470
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6471
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6472
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6473
    cls.add_method('SetLinkUpCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6474
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6475
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6476
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6477
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetMaxPropagationDelay(ns3::Time delay) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6478
    cls.add_method('SetMaxPropagationDelay', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6479
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6480
                   [param('ns3::Time', 'delay')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6481
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetPifs(ns3::Time pifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6482
    cls.add_method('SetPifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6483
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6484
                   [param('ns3::Time', 'pifs')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6485
                   is_pure_virtual=True, is_virtual=True)
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6486
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetPromisc() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6487
    cls.add_method('SetPromisc', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6488
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6489
                   [], 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6490
                   is_pure_virtual=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6491
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetRifs(ns3::Time rifs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6492
    cls.add_method('SetRifs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6493
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6494
                   [param('ns3::Time', 'rifs')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6495
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6496
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetSifs(ns3::Time sifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6497
    cls.add_method('SetSifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6498
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6499
                   [param('ns3::Time', 'sifs')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6500
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6501
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetSlot(ns3::Time slotTime) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6502
    cls.add_method('SetSlot', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6503
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6504
                   [param('ns3::Time', 'slotTime')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6505
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6506
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetSsid(ns3::Ssid ssid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6507
    cls.add_method('SetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6508
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6509
                   [param('ns3::Ssid', 'ssid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6510
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6511
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6512
    cls.add_method('SetWifiPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6513
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6514
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6515
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6516
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6517
    cls.add_method('SetWifiRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6518
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6519
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6520
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6521
    ## wifi-mac.h (module 'wifi'): bool ns3::WifiMac::SupportsSendFrom() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6522
    cls.add_method('SupportsSendFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6523
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6524
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6525
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6526
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::ConfigureDcf(ns3::Ptr<ns3::Dcf> dcf, uint32_t cwmin, uint32_t cwmax, ns3::AcIndex ac) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6527
    cls.add_method('ConfigureDcf', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6528
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6529
                   [param('ns3::Ptr< ns3::Dcf >', 'dcf'), param('uint32_t', 'cwmin'), param('uint32_t', 'cwmax'), param('ns3::AcIndex', 'ac')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6530
                   visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6531
    ## wifi-mac.h (module 'wifi'): void ns3::WifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6532
    cls.add_method('FinishConfigureStandard', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6533
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6534
                   [param('ns3::WifiPhyStandard', 'standard')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6535
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6536
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6537
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6538
def register_Ns3WifiMacHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6539
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacHeader::WifiMacHeader(ns3::WifiMacHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6540
    cls.add_constructor([param('ns3::WifiMacHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6541
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacHeader::WifiMacHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6542
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6543
    ## wifi-mac-header.h (module 'wifi'): uint32_t ns3::WifiMacHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6544
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6545
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6546
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6547
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6548
    ## wifi-mac-header.h (module 'wifi'): ns3::Mac48Address ns3::WifiMacHeader::GetAddr1() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6549
    cls.add_method('GetAddr1', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6550
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6551
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6552
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6553
    ## wifi-mac-header.h (module 'wifi'): ns3::Mac48Address ns3::WifiMacHeader::GetAddr2() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6554
    cls.add_method('GetAddr2', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6555
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6556
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6557
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6558
    ## wifi-mac-header.h (module 'wifi'): ns3::Mac48Address ns3::WifiMacHeader::GetAddr3() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6559
    cls.add_method('GetAddr3', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6560
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6561
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6562
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6563
    ## wifi-mac-header.h (module 'wifi'): ns3::Mac48Address ns3::WifiMacHeader::GetAddr4() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6564
    cls.add_method('GetAddr4', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6565
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6566
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6567
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6568
    ## wifi-mac-header.h (module 'wifi'): ns3::Time ns3::WifiMacHeader::GetDuration() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6569
    cls.add_method('GetDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6570
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6571
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6572
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6573
    ## wifi-mac-header.h (module 'wifi'): uint16_t ns3::WifiMacHeader::GetFragmentNumber() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6574
    cls.add_method('GetFragmentNumber', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6575
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6576
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6577
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6578
    ## wifi-mac-header.h (module 'wifi'): ns3::TypeId ns3::WifiMacHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6579
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6580
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6581
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6582
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6583
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacHeader::QosAckPolicy ns3::WifiMacHeader::GetQosAckPolicy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6584
    cls.add_method('GetQosAckPolicy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6585
                   'ns3::WifiMacHeader::QosAckPolicy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6586
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6587
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6588
    ## wifi-mac-header.h (module 'wifi'): uint8_t ns3::WifiMacHeader::GetQosTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6589
    cls.add_method('GetQosTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6590
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6591
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6592
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6593
    ## wifi-mac-header.h (module 'wifi'): uint8_t ns3::WifiMacHeader::GetQosTxopLimit() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6594
    cls.add_method('GetQosTxopLimit', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6595
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6596
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6597
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6598
    ## wifi-mac-header.h (module 'wifi'): uint16_t ns3::WifiMacHeader::GetRawDuration() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6599
    cls.add_method('GetRawDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6600
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6601
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6602
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6603
    ## wifi-mac-header.h (module 'wifi'): uint16_t ns3::WifiMacHeader::GetSequenceControl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6604
    cls.add_method('GetSequenceControl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6605
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6606
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6607
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6608
    ## wifi-mac-header.h (module 'wifi'): uint16_t ns3::WifiMacHeader::GetSequenceNumber() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6609
    cls.add_method('GetSequenceNumber', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6610
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6611
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6612
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6613
    ## wifi-mac-header.h (module 'wifi'): uint32_t ns3::WifiMacHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6614
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6615
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6616
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6617
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6618
    ## wifi-mac-header.h (module 'wifi'): uint32_t ns3::WifiMacHeader::GetSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6619
    cls.add_method('GetSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6620
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6621
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6622
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6623
    ## wifi-mac-header.h (module 'wifi'): ns3::WifiMacType ns3::WifiMacHeader::GetType() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6624
    cls.add_method('GetType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6625
                   'ns3::WifiMacType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6626
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6627
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6628
    ## wifi-mac-header.h (module 'wifi'): static ns3::TypeId ns3::WifiMacHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6629
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6630
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6631
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6632
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6633
    ## wifi-mac-header.h (module 'wifi'): char const * ns3::WifiMacHeader::GetTypeString() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6634
    cls.add_method('GetTypeString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6635
                   'char const *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6636
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6637
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6638
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6639
    cls.add_method('IsAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6640
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6641
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6642
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6643
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsAction() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6644
    cls.add_method('IsAction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6645
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6646
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6647
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6648
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsAssocReq() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6649
    cls.add_method('IsAssocReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6650
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6651
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6652
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6653
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsAssocResp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6654
    cls.add_method('IsAssocResp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6655
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6656
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6657
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6658
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsAuthentication() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6659
    cls.add_method('IsAuthentication', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6660
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6661
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6662
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6663
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsBeacon() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6664
    cls.add_method('IsBeacon', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6665
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6666
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6667
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6668
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6669
    cls.add_method('IsBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6670
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6671
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6672
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6673
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsBlockAckReq() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6674
    cls.add_method('IsBlockAckReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6675
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6676
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6677
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6678
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsCfpoll() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6679
    cls.add_method('IsCfpoll', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6680
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6681
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6682
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6683
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsCtl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6684
    cls.add_method('IsCtl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6685
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6686
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6687
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6688
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsCts() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6689
    cls.add_method('IsCts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6690
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6691
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6692
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6693
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsData() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6694
    cls.add_method('IsData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6695
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6696
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6697
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6698
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsDeauthentication() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6699
    cls.add_method('IsDeauthentication', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6700
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6701
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6702
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6703
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsDisassociation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6704
    cls.add_method('IsDisassociation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6705
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6706
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6707
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6708
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsFromDs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6709
    cls.add_method('IsFromDs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6710
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6711
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6712
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6713
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsMgt() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6714
    cls.add_method('IsMgt', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6715
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6716
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6717
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6718
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsMoreFragments() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6719
    cls.add_method('IsMoreFragments', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6720
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6721
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6722
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6723
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsMultihopAction() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6724
    cls.add_method('IsMultihopAction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6725
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6726
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6727
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6728
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsProbeReq() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6729
    cls.add_method('IsProbeReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6730
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6731
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6732
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6733
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsProbeResp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6734
    cls.add_method('IsProbeResp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6735
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6736
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6737
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6738
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsQosAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6739
    cls.add_method('IsQosAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6740
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6741
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6742
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6743
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsQosAmsdu() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6744
    cls.add_method('IsQosAmsdu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6745
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6746
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6747
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6748
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsQosBlockAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6749
    cls.add_method('IsQosBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6750
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6751
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6752
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6753
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsQosData() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6754
    cls.add_method('IsQosData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6755
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6756
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6757
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6758
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsQosEosp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6759
    cls.add_method('IsQosEosp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6760
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6761
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6762
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6763
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsQosNoAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6764
    cls.add_method('IsQosNoAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6765
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6766
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6767
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6768
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsReassocReq() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6769
    cls.add_method('IsReassocReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6770
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6771
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6772
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6773
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsReassocResp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6774
    cls.add_method('IsReassocResp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6775
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6776
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6777
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6778
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsRetry() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6779
    cls.add_method('IsRetry', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6780
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6781
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6782
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6783
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsRts() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6784
    cls.add_method('IsRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6785
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6786
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6787
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6788
    ## wifi-mac-header.h (module 'wifi'): bool ns3::WifiMacHeader::IsToDs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6789
    cls.add_method('IsToDs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6790
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6791
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6792
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6793
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6794
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6795
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6796
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6797
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6798
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6799
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6800
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6801
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6802
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6803
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAction() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6804
    cls.add_method('SetAction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6805
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6806
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6807
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAddr1(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6808
    cls.add_method('SetAddr1', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6809
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6810
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6811
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAddr2(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6812
    cls.add_method('SetAddr2', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6813
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6814
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6815
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAddr3(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6816
    cls.add_method('SetAddr3', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6817
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6818
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6819
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAddr4(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6820
    cls.add_method('SetAddr4', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6821
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6822
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6823
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAssocReq() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6824
    cls.add_method('SetAssocReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6825
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6826
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6827
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetAssocResp() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6828
    cls.add_method('SetAssocResp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6829
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6830
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6831
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetBeacon() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6832
    cls.add_method('SetBeacon', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6833
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6834
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6835
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6836
    cls.add_method('SetBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6837
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6838
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6839
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetBlockAckReq() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6840
    cls.add_method('SetBlockAckReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6841
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6842
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6843
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetDsFrom() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6844
    cls.add_method('SetDsFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6845
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6846
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6847
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetDsNotFrom() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6848
    cls.add_method('SetDsNotFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6849
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6850
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6851
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetDsNotTo() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6852
    cls.add_method('SetDsNotTo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6853
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6854
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6855
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetDsTo() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6856
    cls.add_method('SetDsTo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6857
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6858
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6859
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetDuration(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6860
    cls.add_method('SetDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6861
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6862
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6863
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetFragmentNumber(uint8_t frag) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6864
    cls.add_method('SetFragmentNumber', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6865
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6866
                   [param('uint8_t', 'frag')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6867
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetId(uint16_t id) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6868
    cls.add_method('SetId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6869
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6870
                   [param('uint16_t', 'id')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6871
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetMoreFragments() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6872
    cls.add_method('SetMoreFragments', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6873
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6874
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6875
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetMultihopAction() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6876
    cls.add_method('SetMultihopAction', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6877
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6878
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6879
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetNoMoreFragments() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6880
    cls.add_method('SetNoMoreFragments', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6881
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6882
                   [])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6883
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetNoOrder() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6884
    cls.add_method('SetNoOrder', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6885
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6886
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6887
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetNoRetry() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6888
    cls.add_method('SetNoRetry', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6889
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6890
                   [])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6891
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetOrder() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6892
    cls.add_method('SetOrder', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6893
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  6894
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6895
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetProbeReq() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6896
    cls.add_method('SetProbeReq', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6897
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6898
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6899
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetProbeResp() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6900
    cls.add_method('SetProbeResp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6901
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6902
                   [])
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  6903
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosAckPolicy(ns3::WifiMacHeader::QosAckPolicy policy) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6904
    cls.add_method('SetQosAckPolicy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6905
                   'void', 
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  6906
                   [param('ns3::WifiMacHeader::QosAckPolicy', 'policy')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6907
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosAmsdu() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6908
    cls.add_method('SetQosAmsdu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6909
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6910
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6911
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6912
    cls.add_method('SetQosBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6913
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6914
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6915
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosEosp() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6916
    cls.add_method('SetQosEosp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6917
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6918
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6919
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosNoAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6920
    cls.add_method('SetQosNoAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6921
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6922
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6923
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosNoAmsdu() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6924
    cls.add_method('SetQosNoAmsdu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6925
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6926
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6927
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosNoEosp() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6928
    cls.add_method('SetQosNoEosp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6929
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6930
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6931
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosNormalAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6932
    cls.add_method('SetQosNormalAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6933
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6934
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6935
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosTid(uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6936
    cls.add_method('SetQosTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6937
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6938
                   [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6939
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetQosTxopLimit(uint8_t txop) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6940
    cls.add_method('SetQosTxopLimit', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6941
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6942
                   [param('uint8_t', 'txop')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6943
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetRawDuration(uint16_t duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6944
    cls.add_method('SetRawDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6945
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6946
                   [param('uint16_t', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6947
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetRetry() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6948
    cls.add_method('SetRetry', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6949
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6950
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6951
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetSequenceNumber(uint16_t seq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6952
    cls.add_method('SetSequenceNumber', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6953
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6954
                   [param('uint16_t', 'seq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6955
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetType(ns3::WifiMacType type) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6956
    cls.add_method('SetType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6957
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6958
                   [param('ns3::WifiMacType', 'type')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6959
    ## wifi-mac-header.h (module 'wifi'): void ns3::WifiMacHeader::SetTypeData() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6960
    cls.add_method('SetTypeData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6961
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6962
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6963
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  6964
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6965
def register_Ns3WifiMacQueue_methods(root_module, cls):
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6966
    ## wifi-mac-queue.h (module 'wifi'): ns3::WifiMacQueue::WifiMacQueue(ns3::WifiMacQueue const & arg0) [copy constructor]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6967
    cls.add_constructor([param('ns3::WifiMacQueue const &', 'arg0')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6968
    ## wifi-mac-queue.h (module 'wifi'): ns3::WifiMacQueue::WifiMacQueue() [constructor]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6969
    cls.add_constructor([])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6970
    ## wifi-mac-queue.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::WifiMacQueue::Dequeue(ns3::WifiMacHeader * hdr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6971
    cls.add_method('Dequeue', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6972
                   'ns3::Ptr< ns3::Packet const >', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6973
                   [param('ns3::WifiMacHeader *', 'hdr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6974
    ## wifi-mac-queue.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::WifiMacQueue::DequeueByTidAndAddress(ns3::WifiMacHeader * hdr, uint8_t tid, ns3::WifiMacHeader::AddressType type, ns3::Mac48Address addr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6975
    cls.add_method('DequeueByTidAndAddress', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6976
                   'ns3::Ptr< ns3::Packet const >', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6977
                   [param('ns3::WifiMacHeader *', 'hdr'), param('uint8_t', 'tid'), param('ns3::WifiMacHeader::AddressType', 'type'), param('ns3::Mac48Address', 'addr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6978
    ## wifi-mac-queue.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::WifiMacQueue::DequeueFirstAvailable(ns3::WifiMacHeader * hdr, ns3::Time & tStamp, ns3::QosBlockedDestinations const * blockedPackets) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6979
    cls.add_method('DequeueFirstAvailable', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6980
                   'ns3::Ptr< ns3::Packet const >', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6981
                   [param('ns3::WifiMacHeader *', 'hdr'), param('ns3::Time &', 'tStamp'), param('ns3::QosBlockedDestinations const *', 'blockedPackets')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6982
    ## wifi-mac-queue.h (module 'wifi'): void ns3::WifiMacQueue::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6983
    cls.add_method('Enqueue', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6984
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6985
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6986
    ## wifi-mac-queue.h (module 'wifi'): void ns3::WifiMacQueue::Flush() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6987
    cls.add_method('Flush', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6988
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6989
                   [])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6990
    ## wifi-mac-queue.h (module 'wifi'): ns3::Time ns3::WifiMacQueue::GetMaxDelay() const [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6991
    cls.add_method('GetMaxDelay', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6992
                   'ns3::Time', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6993
                   [], 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6994
                   is_const=True)
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6995
    ## wifi-mac-queue.h (module 'wifi'): uint32_t ns3::WifiMacQueue::GetMaxSize() const [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6996
    cls.add_method('GetMaxSize', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6997
                   'uint32_t', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6998
                   [], 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  6999
                   is_const=True)
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7000
    ## wifi-mac-queue.h (module 'wifi'): uint32_t ns3::WifiMacQueue::GetNPacketsByTidAndAddress(uint8_t tid, ns3::WifiMacHeader::AddressType type, ns3::Mac48Address addr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7001
    cls.add_method('GetNPacketsByTidAndAddress', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7002
                   'uint32_t', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7003
                   [param('uint8_t', 'tid'), param('ns3::WifiMacHeader::AddressType', 'type'), param('ns3::Mac48Address', 'addr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7004
    ## wifi-mac-queue.h (module 'wifi'): uint32_t ns3::WifiMacQueue::GetSize() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7005
    cls.add_method('GetSize', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7006
                   'uint32_t', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7007
                   [])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7008
    ## wifi-mac-queue.h (module 'wifi'): static ns3::TypeId ns3::WifiMacQueue::GetTypeId() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7009
    cls.add_method('GetTypeId', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7010
                   'ns3::TypeId', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7011
                   [], 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7012
                   is_static=True)
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7013
    ## wifi-mac-queue.h (module 'wifi'): bool ns3::WifiMacQueue::IsEmpty() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7014
    cls.add_method('IsEmpty', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7015
                   'bool', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7016
                   [])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7017
    ## wifi-mac-queue.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::WifiMacQueue::Peek(ns3::WifiMacHeader * hdr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7018
    cls.add_method('Peek', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7019
                   'ns3::Ptr< ns3::Packet const >', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7020
                   [param('ns3::WifiMacHeader *', 'hdr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7021
    ## wifi-mac-queue.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::WifiMacQueue::PeekByTidAndAddress(ns3::WifiMacHeader * hdr, uint8_t tid, ns3::WifiMacHeader::AddressType type, ns3::Mac48Address addr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7022
    cls.add_method('PeekByTidAndAddress', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7023
                   'ns3::Ptr< ns3::Packet const >', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7024
                   [param('ns3::WifiMacHeader *', 'hdr'), param('uint8_t', 'tid'), param('ns3::WifiMacHeader::AddressType', 'type'), param('ns3::Mac48Address', 'addr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7025
    ## wifi-mac-queue.h (module 'wifi'): ns3::Ptr<ns3::Packet const> ns3::WifiMacQueue::PeekFirstAvailable(ns3::WifiMacHeader * hdr, ns3::Time & tStamp, ns3::QosBlockedDestinations const * blockedPackets) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7026
    cls.add_method('PeekFirstAvailable', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7027
                   'ns3::Ptr< ns3::Packet const >', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7028
                   [param('ns3::WifiMacHeader *', 'hdr'), param('ns3::Time &', 'tStamp'), param('ns3::QosBlockedDestinations const *', 'blockedPackets')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7029
    ## wifi-mac-queue.h (module 'wifi'): void ns3::WifiMacQueue::PushFront(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7030
    cls.add_method('PushFront', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7031
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7032
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7033
    ## wifi-mac-queue.h (module 'wifi'): bool ns3::WifiMacQueue::Remove(ns3::Ptr<ns3::Packet const> packet) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7034
    cls.add_method('Remove', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7035
                   'bool', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7036
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7037
    ## wifi-mac-queue.h (module 'wifi'): void ns3::WifiMacQueue::SetMaxDelay(ns3::Time delay) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7038
    cls.add_method('SetMaxDelay', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7039
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7040
                   [param('ns3::Time', 'delay')])
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7041
    ## wifi-mac-queue.h (module 'wifi'): void ns3::WifiMacQueue::SetMaxSize(uint32_t maxSize) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7042
    cls.add_method('SetMaxSize', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7043
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7044
                   [param('uint32_t', 'maxSize')])
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7045
    ## wifi-mac-queue.h (module 'wifi'): void ns3::WifiMacQueue::Cleanup() [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7046
    cls.add_method('Cleanup', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7047
                   'void', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7048
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7049
                   visibility='protected', is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  7050
    ## wifi-mac-queue.h (module 'wifi'): ns3::Mac48Address ns3::WifiMacQueue::GetAddressForPacket(ns3::WifiMacHeader::AddressType type, std::_List_iterator<ns3::WifiMacQueue::Item> it) [member function]
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7051
    cls.add_method('GetAddressForPacket', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7052
                   'ns3::Mac48Address', 
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  7053
                   [param('ns3::WifiMacHeader::AddressType', 'type'), param('std::_List_iterator< ns3::WifiMacQueue::Item >', 'it')], 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7054
                   visibility='protected')
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7055
    return
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7056
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7057
def register_Ns3WifiMacTrailer_methods(root_module, cls):
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7058
    ## wifi-mac-trailer.h (module 'wifi'): ns3::WifiMacTrailer::WifiMacTrailer(ns3::WifiMacTrailer const & arg0) [copy constructor]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7059
    cls.add_constructor([param('ns3::WifiMacTrailer const &', 'arg0')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7060
    ## wifi-mac-trailer.h (module 'wifi'): ns3::WifiMacTrailer::WifiMacTrailer() [constructor]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7061
    cls.add_constructor([])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7062
    ## wifi-mac-trailer.h (module 'wifi'): uint32_t ns3::WifiMacTrailer::Deserialize(ns3::Buffer::Iterator start) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7063
    cls.add_method('Deserialize', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7064
                   'uint32_t', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7065
                   [param('ns3::Buffer::Iterator', 'start')], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7066
                   is_virtual=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7067
    ## wifi-mac-trailer.h (module 'wifi'): ns3::TypeId ns3::WifiMacTrailer::GetInstanceTypeId() const [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7068
    cls.add_method('GetInstanceTypeId', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7069
                   'ns3::TypeId', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7070
                   [], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7071
                   is_const=True, is_virtual=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7072
    ## wifi-mac-trailer.h (module 'wifi'): uint32_t ns3::WifiMacTrailer::GetSerializedSize() const [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7073
    cls.add_method('GetSerializedSize', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7074
                   'uint32_t', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7075
                   [], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7076
                   is_const=True, is_virtual=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7077
    ## wifi-mac-trailer.h (module 'wifi'): static ns3::TypeId ns3::WifiMacTrailer::GetTypeId() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7078
    cls.add_method('GetTypeId', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7079
                   'ns3::TypeId', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7080
                   [], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7081
                   is_static=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7082
    ## wifi-mac-trailer.h (module 'wifi'): void ns3::WifiMacTrailer::Print(std::ostream & os) const [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7083
    cls.add_method('Print', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7084
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7085
                   [param('std::ostream &', 'os')], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7086
                   is_const=True, is_virtual=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7087
    ## wifi-mac-trailer.h (module 'wifi'): void ns3::WifiMacTrailer::Serialize(ns3::Buffer::Iterator start) const [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7088
    cls.add_method('Serialize', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7089
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7090
                   [param('ns3::Buffer::Iterator', 'start')], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7091
                   is_const=True, is_virtual=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7092
    return
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7093
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7094
def register_Ns3WifiPhy_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7095
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhy::WifiPhy(ns3::WifiPhy const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7096
    cls.add_constructor([param('ns3::WifiPhy const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7097
    ## wifi-phy.h (module 'wifi'): ns3::WifiPhy::WifiPhy() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7098
    cls.add_constructor([])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  7099
    ## wifi-phy.h (module 'wifi'): int64_t ns3::WifiPhy::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  7100
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  7101
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  7102
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  7103
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7104
    ## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::CalculateSnr(ns3::WifiMode txMode, double ber) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7105
    cls.add_method('CalculateSnr', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7106
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7107
                   [param('ns3::WifiMode', 'txMode'), param('double', 'ber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7108
                   is_pure_virtual=True, is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7109
    ## wifi-phy.h (module 'wifi'): static ns3::Time ns3::WifiPhy::CalculateTxDuration(uint32_t size, ns3::WifiTxVector txvector, ns3::WifiPreamble preamble) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7110
    cls.add_method('CalculateTxDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7111
                   'ns3::Time', 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7112
                   [param('uint32_t', 'size'), param('ns3::WifiTxVector', 'txvector'), param('ns3::WifiPreamble', 'preamble')], 
7145
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7113
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7114
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::ConfigureStandard(ns3::WifiPhyStandard standard) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7115
    cls.add_method('ConfigureStandard', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7116
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7117
                   [param('ns3::WifiPhyStandard', 'standard')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7118
                   is_pure_virtual=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7119
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetBssMembershipSelector(uint32_t selector) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7120
    cls.add_method('GetBssMembershipSelector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7121
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7122
                   [param('uint32_t', 'selector')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7123
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7124
    ## wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::WifiChannel> ns3::WifiPhy::GetChannel() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7125
    cls.add_method('GetChannel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7126
                   'ns3::Ptr< ns3::WifiChannel >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7127
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7128
                   is_pure_virtual=True, is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7129
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetChannelBonding() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7130
    cls.add_method('GetChannelBonding', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7131
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7132
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7133
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7134
    ## wifi-phy.h (module 'wifi'): uint16_t ns3::WifiPhy::GetChannelNumber() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7135
    cls.add_method('GetChannelNumber', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7136
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7137
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7138
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7139
    ## wifi-phy.h (module 'wifi'): ns3::Time ns3::WifiPhy::GetDelayUntilIdle() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7140
    cls.add_method('GetDelayUntilIdle', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7141
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7142
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7143
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7144
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetDsssRate11Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7145
    cls.add_method('GetDsssRate11Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7146
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7147
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7148
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7149
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetDsssRate1Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7150
    cls.add_method('GetDsssRate1Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7151
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7152
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7153
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7154
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetDsssRate2Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7155
    cls.add_method('GetDsssRate2Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7156
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7157
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7158
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7159
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetDsssRate5_5Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7160
    cls.add_method('GetDsssRate5_5Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7161
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7162
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7163
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7164
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate12Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7165
    cls.add_method('GetErpOfdmRate12Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7166
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7167
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7168
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7169
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate18Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7170
    cls.add_method('GetErpOfdmRate18Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7171
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7172
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7173
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7174
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate24Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7175
    cls.add_method('GetErpOfdmRate24Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7176
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7177
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7178
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7179
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate36Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7180
    cls.add_method('GetErpOfdmRate36Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7181
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7182
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7183
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7184
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate48Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7185
    cls.add_method('GetErpOfdmRate48Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7186
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7187
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7188
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7189
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate54Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7190
    cls.add_method('GetErpOfdmRate54Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7191
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7192
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7193
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7194
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate6Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7195
    cls.add_method('GetErpOfdmRate6Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7196
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7197
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7198
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7199
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetErpOfdmRate9Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7200
    cls.add_method('GetErpOfdmRate9Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7201
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7202
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7203
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7204
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetFrequency() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7205
    cls.add_method('GetFrequency', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7206
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7207
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7208
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7209
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetGreenfield() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7210
    cls.add_method('GetGreenfield', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7211
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7212
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7213
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7214
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetGuardInterval() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7215
    cls.add_method('GetGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7216
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7217
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7218
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7219
    ## wifi-phy.h (module 'wifi'): ns3::Time ns3::WifiPhy::GetLastRxStartTime() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7220
    cls.add_method('GetLastRxStartTime', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7221
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7222
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7223
                   is_pure_virtual=True, is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7224
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetLdpc() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7225
    cls.add_method('GetLdpc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7226
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7227
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7228
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7229
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetMFPlcpHeaderMode(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7230
    cls.add_method('GetMFPlcpHeaderMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7231
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7232
                   [param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7233
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7234
    ## wifi-phy.h (module 'wifi'): uint8_t ns3::WifiPhy::GetMcs(uint8_t mcs) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7235
    cls.add_method('GetMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7236
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7237
                   [param('uint8_t', 'mcs')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7238
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7239
    ## wifi-phy.h (module 'wifi'): ns3::WifiModeList ns3::WifiPhy::GetMembershipSelectorModes(uint32_t selector) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7240
    cls.add_method('GetMembershipSelectorModes', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7241
                   'ns3::WifiModeList', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7242
                   [param('uint32_t', 'selector')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7243
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7244
    ## wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::WifiPhy::GetMode(uint32_t mode) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7245
    cls.add_method('GetMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7246
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7247
                   [param('uint32_t', 'mode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7248
                   is_pure_virtual=True, is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7249
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNBssMembershipSelectors() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7250
    cls.add_method('GetNBssMembershipSelectors', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7251
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7252
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7253
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7254
    ## wifi-phy.h (module 'wifi'): uint8_t ns3::WifiPhy::GetNMcs() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7255
    cls.add_method('GetNMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7256
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7257
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7258
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7259
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNModes() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7260
    cls.add_method('GetNModes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7261
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7262
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7263
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7264
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNTxPower() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7265
    cls.add_method('GetNTxPower', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7266
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7267
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7268
                   is_pure_virtual=True, is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7269
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNumberOfReceiveAntennas() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7270
    cls.add_method('GetNumberOfReceiveAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7271
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7272
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7273
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7274
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::GetNumberOfTransmitAntennas() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7275
    cls.add_method('GetNumberOfTransmitAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7276
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7277
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7278
                   is_pure_virtual=True, is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7279
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate108MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7280
    cls.add_method('GetOfdmRate108MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7281
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7282
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7283
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7284
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate120MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7285
    cls.add_method('GetOfdmRate120MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7286
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7287
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7288
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7289
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate121_5MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7290
    cls.add_method('GetOfdmRate121_5MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7291
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7292
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7293
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7294
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate12Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7295
    cls.add_method('GetOfdmRate12Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7296
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7297
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7298
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7299
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate12MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7300
    cls.add_method('GetOfdmRate12MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7301
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7302
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7303
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7304
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate12MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7305
    cls.add_method('GetOfdmRate12MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7306
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7307
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7308
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7309
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate135MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7310
    cls.add_method('GetOfdmRate135MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7311
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7312
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7313
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7314
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate135MbpsBW40MHzShGi() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7315
    cls.add_method('GetOfdmRate135MbpsBW40MHzShGi', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7316
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7317
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7318
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7319
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate13MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7320
    cls.add_method('GetOfdmRate13MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7321
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7322
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7323
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7324
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate13_5MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7325
    cls.add_method('GetOfdmRate13_5MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7326
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7327
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7328
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7329
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate13_5MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7330
    cls.add_method('GetOfdmRate13_5MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7331
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7332
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7333
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7334
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate14_4MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7335
    cls.add_method('GetOfdmRate14_4MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7336
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7337
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7338
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7339
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate150MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7340
    cls.add_method('GetOfdmRate150MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7341
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7342
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7343
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7344
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate15MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7345
    cls.add_method('GetOfdmRate15MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7346
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7347
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7348
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7349
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate18Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7350
    cls.add_method('GetOfdmRate18Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7351
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7352
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7353
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7354
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate18MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7355
    cls.add_method('GetOfdmRate18MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7356
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7357
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7358
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7359
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate19_5MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7360
    cls.add_method('GetOfdmRate19_5MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7361
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7362
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7363
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7364
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate1_5MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7365
    cls.add_method('GetOfdmRate1_5MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7366
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7367
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7368
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7369
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate21_7MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7370
    cls.add_method('GetOfdmRate21_7MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7371
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7372
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7373
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7374
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate24Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7375
    cls.add_method('GetOfdmRate24Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7376
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7377
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7378
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7379
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate24MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7380
    cls.add_method('GetOfdmRate24MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7381
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7382
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7383
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7384
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate26MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7385
    cls.add_method('GetOfdmRate26MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7386
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7387
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7388
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7389
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate27MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7390
    cls.add_method('GetOfdmRate27MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7391
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7392
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7393
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7394
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate27MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7395
    cls.add_method('GetOfdmRate27MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7396
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7397
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7398
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7399
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate28_9MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7400
    cls.add_method('GetOfdmRate28_9MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7401
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7402
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7403
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7404
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate2_25MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7405
    cls.add_method('GetOfdmRate2_25MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7406
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7407
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7408
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7409
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate30MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7410
    cls.add_method('GetOfdmRate30MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7411
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7412
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7413
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7414
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate36Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7415
    cls.add_method('GetOfdmRate36Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7416
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7417
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7418
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7419
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate39MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7420
    cls.add_method('GetOfdmRate39MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7421
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7422
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7423
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7424
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate3MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7425
    cls.add_method('GetOfdmRate3MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7426
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7427
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7428
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7429
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate3MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7430
    cls.add_method('GetOfdmRate3MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7431
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7432
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7433
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7434
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate40_5MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7435
    cls.add_method('GetOfdmRate40_5MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7436
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7437
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7438
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7439
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate43_3MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7440
    cls.add_method('GetOfdmRate43_3MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7441
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7442
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7443
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7444
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate45MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7445
    cls.add_method('GetOfdmRate45MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7446
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7447
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7448
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7449
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate48Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7450
    cls.add_method('GetOfdmRate48Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7451
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7452
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7453
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7454
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate4_5MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7455
    cls.add_method('GetOfdmRate4_5MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7456
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7457
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7458
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7459
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate4_5MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7460
    cls.add_method('GetOfdmRate4_5MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7461
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7462
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7463
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7464
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate52MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7465
    cls.add_method('GetOfdmRate52MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7466
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7467
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7468
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7469
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate54Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7470
    cls.add_method('GetOfdmRate54Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7471
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7472
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7473
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7474
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate54MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7475
    cls.add_method('GetOfdmRate54MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7476
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7477
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7478
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7479
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate57_8MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7480
    cls.add_method('GetOfdmRate57_8MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7481
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7482
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7483
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7484
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate58_5MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7485
    cls.add_method('GetOfdmRate58_5MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7486
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7487
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7488
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7489
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate60MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7490
    cls.add_method('GetOfdmRate60MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7491
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7492
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7493
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7494
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate65MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7495
    cls.add_method('GetOfdmRate65MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7496
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7497
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7498
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7499
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate65MbpsBW20MHzShGi() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7500
    cls.add_method('GetOfdmRate65MbpsBW20MHzShGi', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7501
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7502
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7503
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7504
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate6Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7505
    cls.add_method('GetOfdmRate6Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7506
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7507
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7508
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7509
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate6MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7510
    cls.add_method('GetOfdmRate6MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7511
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7512
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7513
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7514
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate6MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7515
    cls.add_method('GetOfdmRate6MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7516
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7517
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7518
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7519
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate6_5MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7520
    cls.add_method('GetOfdmRate6_5MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7521
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7522
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7523
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7524
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate72_2MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7525
    cls.add_method('GetOfdmRate72_2MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7526
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7527
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7528
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7529
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate7_2MbpsBW20MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7530
    cls.add_method('GetOfdmRate7_2MbpsBW20MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7531
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7532
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7533
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7534
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate81MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7535
    cls.add_method('GetOfdmRate81MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7536
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7537
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7538
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7539
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate90MbpsBW40MHz() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7540
    cls.add_method('GetOfdmRate90MbpsBW40MHz', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7541
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7542
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7543
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7544
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate9Mbps() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7545
    cls.add_method('GetOfdmRate9Mbps', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7546
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7547
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7548
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7549
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate9MbpsBW10MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7550
    cls.add_method('GetOfdmRate9MbpsBW10MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7551
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7552
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7553
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7554
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetOfdmRate9MbpsBW5MHz() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7555
    cls.add_method('GetOfdmRate9MbpsBW5MHz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7556
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7557
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7558
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7559
    ## wifi-phy.h (module 'wifi'): static double ns3::WifiPhy::GetPayloadDurationMicroSeconds(uint32_t size, ns3::WifiTxVector txvector) [member function]
7145
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7560
    cls.add_method('GetPayloadDurationMicroSeconds', 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7561
                   'double', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7562
                   [param('uint32_t', 'size'), param('ns3::WifiTxVector', 'txvector')], 
7145
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7563
                   is_static=True)
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7564
    ## wifi-phy.h (module 'wifi'): static uint32_t ns3::WifiPhy::GetPlcpHeaderDurationMicroSeconds(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function]
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7565
    cls.add_method('GetPlcpHeaderDurationMicroSeconds', 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7566
                   'uint32_t', 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7567
                   [param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7568
                   is_static=True)
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7569
    ## wifi-phy.h (module 'wifi'): static ns3::WifiMode ns3::WifiPhy::GetPlcpHeaderMode(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function]
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7570
    cls.add_method('GetPlcpHeaderMode', 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7571
                   'ns3::WifiMode', 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7572
                   [param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7573
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7574
    ## wifi-phy.h (module 'wifi'): static uint32_t ns3::WifiPhy::GetPlcpHtSigHeaderDurationMicroSeconds(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7575
    cls.add_method('GetPlcpHtSigHeaderDurationMicroSeconds', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7576
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7577
                   [param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7578
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7579
    ## wifi-phy.h (module 'wifi'): static uint32_t ns3::WifiPhy::GetPlcpHtTrainingSymbolDurationMicroSeconds(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble, ns3::WifiTxVector txvector) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7580
    cls.add_method('GetPlcpHtTrainingSymbolDurationMicroSeconds', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7581
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7582
                   [param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble'), param('ns3::WifiTxVector', 'txvector')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7583
                   is_static=True)
7145
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7584
    ## wifi-phy.h (module 'wifi'): static uint32_t ns3::WifiPhy::GetPlcpPreambleDurationMicroSeconds(ns3::WifiMode payloadMode, ns3::WifiPreamble preamble) [member function]
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7585
    cls.add_method('GetPlcpPreambleDurationMicroSeconds', 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7586
                   'uint32_t', 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7587
                   [param('ns3::WifiMode', 'payloadMode'), param('ns3::WifiPreamble', 'preamble')], 
a925e518220b Rescan wifi's bindings and fix some paths in the documentation
Mitch Watrous <watrous@u.washington.edu>
parents: 7055
diff changeset
  7588
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7589
    ## wifi-phy.h (module 'wifi'): ns3::Time ns3::WifiPhy::GetStateDuration() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7590
    cls.add_method('GetStateDuration', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7591
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7592
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7593
                   is_pure_virtual=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7594
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::GetStbc() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7595
    cls.add_method('GetStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7596
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7597
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7598
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7599
    ## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetTxPowerEnd() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7600
    cls.add_method('GetTxPowerEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7601
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7602
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7603
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7604
    ## wifi-phy.h (module 'wifi'): double ns3::WifiPhy::GetTxPowerStart() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7605
    cls.add_method('GetTxPowerStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7606
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7607
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7608
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7609
    ## wifi-phy.h (module 'wifi'): static ns3::TypeId ns3::WifiPhy::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7610
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7611
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7612
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7613
                   is_static=True)
10608
cc17de3c8ee6 [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10601
diff changeset
  7614
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsModeSupported(ns3::WifiMode mode) const [member function]
cc17de3c8ee6 [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10601
diff changeset
  7615
    cls.add_method('IsModeSupported', 
cc17de3c8ee6 [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10601
diff changeset
  7616
                   'bool', 
cc17de3c8ee6 [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10601
diff changeset
  7617
                   [param('ns3::WifiMode', 'mode')], 
cc17de3c8ee6 [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10601
diff changeset
  7618
                   is_pure_virtual=True, is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7619
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateBusy() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7620
    cls.add_method('IsStateBusy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7621
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7622
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7623
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7624
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateCcaBusy() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7625
    cls.add_method('IsStateCcaBusy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7626
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7627
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7628
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7629
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateIdle() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7630
    cls.add_method('IsStateIdle', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7631
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7632
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7633
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7634
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateRx() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7635
    cls.add_method('IsStateRx', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7636
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7637
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7638
                   is_pure_virtual=True, is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7639
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateSleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7640
    cls.add_method('IsStateSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7641
                   'bool', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7642
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7643
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7644
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateSwitching() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7645
    cls.add_method('IsStateSwitching', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7646
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7647
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7648
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7649
    ## wifi-phy.h (module 'wifi'): bool ns3::WifiPhy::IsStateTx() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7650
    cls.add_method('IsStateTx', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7651
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7652
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7653
                   is_pure_virtual=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7654
    ## wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::WifiPhy::McsToWifiMode(uint8_t mcs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7655
    cls.add_method('McsToWifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7656
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7657
                   [param('uint8_t', 'mcs')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7658
                   is_pure_virtual=True, is_virtual=True)
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7659
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyMonitorSniffRx(ns3::Ptr<ns3::Packet const> packet, uint16_t channelFreqMhz, uint16_t channelNumber, uint32_t rate, bool isShortPreamble, double signalDbm, double noiseDbm) [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7660
    cls.add_method('NotifyMonitorSniffRx', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7661
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7662
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'channelFreqMhz'), param('uint16_t', 'channelNumber'), param('uint32_t', 'rate'), param('bool', 'isShortPreamble'), param('double', 'signalDbm'), param('double', 'noiseDbm')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7663
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyMonitorSniffTx(ns3::Ptr<ns3::Packet const> packet, uint16_t channelFreqMhz, uint16_t channelNumber, uint32_t rate, bool isShortPreamble, uint8_t txPower) [member function]
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
  7664
    cls.add_method('NotifyMonitorSniffTx', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7665
                   'void', 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7666
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint16_t', 'channelFreqMhz'), param('uint16_t', 'channelNumber'), param('uint32_t', 'rate'), param('bool', 'isShortPreamble'), param('uint8_t', 'txPower')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7667
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyRxBegin(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7668
    cls.add_method('NotifyRxBegin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7669
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7670
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7671
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyRxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7672
    cls.add_method('NotifyRxDrop', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7673
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7674
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7675
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyRxEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7676
    cls.add_method('NotifyRxEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7677
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7678
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7679
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyTxBegin(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7680
    cls.add_method('NotifyTxBegin', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7681
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7682
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7683
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyTxDrop(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7684
    cls.add_method('NotifyTxDrop', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7685
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7686
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7687
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::NotifyTxEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7688
    cls.add_method('NotifyTxEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7689
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7690
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7691
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::RegisterListener(ns3::WifiPhyListener * listener) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7692
    cls.add_method('RegisterListener', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7693
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7694
                   [param('ns3::WifiPhyListener *', 'listener')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7695
                   is_pure_virtual=True, is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7696
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::ResumeFromSleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7697
    cls.add_method('ResumeFromSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7698
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7699
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7700
                   is_pure_virtual=True, is_virtual=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7701
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SendPacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiTxVector txvector, ns3::WifiPreamble preamble) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7702
    cls.add_method('SendPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7703
                   'void', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7704
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiTxVector', 'txvector'), param('ns3::WifiPreamble', 'preamble')], 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7705
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7706
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetChannelBonding(bool channelbonding) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7707
    cls.add_method('SetChannelBonding', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7708
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7709
                   [param('bool', 'channelbonding')], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7710
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7711
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetChannelNumber(uint16_t id) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7712
    cls.add_method('SetChannelNumber', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7713
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7714
                   [param('uint16_t', 'id')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7715
                   is_pure_virtual=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7716
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetFrequency(uint32_t freq) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7717
    cls.add_method('SetFrequency', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7718
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7719
                   [param('uint32_t', 'freq')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7720
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7721
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetGreenfield(bool greenfield) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7722
    cls.add_method('SetGreenfield', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7723
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7724
                   [param('bool', 'greenfield')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7725
                   is_pure_virtual=True, is_virtual=True)
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7726
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetGuardInterval(bool guardInterval) [member function]
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7727
    cls.add_method('SetGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7728
                   'void', 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7729
                   [param('bool', 'guardInterval')], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7730
                   is_pure_virtual=True, is_virtual=True)
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7731
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetLdpc(bool ldpc) [member function]
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7732
    cls.add_method('SetLdpc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7733
                   'void', 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
  7734
                   [param('bool', 'ldpc')], 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7735
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7736
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetNumberOfReceiveAntennas(uint32_t rx) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7737
    cls.add_method('SetNumberOfReceiveAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7738
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7739
                   [param('uint32_t', 'rx')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7740
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7741
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetNumberOfTransmitAntennas(uint32_t tx) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7742
    cls.add_method('SetNumberOfTransmitAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7743
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7744
                   [param('uint32_t', 'tx')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7745
                   is_pure_virtual=True, is_virtual=True)
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7746
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetReceiveErrorCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet const>, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7747
    cls.add_method('SetReceiveErrorCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7748
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7749
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7750
                   is_pure_virtual=True, is_virtual=True)
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7751
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetReceiveOkCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7752
    cls.add_method('SetReceiveOkCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7753
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7754
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7755
                   is_pure_virtual=True, is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7756
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetSleepMode() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7757
    cls.add_method('SetSleepMode', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7758
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7759
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7760
                   is_pure_virtual=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7761
    ## wifi-phy.h (module 'wifi'): void ns3::WifiPhy::SetStbc(bool stbc) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7762
    cls.add_method('SetStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7763
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7764
                   [param('bool', 'stbc')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7765
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7766
    ## wifi-phy.h (module 'wifi'): uint32_t ns3::WifiPhy::WifiModeToMcs(ns3::WifiMode mode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7767
    cls.add_method('WifiModeToMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7768
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7769
                   [param('ns3::WifiMode', 'mode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7770
                   is_pure_virtual=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7771
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7772
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7773
def register_Ns3WifiPhyStateHelper_methods(root_module, cls):
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7774
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::WifiPhyStateHelper::WifiPhyStateHelper(ns3::WifiPhyStateHelper const & arg0) [copy constructor]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7775
    cls.add_constructor([param('ns3::WifiPhyStateHelper const &', 'arg0')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7776
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::WifiPhyStateHelper::WifiPhyStateHelper() [constructor]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7777
    cls.add_constructor([])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7778
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::Time ns3::WifiPhyStateHelper::GetDelayUntilIdle() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7779
    cls.add_method('GetDelayUntilIdle', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7780
                   'ns3::Time', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7781
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7782
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::Time ns3::WifiPhyStateHelper::GetLastRxStartTime() const [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7783
    cls.add_method('GetLastRxStartTime', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7784
                   'ns3::Time', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7785
                   [], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7786
                   is_const=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7787
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::WifiPhy::State ns3::WifiPhyStateHelper::GetState() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7788
    cls.add_method('GetState', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7789
                   'ns3::WifiPhy::State', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7790
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7791
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::Time ns3::WifiPhyStateHelper::GetStateDuration() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7792
    cls.add_method('GetStateDuration', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7793
                   'ns3::Time', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7794
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7795
    ## wifi-phy-state-helper.h (module 'wifi'): static ns3::TypeId ns3::WifiPhyStateHelper::GetTypeId() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7796
    cls.add_method('GetTypeId', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7797
                   'ns3::TypeId', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7798
                   [], 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7799
                   is_static=True)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7800
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateBusy() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7801
    cls.add_method('IsStateBusy', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7802
                   'bool', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7803
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7804
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateCcaBusy() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7805
    cls.add_method('IsStateCcaBusy', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7806
                   'bool', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7807
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7808
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateIdle() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7809
    cls.add_method('IsStateIdle', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7810
                   'bool', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7811
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7812
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateRx() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7813
    cls.add_method('IsStateRx', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7814
                   'bool', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7815
                   [])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7816
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateSleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7817
    cls.add_method('IsStateSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7818
                   'bool', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7819
                   [])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7820
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateSwitching() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7821
    cls.add_method('IsStateSwitching', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7822
                   'bool', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7823
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7824
    ## wifi-phy-state-helper.h (module 'wifi'): bool ns3::WifiPhyStateHelper::IsStateTx() [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7825
    cls.add_method('IsStateTx', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7826
                   'bool', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7827
                   [])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7828
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::RegisterListener(ns3::WifiPhyListener * listener) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7829
    cls.add_method('RegisterListener', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7830
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7831
                   [param('ns3::WifiPhyListener *', 'listener')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7832
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SetReceiveErrorCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet const>, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7833
    cls.add_method('SetReceiveErrorCallback', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7834
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7835
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7836
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SetReceiveOkCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7837
    cls.add_method('SetReceiveOkCallback', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7838
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7839
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7840
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchFromRxEndError(ns3::Ptr<ns3::Packet const> packet, double snr) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7841
    cls.add_method('SwitchFromRxEndError', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7842
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7843
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'snr')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7844
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchFromRxEndOk(ns3::Ptr<ns3::Packet> packet, double snr, ns3::WifiMode mode, ns3::WifiPreamble preamble) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7845
    cls.add_method('SwitchFromRxEndOk', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7846
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7847
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('double', 'snr'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble')])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7848
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchFromSleep(ns3::Time duration) [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7849
    cls.add_method('SwitchFromSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7850
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7851
                   [param('ns3::Time', 'duration')])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7852
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchMaybeToCcaBusy(ns3::Time duration) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7853
    cls.add_method('SwitchMaybeToCcaBusy', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7854
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7855
                   [param('ns3::Time', 'duration')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7856
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchToChannelSwitching(ns3::Time switchingDuration) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7857
    cls.add_method('SwitchToChannelSwitching', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7858
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7859
                   [param('ns3::Time', 'switchingDuration')])
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7860
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchToRx(ns3::Time rxDuration) [member function]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7861
    cls.add_method('SwitchToRx', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7862
                   'void', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7863
                   [param('ns3::Time', 'rxDuration')])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7864
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchToSleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7865
    cls.add_method('SwitchToSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7866
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7867
                   [])
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7868
    ## wifi-phy-state-helper.h (module 'wifi'): void ns3::WifiPhyStateHelper::SwitchToTx(ns3::Time txDuration, ns3::Ptr<ns3::Packet const> packet, double txPowerDbm, ns3::WifiTxVector txVector, ns3::WifiPreamble preamble) [member function]
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7869
    cls.add_method('SwitchToTx', 
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7870
                   'void', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  7871
                   [param('ns3::Time', 'txDuration'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'txPowerDbm'), param('ns3::WifiTxVector', 'txVector'), param('ns3::WifiPreamble', 'preamble')])
10167
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7872
    ## wifi-phy-state-helper.h (module 'wifi'): ns3::WifiPhyStateHelper::m_stateLogger [variable]
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7873
    cls.add_instance_attribute('m_stateLogger', 'ns3::TracedCallback< ns3::Time, ns3::Time, ns3::WifiPhy::State, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', is_const=False)
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7874
    return
68501f19ac06 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 10141
diff changeset
  7875
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7876
def register_Ns3WifiRemoteStationManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7877
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationManager::WifiRemoteStationManager(ns3::WifiRemoteStationManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7878
    cls.add_constructor([param('ns3::WifiRemoteStationManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7879
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationManager::WifiRemoteStationManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7880
    cls.add_constructor([])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7881
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::AddBasicMcs(uint8_t mcs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7882
    cls.add_method('AddBasicMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7883
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7884
                   [param('uint8_t', 'mcs')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7885
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::AddBasicMode(ns3::WifiMode mode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7886
    cls.add_method('AddBasicMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7887
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7888
                   [param('ns3::WifiMode', 'mode')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7889
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::AddStationHtCapabilities(ns3::Mac48Address from, ns3::HtCapabilities htcapabilities) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7890
    cls.add_method('AddStationHtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7891
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7892
                   [param('ns3::Mac48Address', 'from'), param('ns3::HtCapabilities', 'htcapabilities')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7893
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::AddSupportedMcs(ns3::Mac48Address address, uint8_t mcs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7894
    cls.add_method('AddSupportedMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7895
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7896
                   [param('ns3::Mac48Address', 'address'), param('uint8_t', 'mcs')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7897
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::AddSupportedMode(ns3::Mac48Address address, ns3::WifiMode mode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7898
    cls.add_method('AddSupportedMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7899
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7900
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'mode')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7901
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::DoGetCtsToSelfTxVector() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7902
    cls.add_method('DoGetCtsToSelfTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7903
                   'ns3::WifiTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7904
                   [])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7905
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::GetAckTxVector(ns3::Mac48Address address, ns3::WifiMode dataMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7906
    cls.add_method('GetAckTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7907
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7908
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'dataMode')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7909
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::GetBasicMcs(uint32_t i) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7910
    cls.add_method('GetBasicMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7911
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7912
                   [param('uint32_t', 'i')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7913
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7914
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiMode ns3::WifiRemoteStationManager::GetBasicMode(uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7915
    cls.add_method('GetBasicMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7916
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7917
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7918
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7919
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::GetBlockAckTxVector(ns3::Mac48Address address, ns3::WifiMode dataMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7920
    cls.add_method('GetBlockAckTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7921
                   'ns3::WifiTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7922
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'dataMode')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7923
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::GetCtsToSelfTxVector(ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7924
    cls.add_method('GetCtsToSelfTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7925
                   'ns3::WifiTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7926
                   [param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7927
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::GetCtsTxVector(ns3::Mac48Address address, ns3::WifiMode rtsMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7928
    cls.add_method('GetCtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7929
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7930
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'rtsMode')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7931
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::GetDataTxVector(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fullPacketSize) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7932
    cls.add_method('GetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7933
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7934
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fullPacketSize')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7935
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::GetDefaultMcs() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7936
    cls.add_method('GetDefaultMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7937
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7938
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7939
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7940
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiMode ns3::WifiRemoteStationManager::GetDefaultMode() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7941
    cls.add_method('GetDefaultMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7942
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7943
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7944
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7945
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::GetDefaultTxPowerLevel() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7946
    cls.add_method('GetDefaultTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7947
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7948
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7949
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7950
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetFragmentOffset(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7951
    cls.add_method('GetFragmentOffset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7952
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7953
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7954
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetFragmentSize(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7955
    cls.add_method('GetFragmentSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7956
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7957
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7958
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetFragmentationThreshold() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7959
    cls.add_method('GetFragmentationThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7960
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7961
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7962
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7963
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::GetGreenfieldSupported(ns3::Mac48Address address) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7964
    cls.add_method('GetGreenfieldSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7965
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7966
                   [param('ns3::Mac48Address', 'address')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7967
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7968
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStationInfo ns3::WifiRemoteStationManager::GetInfo(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7969
    cls.add_method('GetInfo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7970
                   'ns3::WifiRemoteStationInfo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7971
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7972
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetMaxSlrc() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7973
    cls.add_method('GetMaxSlrc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7974
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7975
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7976
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7977
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetMaxSsrc() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7978
    cls.add_method('GetMaxSsrc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7979
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7980
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7981
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7982
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNBasicMcs() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7983
    cls.add_method('GetNBasicMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7984
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7985
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7986
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7987
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNBasicModes() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7988
    cls.add_method('GetNBasicModes', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7989
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7990
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7991
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7992
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiMode ns3::WifiRemoteStationManager::GetNonUnicastMode() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7993
    cls.add_method('GetNonUnicastMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7994
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7995
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  7996
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7997
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNumberOfTransmitAntennas() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7998
    cls.add_method('GetNumberOfTransmitAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  7999
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8000
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8001
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetRtsCtsThreshold() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8002
    cls.add_method('GetRtsCtsThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8003
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8004
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8005
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8006
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::GetRtsTxVector(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8007
    cls.add_method('GetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8008
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8009
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8010
    ## wifi-remote-station-manager.h (module 'wifi'): static ns3::TypeId ns3::WifiRemoteStationManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8011
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8012
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8013
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8014
                   is_static=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8015
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::HasHtSupported() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8016
    cls.add_method('HasHtSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8017
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8018
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8019
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8020
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::IsAssociated(ns3::Mac48Address address) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8021
    cls.add_method('IsAssociated', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8022
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8023
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8024
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8025
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::IsBrandNew(ns3::Mac48Address address) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8026
    cls.add_method('IsBrandNew', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8027
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8028
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8029
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8030
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::IsLastFragment(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fragmentNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8031
    cls.add_method('IsLastFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8032
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8033
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fragmentNumber')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8034
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::IsWaitAssocTxOk(ns3::Mac48Address address) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8035
    cls.add_method('IsWaitAssocTxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8036
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8037
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8038
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8039
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::NeedCtsToSelf(ns3::WifiTxVector txVector) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8040
    cls.add_method('NeedCtsToSelf', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8041
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8042
                   [param('ns3::WifiTxVector', 'txVector')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8043
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::NeedDataRetransmission(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8044
    cls.add_method('NeedDataRetransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8045
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8046
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8047
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::NeedFragmentation(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8048
    cls.add_method('NeedFragmentation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8049
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8050
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8051
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::NeedRts(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8052
    cls.add_method('NeedRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8053
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8054
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8055
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::NeedRtsRetransmission(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8056
    cls.add_method('NeedRtsRetransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8057
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8058
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8059
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::PrepareForQueue(ns3::Mac48Address address, ns3::WifiMacHeader const * header, ns3::Ptr<ns3::Packet const> packet, uint32_t fullPacketSize) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8060
    cls.add_method('PrepareForQueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8061
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8062
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('uint32_t', 'fullPacketSize')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8063
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::RecordDisassociated(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8064
    cls.add_method('RecordDisassociated', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8065
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8066
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8067
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::RecordGotAssocTxFailed(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8068
    cls.add_method('RecordGotAssocTxFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8069
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8070
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8071
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::RecordGotAssocTxOk(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8072
    cls.add_method('RecordGotAssocTxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8073
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8074
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8075
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::RecordWaitAssocTxOk(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8076
    cls.add_method('RecordWaitAssocTxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8077
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8078
                   [param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8079
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportDataFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8080
    cls.add_method('ReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8081
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8082
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8083
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportDataOk(ns3::Mac48Address address, ns3::WifiMacHeader const * header, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8084
    cls.add_method('ReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8085
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8086
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8087
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportFinalDataFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8088
    cls.add_method('ReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8089
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8090
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8091
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportFinalRtsFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8092
    cls.add_method('ReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8093
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8094
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8095
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportRtsFailed(ns3::Mac48Address address, ns3::WifiMacHeader const * header) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8096
    cls.add_method('ReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8097
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8098
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8099
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportRtsOk(ns3::Mac48Address address, ns3::WifiMacHeader const * header, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8100
    cls.add_method('ReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8101
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8102
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8103
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::ReportRxOk(ns3::Mac48Address address, ns3::WifiMacHeader const * header, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8104
    cls.add_method('ReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8105
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8106
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMacHeader const *', 'header'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8107
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::Reset() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8108
    cls.add_method('Reset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8109
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8110
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8111
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::Reset(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8112
    cls.add_method('Reset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8113
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8114
                   [param('ns3::Mac48Address', 'address')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8115
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetDefaultTxPowerLevel(uint8_t txPower) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8116
    cls.add_method('SetDefaultTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8117
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8118
                   [param('uint8_t', 'txPower')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8119
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetFragmentationThreshold(uint32_t threshold) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8120
    cls.add_method('SetFragmentationThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8121
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8122
                   [param('uint32_t', 'threshold')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8123
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetHtSupported(bool enable) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8124
    cls.add_method('SetHtSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8125
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8126
                   [param('bool', 'enable')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8127
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetMaxSlrc(uint32_t maxSlrc) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8128
    cls.add_method('SetMaxSlrc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8129
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8130
                   [param('uint32_t', 'maxSlrc')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8131
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetMaxSsrc(uint32_t maxSsrc) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8132
    cls.add_method('SetMaxSsrc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8133
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8134
                   [param('uint32_t', 'maxSsrc')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8135
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetRtsCtsThreshold(uint32_t threshold) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8136
    cls.add_method('SetRtsCtsThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8137
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8138
                   [param('uint32_t', 'threshold')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8139
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::SetupPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8140
    cls.add_method('SetupPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8141
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8142
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8143
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8144
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8145
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8146
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8147
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8148
                   visibility='protected', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8149
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::GetGreenfield(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8150
    cls.add_method('GetGreenfield', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8151
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8152
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8153
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8154
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetLongRetryCount(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8155
    cls.add_method('GetLongRetryCount', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8156
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8157
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8158
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8159
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::GetMcsSupported(ns3::WifiRemoteStation const * station, uint32_t i) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8160
    cls.add_method('GetMcsSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8161
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8162
                   [param('ns3::WifiRemoteStation const *', 'station'), param('uint32_t', 'i')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8163
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8164
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNMcsSupported(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8165
    cls.add_method('GetNMcsSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8166
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8167
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8168
                   is_const=True, visibility='protected')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8169
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNSupported(ns3::WifiRemoteStation const * station) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8170
    cls.add_method('GetNSupported', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8171
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8172
                   [param('ns3::WifiRemoteStation const *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8173
                   is_const=True, visibility='protected')
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8174
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNumberOfReceiveAntennas(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8175
    cls.add_method('GetNumberOfReceiveAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8176
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8177
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8178
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8179
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetNumberOfTransmitAntennas(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8180
    cls.add_method('GetNumberOfTransmitAntennas', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8181
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8182
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8183
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8184
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::GetShortGuardInterval(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8185
    cls.add_method('GetShortGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8186
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8187
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8188
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8189
    ## wifi-remote-station-manager.h (module 'wifi'): uint32_t ns3::WifiRemoteStationManager::GetShortRetryCount(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8190
    cls.add_method('GetShortRetryCount', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8191
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8192
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8193
                   is_const=True, visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8194
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::GetStbc(ns3::WifiRemoteStation const * station) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8195
    cls.add_method('GetStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8196
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8197
                   [param('ns3::WifiRemoteStation const *', 'station')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8198
                   is_const=True, visibility='protected')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8199
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiMode ns3::WifiRemoteStationManager::GetSupported(ns3::WifiRemoteStation const * station, uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8200
    cls.add_method('GetSupported', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8201
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8202
                   [param('ns3::WifiRemoteStation const *', 'station'), param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8203
                   is_const=True, visibility='protected')
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8204
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::WifiRemoteStationManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8205
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8206
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8207
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8208
                   is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8209
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoGetAckTxGuardInterval(ns3::Mac48Address address, ns3::WifiMode ackMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8210
    cls.add_method('DoGetAckTxGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8211
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8212
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ackMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8213
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8214
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetAckTxNess(ns3::Mac48Address address, ns3::WifiMode ackMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8215
    cls.add_method('DoGetAckTxNess', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8216
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8217
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ackMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8218
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8219
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetAckTxNss(ns3::Mac48Address address, ns3::WifiMode ackMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8220
    cls.add_method('DoGetAckTxNss', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8221
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8222
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ackMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8223
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8224
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetAckTxPowerLevel(ns3::Mac48Address address, ns3::WifiMode ackMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8225
    cls.add_method('DoGetAckTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8226
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8227
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ackMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8228
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8229
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoGetAckTxStbc(ns3::Mac48Address address, ns3::WifiMode ackMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8230
    cls.add_method('DoGetAckTxStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8231
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8232
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ackMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8233
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8234
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoGetBlockAckTxGuardInterval(ns3::Mac48Address address, ns3::WifiMode blockAckMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8235
    cls.add_method('DoGetBlockAckTxGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8236
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8237
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'blockAckMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8238
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8239
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetBlockAckTxNess(ns3::Mac48Address address, ns3::WifiMode blockAckMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8240
    cls.add_method('DoGetBlockAckTxNess', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8241
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8242
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'blockAckMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8243
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8244
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetBlockAckTxNss(ns3::Mac48Address address, ns3::WifiMode blockAckMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8245
    cls.add_method('DoGetBlockAckTxNss', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8246
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8247
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'blockAckMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8248
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8249
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetBlockAckTxPowerLevel(ns3::Mac48Address address, ns3::WifiMode blockAckMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8250
    cls.add_method('DoGetBlockAckTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8251
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8252
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'blockAckMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8253
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8254
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoGetBlockAckTxStbc(ns3::Mac48Address address, ns3::WifiMode blockAckMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8255
    cls.add_method('DoGetBlockAckTxStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8256
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8257
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'blockAckMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8258
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8259
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoGetCtsTxGuardInterval(ns3::Mac48Address address, ns3::WifiMode ctsMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8260
    cls.add_method('DoGetCtsTxGuardInterval', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8261
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8262
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ctsMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8263
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8264
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetCtsTxNess(ns3::Mac48Address address, ns3::WifiMode ctsMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8265
    cls.add_method('DoGetCtsTxNess', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8266
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8267
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ctsMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8268
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8269
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetCtsTxNss(ns3::Mac48Address address, ns3::WifiMode ctsMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8270
    cls.add_method('DoGetCtsTxNss', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8271
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8272
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ctsMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8273
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8274
    ## wifi-remote-station-manager.h (module 'wifi'): uint8_t ns3::WifiRemoteStationManager::DoGetCtsTxPowerLevel(ns3::Mac48Address address, ns3::WifiMode ctsMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8275
    cls.add_method('DoGetCtsTxPowerLevel', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8276
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8277
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ctsMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8278
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8279
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoGetCtsTxStbc(ns3::Mac48Address address, ns3::WifiMode ctsMode) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8280
    cls.add_method('DoGetCtsTxStbc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8281
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8282
                   [param('ns3::Mac48Address', 'address'), param('ns3::WifiMode', 'ctsMode')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8283
                   visibility='private', is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8284
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8285
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8286
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8287
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8288
                   is_pure_virtual=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8289
    ## wifi-remote-station-manager.h (module 'wifi'): ns3::WifiTxVector ns3::WifiRemoteStationManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8290
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8291
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8292
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8293
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8294
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoNeedDataRetransmission(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8295
    cls.add_method('DoNeedDataRetransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8296
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8297
                   [param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8298
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8299
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoNeedFragmentation(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8300
    cls.add_method('DoNeedFragmentation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8301
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8302
                   [param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8303
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8304
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoNeedRts(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8305
    cls.add_method('DoNeedRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8306
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8307
                   [param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8308
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8309
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::DoNeedRtsRetransmission(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8310
    cls.add_method('DoNeedRtsRetransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8311
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8312
                   [param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8313
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8314
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8315
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8316
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8317
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8318
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8319
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8320
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8321
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8322
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8323
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8324
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8325
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8326
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8327
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8328
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8329
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8330
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8331
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8332
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8333
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8334
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8335
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8336
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8337
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8338
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8339
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8340
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8341
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8342
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8343
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8344
    ## wifi-remote-station-manager.h (module 'wifi'): void ns3::WifiRemoteStationManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8345
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8346
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8347
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8348
                   is_pure_virtual=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8349
    ## wifi-remote-station-manager.h (module 'wifi'): bool ns3::WifiRemoteStationManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8350
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8351
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8352
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8353
                   is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8354
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8355
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8356
def register_Ns3YansWifiPhy_methods(root_module, cls):
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8357
    ## yans-wifi-phy.h (module 'wifi'): ns3::YansWifiPhy::YansWifiPhy(ns3::YansWifiPhy const & arg0) [copy constructor]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8358
    cls.add_constructor([param('ns3::YansWifiPhy const &', 'arg0')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8359
    ## yans-wifi-phy.h (module 'wifi'): ns3::YansWifiPhy::YansWifiPhy() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8360
    cls.add_constructor([])
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8361
    ## yans-wifi-phy.h (module 'wifi'): int64_t ns3::YansWifiPhy::AssignStreams(int64_t stream) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8362
    cls.add_method('AssignStreams', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8363
                   'int64_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8364
                   [param('int64_t', 'stream')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8365
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8366
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::CalculateSnr(ns3::WifiMode txMode, double ber) const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8367
    cls.add_method('CalculateSnr', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8368
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8369
                   [param('ns3::WifiMode', 'txMode'), param('double', 'ber')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8370
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8371
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::ConfigureStandard(ns3::WifiPhyStandard standard) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8372
    cls.add_method('ConfigureStandard', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8373
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8374
                   [param('ns3::WifiPhyStandard', 'standard')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8375
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8376
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetBssMembershipSelector(uint32_t selector) const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8377
    cls.add_method('GetBssMembershipSelector', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8378
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8379
                   [param('uint32_t', 'selector')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8380
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8381
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetCcaMode1Threshold() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8382
    cls.add_method('GetCcaMode1Threshold', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8383
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8384
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8385
                   is_const=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8386
    ## yans-wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::WifiChannel> ns3::YansWifiPhy::GetChannel() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8387
    cls.add_method('GetChannel', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8388
                   'ns3::Ptr< ns3::WifiChannel >', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8389
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8390
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8391
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::GetChannelBonding() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8392
    cls.add_method('GetChannelBonding', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8393
                   'bool', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8394
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8395
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8396
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetChannelFrequencyMhz() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8397
    cls.add_method('GetChannelFrequencyMhz', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8398
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8399
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8400
                   is_const=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8401
    ## yans-wifi-phy.h (module 'wifi'): uint16_t ns3::YansWifiPhy::GetChannelNumber() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8402
    cls.add_method('GetChannelNumber', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8403
                   'uint16_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8404
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8405
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8406
    ## yans-wifi-phy.h (module 'wifi'): ns3::Time ns3::YansWifiPhy::GetDelayUntilIdle() [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8407
    cls.add_method('GetDelayUntilIdle', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8408
                   'ns3::Time', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8409
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8410
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8411
    ## yans-wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::Object> ns3::YansWifiPhy::GetDevice() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8412
    cls.add_method('GetDevice', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8413
                   'ns3::Ptr< ns3::Object >', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8414
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8415
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8416
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetEdThreshold() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8417
    cls.add_method('GetEdThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8418
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8419
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8420
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8421
    ## yans-wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::ErrorRateModel> ns3::YansWifiPhy::GetErrorRateModel() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8422
    cls.add_method('GetErrorRateModel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8423
                   'ns3::Ptr< ns3::ErrorRateModel >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8424
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8425
                   is_const=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8426
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetFrequency() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8427
    cls.add_method('GetFrequency', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8428
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8429
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8430
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8431
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::GetGreenfield() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8432
    cls.add_method('GetGreenfield', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8433
                   'bool', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8434
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8435
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8436
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::GetGuardInterval() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8437
    cls.add_method('GetGuardInterval', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8438
                   'bool', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8439
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8440
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8441
    ## yans-wifi-phy.h (module 'wifi'): ns3::Time ns3::YansWifiPhy::GetLastRxStartTime() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8442
    cls.add_method('GetLastRxStartTime', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8443
                   'ns3::Time', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8444
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8445
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8446
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::GetLdpc() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8447
    cls.add_method('GetLdpc', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8448
                   'bool', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8449
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8450
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8451
    ## yans-wifi-phy.h (module 'wifi'): uint8_t ns3::YansWifiPhy::GetMcs(uint8_t mcs) const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8452
    cls.add_method('GetMcs', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8453
                   'uint8_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8454
                   [param('uint8_t', 'mcs')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8455
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8456
    ## yans-wifi-phy.h (module 'wifi'): ns3::WifiModeList ns3::YansWifiPhy::GetMembershipSelectorModes(uint32_t selector) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8457
    cls.add_method('GetMembershipSelectorModes', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8458
                   'ns3::WifiModeList', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8459
                   [param('uint32_t', 'selector')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8460
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8461
    ## yans-wifi-phy.h (module 'wifi'): ns3::Ptr<ns3::Object> ns3::YansWifiPhy::GetMobility() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8462
    cls.add_method('GetMobility', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8463
                   'ns3::Ptr< ns3::Object >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8464
                   [])
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8465
    ## yans-wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::YansWifiPhy::GetMode(uint32_t mode) const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8466
    cls.add_method('GetMode', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8467
                   'ns3::WifiMode', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8468
                   [param('uint32_t', 'mode')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8469
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8470
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetNBssMembershipSelectors() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8471
    cls.add_method('GetNBssMembershipSelectors', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8472
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8473
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8474
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8475
    ## yans-wifi-phy.h (module 'wifi'): uint8_t ns3::YansWifiPhy::GetNMcs() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8476
    cls.add_method('GetNMcs', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8477
                   'uint8_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8478
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8479
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8480
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetNModes() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8481
    cls.add_method('GetNModes', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8482
                   'uint32_t', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8483
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8484
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8485
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetNTxPower() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8486
    cls.add_method('GetNTxPower', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8487
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8488
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8489
                   is_const=True, is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8490
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetNumberOfReceiveAntennas() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8491
    cls.add_method('GetNumberOfReceiveAntennas', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8492
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8493
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8494
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8495
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::GetNumberOfTransmitAntennas() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8496
    cls.add_method('GetNumberOfTransmitAntennas', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8497
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8498
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8499
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8500
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetRxGain() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8501
    cls.add_method('GetRxGain', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8502
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8503
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8504
                   is_const=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8505
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetRxNoiseFigure() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8506
    cls.add_method('GetRxNoiseFigure', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8507
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8508
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8509
                   is_const=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8510
    ## yans-wifi-phy.h (module 'wifi'): ns3::Time ns3::YansWifiPhy::GetStateDuration() [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8511
    cls.add_method('GetStateDuration', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8512
                   'ns3::Time', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8513
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8514
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8515
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::GetStbc() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8516
    cls.add_method('GetStbc', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8517
                   'bool', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8518
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8519
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8520
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetTxGain() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8521
    cls.add_method('GetTxGain', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8522
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8523
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8524
                   is_const=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8525
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetTxPowerEnd() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8526
    cls.add_method('GetTxPowerEnd', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8527
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8528
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8529
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8530
    ## yans-wifi-phy.h (module 'wifi'): double ns3::YansWifiPhy::GetTxPowerStart() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8531
    cls.add_method('GetTxPowerStart', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8532
                   'double', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8533
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8534
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8535
    ## yans-wifi-phy.h (module 'wifi'): static ns3::TypeId ns3::YansWifiPhy::GetTypeId() [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8536
    cls.add_method('GetTypeId', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8537
                   'ns3::TypeId', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8538
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8539
                   is_static=True)
10805
2cf571628c05 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10795
diff changeset
  8540
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsMcsSupported(ns3::WifiMode mode) [member function]
2cf571628c05 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10795
diff changeset
  8541
    cls.add_method('IsMcsSupported', 
2cf571628c05 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10795
diff changeset
  8542
                   'bool', 
2cf571628c05 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10795
diff changeset
  8543
                   [param('ns3::WifiMode', 'mode')], 
2cf571628c05 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10795
diff changeset
  8544
                   is_virtual=True)
10601
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  8545
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsModeSupported(ns3::WifiMode mode) const [member function]
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  8546
    cls.add_method('IsModeSupported', 
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  8547
                   'bool', 
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  8548
                   [param('ns3::WifiMode', 'mode')], 
9e7ff25053ed [wifi] rescan Python binding
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 10567
diff changeset
  8549
                   is_const=True, is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8550
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateBusy() [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8551
    cls.add_method('IsStateBusy', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8552
                   'bool', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8553
                   [], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8554
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8555
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateCcaBusy() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8556
    cls.add_method('IsStateCcaBusy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8557
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8558
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8559
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8560
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateIdle() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8561
    cls.add_method('IsStateIdle', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8562
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8563
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8564
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8565
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateRx() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8566
    cls.add_method('IsStateRx', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8567
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8568
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8569
                   is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8570
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateSleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8571
    cls.add_method('IsStateSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8572
                   'bool', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8573
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8574
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8575
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateSwitching() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8576
    cls.add_method('IsStateSwitching', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8577
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8578
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8579
                   is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8580
    ## yans-wifi-phy.h (module 'wifi'): bool ns3::YansWifiPhy::IsStateTx() [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8581
    cls.add_method('IsStateTx', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8582
                   'bool', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8583
                   [], 
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8584
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8585
    ## yans-wifi-phy.h (module 'wifi'): ns3::WifiMode ns3::YansWifiPhy::McsToWifiMode(uint8_t mcs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8586
    cls.add_method('McsToWifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8587
                   'ns3::WifiMode', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8588
                   [param('uint8_t', 'mcs')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8589
                   is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8590
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::RegisterListener(ns3::WifiPhyListener * listener) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8591
    cls.add_method('RegisterListener', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8592
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8593
                   [param('ns3::WifiPhyListener *', 'listener')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8594
                   is_virtual=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8595
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::ResumeFromSleep() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8596
    cls.add_method('ResumeFromSleep', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8597
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8598
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8599
                   is_virtual=True)
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8600
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SendPacket(ns3::Ptr<ns3::Packet const> packet, ns3::WifiTxVector txvector, ns3::WifiPreamble preamble) [member function]
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8601
    cls.add_method('SendPacket', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8602
                   'void', 
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8603
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiTxVector', 'txvector'), param('ns3::WifiPreamble', 'preamble')], 
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8604
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8605
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetCcaMode1Threshold(double threshold) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8606
    cls.add_method('SetCcaMode1Threshold', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8607
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8608
                   [param('double', 'threshold')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8609
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetChannel(ns3::Ptr<ns3::YansWifiChannel> channel) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8610
    cls.add_method('SetChannel', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8611
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8612
                   [param('ns3::Ptr< ns3::YansWifiChannel >', 'channel')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8613
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetChannelBonding(bool channelbonding) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8614
    cls.add_method('SetChannelBonding', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8615
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8616
                   [param('bool', 'channelbonding')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8617
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8618
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetChannelNumber(uint16_t id) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8619
    cls.add_method('SetChannelNumber', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8620
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8621
                   [param('uint16_t', 'id')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8622
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8623
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetDevice(ns3::Ptr<ns3::Object> device) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8624
    cls.add_method('SetDevice', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8625
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8626
                   [param('ns3::Ptr< ns3::Object >', 'device')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8627
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetEdThreshold(double threshold) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8628
    cls.add_method('SetEdThreshold', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8629
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8630
                   [param('double', 'threshold')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8631
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetErrorRateModel(ns3::Ptr<ns3::ErrorRateModel> rate) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8632
    cls.add_method('SetErrorRateModel', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8633
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8634
                   [param('ns3::Ptr< ns3::ErrorRateModel >', 'rate')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8635
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetFrequency(uint32_t freq) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8636
    cls.add_method('SetFrequency', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8637
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8638
                   [param('uint32_t', 'freq')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8639
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8640
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetGreenfield(bool greenfield) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8641
    cls.add_method('SetGreenfield', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8642
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8643
                   [param('bool', 'greenfield')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8644
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8645
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetGuardInterval(bool guardInterval) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8646
    cls.add_method('SetGuardInterval', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8647
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8648
                   [param('bool', 'guardInterval')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8649
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8650
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetLdpc(bool ldpc) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8651
    cls.add_method('SetLdpc', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8652
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8653
                   [param('bool', 'ldpc')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8654
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8655
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetMobility(ns3::Ptr<ns3::Object> mobility) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8656
    cls.add_method('SetMobility', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8657
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8658
                   [param('ns3::Ptr< ns3::Object >', 'mobility')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8659
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetNTxPower(uint32_t n) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8660
    cls.add_method('SetNTxPower', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8661
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8662
                   [param('uint32_t', 'n')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8663
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetNumberOfReceiveAntennas(uint32_t rx) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8664
    cls.add_method('SetNumberOfReceiveAntennas', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8665
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8666
                   [param('uint32_t', 'rx')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8667
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8668
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetNumberOfTransmitAntennas(uint32_t tx) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8669
    cls.add_method('SetNumberOfTransmitAntennas', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8670
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8671
                   [param('uint32_t', 'tx')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8672
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8673
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetReceiveErrorCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet const>, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8674
    cls.add_method('SetReceiveErrorCallback', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8675
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8676
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet const >, double, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8677
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8678
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetReceiveOkCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8679
    cls.add_method('SetReceiveOkCallback', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8680
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8681
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, double, ns3::WifiMode, ns3::WifiPreamble, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8682
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8683
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetRxGain(double gain) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8684
    cls.add_method('SetRxGain', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8685
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8686
                   [param('double', 'gain')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8687
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetRxNoiseFigure(double noiseFigureDb) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8688
    cls.add_method('SetRxNoiseFigure', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8689
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8690
                   [param('double', 'noiseFigureDb')])
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8691
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetSleepMode() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8692
    cls.add_method('SetSleepMode', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8693
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8694
                   [], 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
  8695
                   is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8696
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetStbc(bool stbc) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8697
    cls.add_method('SetStbc', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8698
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8699
                   [param('bool', 'stbc')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8700
                   is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8701
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetTxGain(double gain) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8702
    cls.add_method('SetTxGain', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8703
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8704
                   [param('double', 'gain')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8705
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetTxPowerEnd(double end) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8706
    cls.add_method('SetTxPowerEnd', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8707
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8708
                   [param('double', 'end')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8709
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::SetTxPowerStart(double start) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8710
    cls.add_method('SetTxPowerStart', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8711
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8712
                   [param('double', 'start')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8713
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::StartReceivePacket(ns3::Ptr<ns3::Packet> packet, double rxPowerDbm, ns3::WifiTxVector txVector, ns3::WifiPreamble preamble) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8714
    cls.add_method('StartReceivePacket', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8715
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8716
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('double', 'rxPowerDbm'), param('ns3::WifiTxVector', 'txVector'), param('ns3::WifiPreamble', 'preamble')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8717
    ## yans-wifi-phy.h (module 'wifi'): uint32_t ns3::YansWifiPhy::WifiModeToMcs(ns3::WifiMode mode) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8718
    cls.add_method('WifiModeToMcs', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8719
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8720
                   [param('ns3::WifiMode', 'mode')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  8721
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8722
    ## yans-wifi-phy.h (module 'wifi'): void ns3::YansWifiPhy::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8723
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8724
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8725
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8726
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8727
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8728
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8729
def register_Ns3ZetaRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8730
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::ZetaRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8731
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8732
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8733
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8734
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8735
    ## random-variable-stream.h (module 'core'): ns3::ZetaRandomVariable::ZetaRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8736
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8737
    ## random-variable-stream.h (module 'core'): double ns3::ZetaRandomVariable::GetAlpha() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8738
    cls.add_method('GetAlpha', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8739
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8740
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8741
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8742
    ## random-variable-stream.h (module 'core'): double ns3::ZetaRandomVariable::GetValue(double alpha) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8743
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8744
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8745
                   [param('double', 'alpha')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8746
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ZetaRandomVariable::GetInteger(uint32_t alpha) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8747
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8748
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8749
                   [param('uint32_t', 'alpha')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8750
    ## random-variable-stream.h (module 'core'): double ns3::ZetaRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8751
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8752
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8753
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8754
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8755
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ZetaRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8756
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8757
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8758
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8759
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8760
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8761
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8762
def register_Ns3ZipfRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8763
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::ZipfRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8764
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8765
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8766
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8767
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8768
    ## random-variable-stream.h (module 'core'): ns3::ZipfRandomVariable::ZipfRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8769
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8770
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ZipfRandomVariable::GetN() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8771
    cls.add_method('GetN', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8772
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8773
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8774
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8775
    ## random-variable-stream.h (module 'core'): double ns3::ZipfRandomVariable::GetAlpha() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8776
    cls.add_method('GetAlpha', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8777
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8778
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8779
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8780
    ## random-variable-stream.h (module 'core'): double ns3::ZipfRandomVariable::GetValue(uint32_t n, double alpha) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8781
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8782
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8783
                   [param('uint32_t', 'n'), param('double', 'alpha')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8784
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ZipfRandomVariable::GetInteger(uint32_t n, uint32_t alpha) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8785
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8786
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8787
                   [param('uint32_t', 'n'), param('uint32_t', 'alpha')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8788
    ## random-variable-stream.h (module 'core'): double ns3::ZipfRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8789
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8790
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8791
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8792
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8793
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ZipfRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8794
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8795
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8796
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8797
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8798
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  8799
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8800
def register_Ns3AarfWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8801
    ## aarf-wifi-manager.h (module 'wifi'): ns3::AarfWifiManager::AarfWifiManager(ns3::AarfWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8802
    cls.add_constructor([param('ns3::AarfWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8803
    ## aarf-wifi-manager.h (module 'wifi'): ns3::AarfWifiManager::AarfWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8804
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8805
    ## aarf-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::AarfWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8806
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8807
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8808
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8809
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8810
    ## aarf-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::AarfWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8811
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8812
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8813
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8814
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8815
    ## aarf-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::AarfWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8816
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8817
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8818
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8819
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8820
    ## aarf-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::AarfWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8821
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8822
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8823
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8824
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8825
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8826
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8827
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8828
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8829
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8830
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8831
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8832
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8833
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8834
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8835
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8836
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8837
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8838
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8839
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8840
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8841
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8842
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8843
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8844
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8845
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8846
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8847
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8848
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8849
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8850
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8851
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8852
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8853
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8854
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8855
    ## aarf-wifi-manager.h (module 'wifi'): void ns3::AarfWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8856
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8857
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8858
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8859
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8860
    ## aarf-wifi-manager.h (module 'wifi'): bool ns3::AarfWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8861
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8862
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8863
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8864
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8865
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8866
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8867
def register_Ns3AarfcdWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8868
    ## aarfcd-wifi-manager.h (module 'wifi'): ns3::AarfcdWifiManager::AarfcdWifiManager(ns3::AarfcdWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8869
    cls.add_constructor([param('ns3::AarfcdWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8870
    ## aarfcd-wifi-manager.h (module 'wifi'): ns3::AarfcdWifiManager::AarfcdWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8871
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8872
    ## aarfcd-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::AarfcdWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8873
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8874
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8875
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8876
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8877
    ## aarfcd-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::AarfcdWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8878
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8879
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8880
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8881
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8882
    ## aarfcd-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::AarfcdWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8883
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8884
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8885
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8886
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8887
    ## aarfcd-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::AarfcdWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8888
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8889
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8890
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8891
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8892
    ## aarfcd-wifi-manager.h (module 'wifi'): bool ns3::AarfcdWifiManager::DoNeedRts(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8893
    cls.add_method('DoNeedRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8894
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8895
                   [param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8896
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8897
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8898
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8899
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8900
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8901
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8902
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8903
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8904
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8905
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8906
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8907
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8908
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8909
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8910
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8911
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8912
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8913
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8914
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8915
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8916
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8917
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8918
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8919
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8920
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8921
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8922
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8923
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8924
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8925
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8926
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8927
    ## aarfcd-wifi-manager.h (module 'wifi'): void ns3::AarfcdWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8928
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8929
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8930
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8931
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8932
    ## aarfcd-wifi-manager.h (module 'wifi'): bool ns3::AarfcdWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8933
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8934
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8935
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8936
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8937
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8938
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8939
def register_Ns3AmrrWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8940
    ## amrr-wifi-manager.h (module 'wifi'): ns3::AmrrWifiManager::AmrrWifiManager(ns3::AmrrWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8941
    cls.add_constructor([param('ns3::AmrrWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8942
    ## amrr-wifi-manager.h (module 'wifi'): ns3::AmrrWifiManager::AmrrWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8943
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8944
    ## amrr-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::AmrrWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8945
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8946
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8947
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8948
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8949
    ## amrr-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::AmrrWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8950
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8951
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8952
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8953
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8954
    ## amrr-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::AmrrWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8955
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8956
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8957
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8958
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8959
    ## amrr-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::AmrrWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8960
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  8961
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8962
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8963
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8964
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8965
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8966
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8967
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8968
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8969
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8970
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8971
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8972
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8973
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8974
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8975
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8976
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8977
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8978
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8979
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8980
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8981
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8982
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8983
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8984
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8985
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8986
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8987
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8988
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8989
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8990
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8991
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8992
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8993
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8994
    ## amrr-wifi-manager.h (module 'wifi'): void ns3::AmrrWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8995
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8996
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8997
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8998
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  8999
    ## amrr-wifi-manager.h (module 'wifi'): bool ns3::AmrrWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9000
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9001
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9002
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9003
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9004
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9005
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9006
def register_Ns3AmsduSubframeHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9007
    ## amsdu-subframe-header.h (module 'wifi'): ns3::AmsduSubframeHeader::AmsduSubframeHeader(ns3::AmsduSubframeHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9008
    cls.add_constructor([param('ns3::AmsduSubframeHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9009
    ## amsdu-subframe-header.h (module 'wifi'): ns3::AmsduSubframeHeader::AmsduSubframeHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9010
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9011
    ## amsdu-subframe-header.h (module 'wifi'): uint32_t ns3::AmsduSubframeHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9012
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9013
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9014
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9015
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9016
    ## amsdu-subframe-header.h (module 'wifi'): ns3::Mac48Address ns3::AmsduSubframeHeader::GetDestinationAddr() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9017
    cls.add_method('GetDestinationAddr', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9018
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9019
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9020
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9021
    ## amsdu-subframe-header.h (module 'wifi'): ns3::TypeId ns3::AmsduSubframeHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9022
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9023
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9024
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9025
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9026
    ## amsdu-subframe-header.h (module 'wifi'): uint16_t ns3::AmsduSubframeHeader::GetLength() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9027
    cls.add_method('GetLength', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9028
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9029
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9030
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9031
    ## amsdu-subframe-header.h (module 'wifi'): uint32_t ns3::AmsduSubframeHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9032
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9033
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9034
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9035
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9036
    ## amsdu-subframe-header.h (module 'wifi'): ns3::Mac48Address ns3::AmsduSubframeHeader::GetSourceAddr() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9037
    cls.add_method('GetSourceAddr', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9038
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9039
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9040
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9041
    ## amsdu-subframe-header.h (module 'wifi'): static ns3::TypeId ns3::AmsduSubframeHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9042
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9043
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9044
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9045
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9046
    ## amsdu-subframe-header.h (module 'wifi'): void ns3::AmsduSubframeHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9047
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9048
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9049
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9050
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9051
    ## amsdu-subframe-header.h (module 'wifi'): void ns3::AmsduSubframeHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9052
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9053
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9054
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9055
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9056
    ## amsdu-subframe-header.h (module 'wifi'): void ns3::AmsduSubframeHeader::SetDestinationAddr(ns3::Mac48Address to) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9057
    cls.add_method('SetDestinationAddr', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9058
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9059
                   [param('ns3::Mac48Address', 'to')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9060
    ## amsdu-subframe-header.h (module 'wifi'): void ns3::AmsduSubframeHeader::SetLength(uint16_t arg0) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9061
    cls.add_method('SetLength', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9062
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9063
                   [param('uint16_t', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9064
    ## amsdu-subframe-header.h (module 'wifi'): void ns3::AmsduSubframeHeader::SetSourceAddr(ns3::Mac48Address to) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9065
    cls.add_method('SetSourceAddr', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9066
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9067
                   [param('ns3::Mac48Address', 'to')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9068
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9069
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9070
def register_Ns3ArfWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9071
    ## arf-wifi-manager.h (module 'wifi'): ns3::ArfWifiManager::ArfWifiManager(ns3::ArfWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9072
    cls.add_constructor([param('ns3::ArfWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9073
    ## arf-wifi-manager.h (module 'wifi'): ns3::ArfWifiManager::ArfWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9074
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9075
    ## arf-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::ArfWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9076
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9077
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9078
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9079
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9080
    ## arf-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::ArfWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9081
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9082
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9083
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9084
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9085
    ## arf-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::ArfWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9086
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9087
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9088
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9089
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9090
    ## arf-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::ArfWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9091
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9092
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9093
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9094
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9095
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9096
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9097
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9098
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9099
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9100
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9101
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9102
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9103
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9104
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9105
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9106
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9107
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9108
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9109
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9110
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9111
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9112
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9113
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9114
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9115
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9116
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9117
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9118
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9119
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9120
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9121
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9122
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9123
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9124
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9125
    ## arf-wifi-manager.h (module 'wifi'): void ns3::ArfWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9126
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9127
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9128
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9129
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9130
    ## arf-wifi-manager.h (module 'wifi'): bool ns3::ArfWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9131
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9132
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9133
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9134
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9135
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9136
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9137
def register_Ns3AthstatsWifiTraceSink_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9138
    ## athstats-helper.h (module 'wifi'): ns3::AthstatsWifiTraceSink::AthstatsWifiTraceSink(ns3::AthstatsWifiTraceSink const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9139
    cls.add_constructor([param('ns3::AthstatsWifiTraceSink const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9140
    ## athstats-helper.h (module 'wifi'): ns3::AthstatsWifiTraceSink::AthstatsWifiTraceSink() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9141
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9142
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::DevRxTrace(std::string context, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9143
    cls.add_method('DevRxTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9144
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9145
                   [param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9146
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::DevTxTrace(std::string context, ns3::Ptr<ns3::Packet const> p) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9147
    cls.add_method('DevTxTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9148
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9149
                   [param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9150
    ## athstats-helper.h (module 'wifi'): static ns3::TypeId ns3::AthstatsWifiTraceSink::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9151
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9152
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9153
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9154
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9155
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::Open(std::string const & name) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9156
    cls.add_method('Open', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9157
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9158
                   [param('std::string const &', 'name')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9159
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::PhyRxErrorTrace(std::string context, ns3::Ptr<ns3::Packet const> packet, double snr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9160
    cls.add_method('PhyRxErrorTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9161
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9162
                   [param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'snr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9163
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::PhyRxOkTrace(std::string context, ns3::Ptr<ns3::Packet const> packet, double snr, ns3::WifiMode mode, ns3::WifiPreamble preamble) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9164
    cls.add_method('PhyRxOkTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9165
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9166
                   [param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'snr'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9167
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::PhyStateTrace(std::string context, ns3::Time start, ns3::Time duration, ns3::WifiPhy::State state) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9168
    cls.add_method('PhyStateTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9169
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9170
                   [param('std::string', 'context'), param('ns3::Time', 'start'), param('ns3::Time', 'duration'), param('ns3::WifiPhy::State', 'state')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9171
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::PhyTxTrace(std::string context, ns3::Ptr<ns3::Packet const> packet, ns3::WifiMode mode, ns3::WifiPreamble preamble, uint8_t txPower) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9172
    cls.add_method('PhyTxTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9173
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9174
                   [param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMode', 'mode'), param('ns3::WifiPreamble', 'preamble'), param('uint8_t', 'txPower')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9175
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::TxDataFailedTrace(std::string context, ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9176
    cls.add_method('TxDataFailedTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9177
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9178
                   [param('std::string', 'context'), param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9179
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::TxFinalDataFailedTrace(std::string context, ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9180
    cls.add_method('TxFinalDataFailedTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9181
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9182
                   [param('std::string', 'context'), param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9183
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::TxFinalRtsFailedTrace(std::string context, ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9184
    cls.add_method('TxFinalRtsFailedTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9185
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9186
                   [param('std::string', 'context'), param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9187
    ## athstats-helper.h (module 'wifi'): void ns3::AthstatsWifiTraceSink::TxRtsFailedTrace(std::string context, ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9188
    cls.add_method('TxRtsFailedTrace', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9189
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9190
                   [param('std::string', 'context'), param('ns3::Mac48Address', 'address')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9191
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9192
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9193
def register_Ns3AttributeAccessor_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9194
    ## attribute.h (module 'core'): ns3::AttributeAccessor::AttributeAccessor(ns3::AttributeAccessor const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9195
    cls.add_constructor([param('ns3::AttributeAccessor const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9196
    ## attribute.h (module 'core'): ns3::AttributeAccessor::AttributeAccessor() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9197
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9198
    ## attribute.h (module 'core'): bool ns3::AttributeAccessor::Get(ns3::ObjectBase const * object, ns3::AttributeValue & attribute) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9199
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9200
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9201
                   [param('ns3::ObjectBase const *', 'object'), param('ns3::AttributeValue &', 'attribute')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9202
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9203
    ## attribute.h (module 'core'): bool ns3::AttributeAccessor::HasGetter() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9204
    cls.add_method('HasGetter', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9205
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9206
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9207
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9208
    ## attribute.h (module 'core'): bool ns3::AttributeAccessor::HasSetter() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9209
    cls.add_method('HasSetter', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9210
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9211
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9212
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9213
    ## attribute.h (module 'core'): bool ns3::AttributeAccessor::Set(ns3::ObjectBase * object, ns3::AttributeValue const & value) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9214
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9215
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9216
                   [param('ns3::ObjectBase *', 'object', transfer_ownership=False), param('ns3::AttributeValue const &', 'value')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9217
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9218
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9219
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9220
def register_Ns3AttributeChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9221
    ## attribute.h (module 'core'): ns3::AttributeChecker::AttributeChecker(ns3::AttributeChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9222
    cls.add_constructor([param('ns3::AttributeChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9223
    ## attribute.h (module 'core'): ns3::AttributeChecker::AttributeChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9224
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9225
    ## attribute.h (module 'core'): bool ns3::AttributeChecker::Check(ns3::AttributeValue const & value) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9226
    cls.add_method('Check', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9227
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9228
                   [param('ns3::AttributeValue const &', 'value')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9229
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9230
    ## attribute.h (module 'core'): bool ns3::AttributeChecker::Copy(ns3::AttributeValue const & source, ns3::AttributeValue & destination) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9231
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9232
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9233
                   [param('ns3::AttributeValue const &', 'source'), param('ns3::AttributeValue &', 'destination')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9234
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9235
    ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::Create() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9236
    cls.add_method('Create', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9237
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9238
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9239
                   is_pure_virtual=True, is_const=True, is_virtual=True)
7403
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  9240
    ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::CreateValidValue(ns3::AttributeValue const & value) const [member function]
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  9241
    cls.add_method('CreateValidValue', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  9242
                   'ns3::Ptr< ns3::AttributeValue >', 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  9243
                   [param('ns3::AttributeValue const &', 'value')], 
423566595b8a Rescan all bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7375
diff changeset
  9244
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9245
    ## attribute.h (module 'core'): std::string ns3::AttributeChecker::GetUnderlyingTypeInformation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9246
    cls.add_method('GetUnderlyingTypeInformation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9247
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9248
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9249
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9250
    ## attribute.h (module 'core'): std::string ns3::AttributeChecker::GetValueTypeName() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9251
    cls.add_method('GetValueTypeName', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9252
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9253
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9254
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9255
    ## attribute.h (module 'core'): bool ns3::AttributeChecker::HasUnderlyingTypeInformation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9256
    cls.add_method('HasUnderlyingTypeInformation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9257
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9258
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9259
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9260
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9261
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9262
def register_Ns3AttributeValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9263
    ## attribute.h (module 'core'): ns3::AttributeValue::AttributeValue(ns3::AttributeValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9264
    cls.add_constructor([param('ns3::AttributeValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9265
    ## attribute.h (module 'core'): ns3::AttributeValue::AttributeValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9266
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9267
    ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9268
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9269
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9270
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9271
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9272
    ## attribute.h (module 'core'): bool ns3::AttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9273
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9274
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9275
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9276
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9277
    ## attribute.h (module 'core'): std::string ns3::AttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9278
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9279
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9280
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9281
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9282
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9283
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9284
def register_Ns3CallbackChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9285
    ## callback.h (module 'core'): ns3::CallbackChecker::CallbackChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9286
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9287
    ## callback.h (module 'core'): ns3::CallbackChecker::CallbackChecker(ns3::CallbackChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9288
    cls.add_constructor([param('ns3::CallbackChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9289
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9290
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9291
def register_Ns3CallbackImplBase_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9292
    ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9293
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9294
    ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase(ns3::CallbackImplBase const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9295
    cls.add_constructor([param('ns3::CallbackImplBase const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9296
    ## callback.h (module 'core'): bool ns3::CallbackImplBase::IsEqual(ns3::Ptr<ns3::CallbackImplBase const> other) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9297
    cls.add_method('IsEqual', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9298
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9299
                   [param('ns3::Ptr< ns3::CallbackImplBase const >', 'other')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9300
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9301
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9302
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9303
def register_Ns3CallbackValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9304
    ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9305
    cls.add_constructor([param('ns3::CallbackValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9306
    ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9307
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9308
    ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackBase const & base) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9309
    cls.add_constructor([param('ns3::CallbackBase const &', 'base')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9310
    ## callback.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::CallbackValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9311
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9312
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9313
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9314
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9315
    ## callback.h (module 'core'): bool ns3::CallbackValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9316
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9317
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9318
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9319
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9320
    ## callback.h (module 'core'): std::string ns3::CallbackValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9321
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9322
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9323
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9324
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9325
    ## callback.h (module 'core'): void ns3::CallbackValue::Set(ns3::CallbackBase base) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9326
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9327
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9328
                   [param('ns3::CallbackBase', 'base')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9329
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9330
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9331
def register_Ns3CaraWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9332
    ## cara-wifi-manager.h (module 'wifi'): ns3::CaraWifiManager::CaraWifiManager(ns3::CaraWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9333
    cls.add_constructor([param('ns3::CaraWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9334
    ## cara-wifi-manager.h (module 'wifi'): ns3::CaraWifiManager::CaraWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9335
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9336
    ## cara-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::CaraWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9337
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9338
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9339
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9340
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9341
    ## cara-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::CaraWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9342
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9343
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9344
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9345
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9346
    ## cara-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::CaraWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9347
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9348
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9349
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9350
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9351
    ## cara-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::CaraWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9352
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9353
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9354
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9355
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9356
    ## cara-wifi-manager.h (module 'wifi'): bool ns3::CaraWifiManager::DoNeedRts(ns3::WifiRemoteStation * station, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9357
    cls.add_method('DoNeedRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9358
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9359
                   [param('ns3::WifiRemoteStation *', 'station'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9360
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9361
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9362
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9363
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9364
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9365
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9366
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9367
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9368
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9369
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9370
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9371
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9372
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9373
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9374
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9375
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9376
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9377
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9378
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9379
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9380
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9381
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9382
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9383
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9384
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9385
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9386
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9387
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9388
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9389
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9390
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9391
    ## cara-wifi-manager.h (module 'wifi'): void ns3::CaraWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9392
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9393
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9394
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9395
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9396
    ## cara-wifi-manager.h (module 'wifi'): bool ns3::CaraWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9397
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9398
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9399
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9400
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9401
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9402
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9403
def register_Ns3Channel_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9404
    ## channel.h (module 'network'): ns3::Channel::Channel(ns3::Channel const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9405
    cls.add_constructor([param('ns3::Channel const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9406
    ## channel.h (module 'network'): ns3::Channel::Channel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9407
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9408
    ## channel.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::Channel::GetDevice(uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9409
    cls.add_method('GetDevice', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9410
                   'ns3::Ptr< ns3::NetDevice >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9411
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9412
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9413
    ## channel.h (module 'network'): uint32_t ns3::Channel::GetId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9414
    cls.add_method('GetId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9415
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9416
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9417
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9418
    ## channel.h (module 'network'): uint32_t ns3::Channel::GetNDevices() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9419
    cls.add_method('GetNDevices', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9420
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9421
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9422
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9423
    ## channel.h (module 'network'): static ns3::TypeId ns3::Channel::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9424
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9425
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9426
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9427
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9428
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9429
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9430
def register_Ns3ConstantRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9431
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::ConstantRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9432
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9433
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9434
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9435
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9436
    ## random-variable-stream.h (module 'core'): ns3::ConstantRandomVariable::ConstantRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9437
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9438
    ## random-variable-stream.h (module 'core'): double ns3::ConstantRandomVariable::GetConstant() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9439
    cls.add_method('GetConstant', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9440
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9441
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9442
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9443
    ## random-variable-stream.h (module 'core'): double ns3::ConstantRandomVariable::GetValue(double constant) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9444
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9445
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9446
                   [param('double', 'constant')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9447
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ConstantRandomVariable::GetInteger(uint32_t constant) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9448
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9449
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9450
                   [param('uint32_t', 'constant')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9451
    ## random-variable-stream.h (module 'core'): double ns3::ConstantRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9452
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9453
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9454
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9455
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9456
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ConstantRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9457
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9458
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9459
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9460
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9461
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9462
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9463
def register_Ns3ConstantRateWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9464
    ## constant-rate-wifi-manager.h (module 'wifi'): ns3::ConstantRateWifiManager::ConstantRateWifiManager(ns3::ConstantRateWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9465
    cls.add_constructor([param('ns3::ConstantRateWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9466
    ## constant-rate-wifi-manager.h (module 'wifi'): ns3::ConstantRateWifiManager::ConstantRateWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9467
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9468
    ## constant-rate-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::ConstantRateWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9469
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9470
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9471
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9472
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9473
    ## constant-rate-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::ConstantRateWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9474
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9475
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9476
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9477
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9478
    ## constant-rate-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::ConstantRateWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9479
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9480
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9481
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9482
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9483
    ## constant-rate-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::ConstantRateWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9484
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
  9485
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9486
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9487
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9488
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9489
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9490
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9491
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9492
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9493
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9494
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9495
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9496
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9497
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9498
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9499
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9500
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9501
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9502
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9503
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9504
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9505
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9506
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9507
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9508
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9509
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9510
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9511
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9512
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9513
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9514
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9515
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9516
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9517
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9518
    ## constant-rate-wifi-manager.h (module 'wifi'): void ns3::ConstantRateWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9519
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9520
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9521
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9522
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9523
    ## constant-rate-wifi-manager.h (module 'wifi'): bool ns3::ConstantRateWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9524
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9525
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9526
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9527
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9528
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9529
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9530
def register_Ns3ConstantSpeedPropagationDelayModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9531
    ## propagation-delay-model.h (module 'propagation'): ns3::ConstantSpeedPropagationDelayModel::ConstantSpeedPropagationDelayModel(ns3::ConstantSpeedPropagationDelayModel const & arg0) [copy constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9532
    cls.add_constructor([param('ns3::ConstantSpeedPropagationDelayModel const &', 'arg0')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9533
    ## propagation-delay-model.h (module 'propagation'): ns3::ConstantSpeedPropagationDelayModel::ConstantSpeedPropagationDelayModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9534
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9535
    ## propagation-delay-model.h (module 'propagation'): ns3::Time ns3::ConstantSpeedPropagationDelayModel::GetDelay(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9536
    cls.add_method('GetDelay', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9537
                   'ns3::Time', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9538
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9539
                   is_const=True, is_virtual=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9540
    ## propagation-delay-model.h (module 'propagation'): double ns3::ConstantSpeedPropagationDelayModel::GetSpeed() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9541
    cls.add_method('GetSpeed', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9542
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9543
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9544
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9545
    ## propagation-delay-model.h (module 'propagation'): static ns3::TypeId ns3::ConstantSpeedPropagationDelayModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9546
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9547
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9548
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9549
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9550
    ## propagation-delay-model.h (module 'propagation'): void ns3::ConstantSpeedPropagationDelayModel::SetSpeed(double speed) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9551
    cls.add_method('SetSpeed', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9552
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9553
                   [param('double', 'speed')])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9554
    ## propagation-delay-model.h (module 'propagation'): int64_t ns3::ConstantSpeedPropagationDelayModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9555
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9556
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9557
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9558
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9559
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9560
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9561
def register_Ns3Cost231PropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9562
    ## cost231-propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::Cost231PropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9563
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9564
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9565
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9566
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9567
    ## cost231-propagation-loss-model.h (module 'propagation'): ns3::Cost231PropagationLossModel::Cost231PropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9568
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9569
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::GetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9570
    cls.add_method('GetLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9571
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9572
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9573
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9574
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetBSAntennaHeight(double height) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9575
    cls.add_method('SetBSAntennaHeight', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9576
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9577
                   [param('double', 'height')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9578
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetSSAntennaHeight(double height) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9579
    cls.add_method('SetSSAntennaHeight', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9580
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9581
                   [param('double', 'height')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9582
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetEnvironment(ns3::Cost231PropagationLossModel::Environment env) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9583
    cls.add_method('SetEnvironment', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9584
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9585
                   [param('ns3::Cost231PropagationLossModel::Environment', 'env')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9586
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetLambda(double lambda) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9587
    cls.add_method('SetLambda', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9588
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9589
                   [param('double', 'lambda')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9590
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetMinDistance(double minDistance) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9591
    cls.add_method('SetMinDistance', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9592
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9593
                   [param('double', 'minDistance')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9594
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::GetBSAntennaHeight() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9595
    cls.add_method('GetBSAntennaHeight', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9596
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9597
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9598
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9599
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::GetSSAntennaHeight() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9600
    cls.add_method('GetSSAntennaHeight', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9601
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9602
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9603
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9604
    ## cost231-propagation-loss-model.h (module 'propagation'): ns3::Cost231PropagationLossModel::Environment ns3::Cost231PropagationLossModel::GetEnvironment() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9605
    cls.add_method('GetEnvironment', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9606
                   'ns3::Cost231PropagationLossModel::Environment', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9607
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9608
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9609
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::GetMinDistance() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9610
    cls.add_method('GetMinDistance', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9611
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9612
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9613
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9614
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::GetLambda() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9615
    cls.add_method('GetLambda', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9616
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9617
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9618
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9619
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetLambda(double frequency, double speed) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9620
    cls.add_method('SetLambda', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9621
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9622
                   [param('double', 'frequency'), param('double', 'speed')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9623
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::GetShadowing() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9624
    cls.add_method('GetShadowing', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9625
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9626
                   [])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9627
    ## cost231-propagation-loss-model.h (module 'propagation'): void ns3::Cost231PropagationLossModel::SetShadowing(double shadowing) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9628
    cls.add_method('SetShadowing', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9629
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9630
                   [param('double', 'shadowing')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9631
    ## cost231-propagation-loss-model.h (module 'propagation'): double ns3::Cost231PropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9632
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9633
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9634
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9635
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9636
    ## cost231-propagation-loss-model.h (module 'propagation'): int64_t ns3::Cost231PropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9637
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9638
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9639
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9640
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9641
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
  9642
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9643
def register_Ns3CtrlBAckRequestHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9644
    ## ctrl-headers.h (module 'wifi'): ns3::CtrlBAckRequestHeader::CtrlBAckRequestHeader(ns3::CtrlBAckRequestHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9645
    cls.add_constructor([param('ns3::CtrlBAckRequestHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9646
    ## ctrl-headers.h (module 'wifi'): ns3::CtrlBAckRequestHeader::CtrlBAckRequestHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9647
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9648
    ## ctrl-headers.h (module 'wifi'): uint32_t ns3::CtrlBAckRequestHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9649
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9650
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9651
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9652
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9653
    ## ctrl-headers.h (module 'wifi'): ns3::TypeId ns3::CtrlBAckRequestHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9654
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9655
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9656
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9657
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9658
    ## ctrl-headers.h (module 'wifi'): uint32_t ns3::CtrlBAckRequestHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9659
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9660
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9661
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9662
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9663
    ## ctrl-headers.h (module 'wifi'): uint16_t ns3::CtrlBAckRequestHeader::GetStartingSequence() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9664
    cls.add_method('GetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9665
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9666
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9667
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9668
    ## ctrl-headers.h (module 'wifi'): uint16_t ns3::CtrlBAckRequestHeader::GetStartingSequenceControl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9669
    cls.add_method('GetStartingSequenceControl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9670
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9671
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9672
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9673
    ## ctrl-headers.h (module 'wifi'): uint8_t ns3::CtrlBAckRequestHeader::GetTidInfo() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9674
    cls.add_method('GetTidInfo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9675
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9676
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9677
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9678
    ## ctrl-headers.h (module 'wifi'): static ns3::TypeId ns3::CtrlBAckRequestHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9679
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9680
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9681
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9682
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9683
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckRequestHeader::IsBasic() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9684
    cls.add_method('IsBasic', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9685
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9686
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9687
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9688
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckRequestHeader::IsCompressed() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9689
    cls.add_method('IsCompressed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9690
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9691
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9692
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9693
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckRequestHeader::IsMultiTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9694
    cls.add_method('IsMultiTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9695
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9696
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9697
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9698
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckRequestHeader::MustSendHtImmediateAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9699
    cls.add_method('MustSendHtImmediateAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9700
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9701
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9702
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9703
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckRequestHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9704
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9705
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9706
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9707
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9708
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckRequestHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9709
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9710
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9711
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9712
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9713
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckRequestHeader::SetHtImmediateAck(bool immediateAck) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9714
    cls.add_method('SetHtImmediateAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9715
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9716
                   [param('bool', 'immediateAck')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9717
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckRequestHeader::SetStartingSequence(uint16_t seq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9718
    cls.add_method('SetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9719
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9720
                   [param('uint16_t', 'seq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9721
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckRequestHeader::SetTidInfo(uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9722
    cls.add_method('SetTidInfo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9723
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9724
                   [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9725
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckRequestHeader::SetType(ns3::BlockAckType type) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9726
    cls.add_method('SetType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9727
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9728
                   [param('ns3::BlockAckType', 'type')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9729
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9730
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9731
def register_Ns3CtrlBAckResponseHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9732
    ## ctrl-headers.h (module 'wifi'): ns3::CtrlBAckResponseHeader::CtrlBAckResponseHeader(ns3::CtrlBAckResponseHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9733
    cls.add_constructor([param('ns3::CtrlBAckResponseHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9734
    ## ctrl-headers.h (module 'wifi'): ns3::CtrlBAckResponseHeader::CtrlBAckResponseHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9735
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9736
    ## ctrl-headers.h (module 'wifi'): uint32_t ns3::CtrlBAckResponseHeader::Deserialize(ns3::Buffer::Iterator start) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9737
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9738
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9739
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9740
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9741
    ## ctrl-headers.h (module 'wifi'): uint16_t const * ns3::CtrlBAckResponseHeader::GetBitmap() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9742
    cls.add_method('GetBitmap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9743
                   'uint16_t const *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9744
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9745
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9746
    ## ctrl-headers.h (module 'wifi'): uint64_t ns3::CtrlBAckResponseHeader::GetCompressedBitmap() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9747
    cls.add_method('GetCompressedBitmap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9748
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9749
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9750
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9751
    ## ctrl-headers.h (module 'wifi'): ns3::TypeId ns3::CtrlBAckResponseHeader::GetInstanceTypeId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9752
    cls.add_method('GetInstanceTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9753
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9754
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9755
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9756
    ## ctrl-headers.h (module 'wifi'): uint32_t ns3::CtrlBAckResponseHeader::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9757
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9758
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9759
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9760
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9761
    ## ctrl-headers.h (module 'wifi'): uint16_t ns3::CtrlBAckResponseHeader::GetStartingSequence() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9762
    cls.add_method('GetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9763
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9764
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9765
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9766
    ## ctrl-headers.h (module 'wifi'): uint16_t ns3::CtrlBAckResponseHeader::GetStartingSequenceControl() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9767
    cls.add_method('GetStartingSequenceControl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9768
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9769
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9770
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9771
    ## ctrl-headers.h (module 'wifi'): uint8_t ns3::CtrlBAckResponseHeader::GetTidInfo() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9772
    cls.add_method('GetTidInfo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9773
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9774
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9775
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9776
    ## ctrl-headers.h (module 'wifi'): static ns3::TypeId ns3::CtrlBAckResponseHeader::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9777
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9778
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9779
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9780
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9781
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckResponseHeader::IsBasic() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9782
    cls.add_method('IsBasic', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9783
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9784
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9785
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9786
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckResponseHeader::IsCompressed() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9787
    cls.add_method('IsCompressed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9788
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9789
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9790
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9791
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckResponseHeader::IsFragmentReceived(uint16_t seq, uint8_t frag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9792
    cls.add_method('IsFragmentReceived', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9793
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9794
                   [param('uint16_t', 'seq'), param('uint8_t', 'frag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9795
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9796
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckResponseHeader::IsMultiTid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9797
    cls.add_method('IsMultiTid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9798
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9799
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9800
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9801
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckResponseHeader::IsPacketReceived(uint16_t seq) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9802
    cls.add_method('IsPacketReceived', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9803
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9804
                   [param('uint16_t', 'seq')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9805
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9806
    ## ctrl-headers.h (module 'wifi'): bool ns3::CtrlBAckResponseHeader::MustSendHtImmediateAck() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9807
    cls.add_method('MustSendHtImmediateAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9808
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9809
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9810
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9811
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9812
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9813
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9814
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9815
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9816
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::ResetBitmap() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9817
    cls.add_method('ResetBitmap', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9818
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9819
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9820
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9821
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9822
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9823
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9824
                   is_const=True, is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  9825
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetHtImmediateAck(bool immediateAck) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9826
    cls.add_method('SetHtImmediateAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9827
                   'void', 
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
  9828
                   [param('bool', 'immediateAck')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9829
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetReceivedFragment(uint16_t seq, uint8_t frag) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9830
    cls.add_method('SetReceivedFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9831
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9832
                   [param('uint16_t', 'seq'), param('uint8_t', 'frag')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9833
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetReceivedPacket(uint16_t seq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9834
    cls.add_method('SetReceivedPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9835
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9836
                   [param('uint16_t', 'seq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9837
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetStartingSequence(uint16_t seq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9838
    cls.add_method('SetStartingSequence', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9839
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9840
                   [param('uint16_t', 'seq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9841
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetStartingSequenceControl(uint16_t seqControl) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9842
    cls.add_method('SetStartingSequenceControl', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9843
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9844
                   [param('uint16_t', 'seqControl')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9845
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetTidInfo(uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9846
    cls.add_method('SetTidInfo', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9847
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9848
                   [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9849
    ## ctrl-headers.h (module 'wifi'): void ns3::CtrlBAckResponseHeader::SetType(ns3::BlockAckType type) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9850
    cls.add_method('SetType', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9851
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9852
                   [param('ns3::BlockAckType', 'type')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9853
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9854
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9855
def register_Ns3Dcf_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9856
    ## dcf.h (module 'wifi'): ns3::Dcf::Dcf() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9857
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9858
    ## dcf.h (module 'wifi'): ns3::Dcf::Dcf(ns3::Dcf const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9859
    cls.add_constructor([param('ns3::Dcf const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9860
    ## dcf.h (module 'wifi'): uint32_t ns3::Dcf::GetAifsn() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9861
    cls.add_method('GetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9862
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9863
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9864
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9865
    ## dcf.h (module 'wifi'): uint32_t ns3::Dcf::GetMaxCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9866
    cls.add_method('GetMaxCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9867
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9868
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9869
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9870
    ## dcf.h (module 'wifi'): uint32_t ns3::Dcf::GetMinCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9871
    cls.add_method('GetMinCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9872
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9873
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9874
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9875
    ## dcf.h (module 'wifi'): static ns3::TypeId ns3::Dcf::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9876
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9877
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9878
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9879
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9880
    ## dcf.h (module 'wifi'): void ns3::Dcf::SetAifsn(uint32_t aifsn) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9881
    cls.add_method('SetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9882
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9883
                   [param('uint32_t', 'aifsn')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9884
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9885
    ## dcf.h (module 'wifi'): void ns3::Dcf::SetMaxCw(uint32_t maxCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9886
    cls.add_method('SetMaxCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9887
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9888
                   [param('uint32_t', 'maxCw')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9889
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9890
    ## dcf.h (module 'wifi'): void ns3::Dcf::SetMinCw(uint32_t minCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9891
    cls.add_method('SetMinCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9892
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9893
                   [param('uint32_t', 'minCw')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9894
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9895
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9896
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9897
def register_Ns3DeterministicRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9898
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::DeterministicRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9899
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9900
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9901
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9902
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9903
    ## random-variable-stream.h (module 'core'): ns3::DeterministicRandomVariable::DeterministicRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9904
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9905
    ## random-variable-stream.h (module 'core'): void ns3::DeterministicRandomVariable::SetValueArray(double * values, uint64_t length) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9906
    cls.add_method('SetValueArray', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9907
                   'void', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9908
                   [param('double *', 'values'), param('uint64_t', 'length')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9909
    ## random-variable-stream.h (module 'core'): double ns3::DeterministicRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9910
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9911
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9912
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9913
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9914
    ## random-variable-stream.h (module 'core'): uint32_t ns3::DeterministicRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9915
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9916
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9917
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9918
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9919
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
  9920
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9921
def register_Ns3DoubleValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9922
    ## double.h (module 'core'): ns3::DoubleValue::DoubleValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9923
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9924
    ## double.h (module 'core'): ns3::DoubleValue::DoubleValue(ns3::DoubleValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9925
    cls.add_constructor([param('ns3::DoubleValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9926
    ## double.h (module 'core'): ns3::DoubleValue::DoubleValue(double const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9927
    cls.add_constructor([param('double const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9928
    ## double.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::DoubleValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9929
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9930
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9931
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9932
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9933
    ## double.h (module 'core'): bool ns3::DoubleValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9934
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9935
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9936
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9937
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9938
    ## double.h (module 'core'): double ns3::DoubleValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9939
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9940
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9941
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9942
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9943
    ## double.h (module 'core'): std::string ns3::DoubleValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9944
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9945
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9946
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9947
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9948
    ## double.h (module 'core'): void ns3::DoubleValue::Set(double const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9949
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9950
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9951
                   [param('double const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9952
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9953
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9954
def register_Ns3EdcaTxopN_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9955
    ## edca-txop-n.h (module 'wifi'): static ns3::TypeId ns3::EdcaTxopN::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9956
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9957
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9958
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9959
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9960
    ## edca-txop-n.h (module 'wifi'): ns3::EdcaTxopN::EdcaTxopN() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9961
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9962
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9963
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9964
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9965
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9966
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9967
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetLow(ns3::Ptr<ns3::MacLow> low) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9968
    cls.add_method('SetLow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9969
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9970
                   [param('ns3::Ptr< ns3::MacLow >', 'low')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9971
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetTxMiddle(ns3::MacTxMiddle * txMiddle) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9972
    cls.add_method('SetTxMiddle', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9973
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9974
                   [param('ns3::MacTxMiddle *', 'txMiddle')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9975
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetManager(ns3::DcfManager * manager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9976
    cls.add_method('SetManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9977
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9978
                   [param('ns3::DcfManager *', 'manager')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9979
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetTxOkCallback(ns3::Callback<void, ns3::WifiMacHeader const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9980
    cls.add_method('SetTxOkCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9981
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9982
                   [param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9983
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetTxFailedCallback(ns3::Callback<void, ns3::WifiMacHeader const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9984
    cls.add_method('SetTxFailedCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9985
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9986
                   [param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9987
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> remoteManager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9988
    cls.add_method('SetWifiRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9989
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9990
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'remoteManager')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9991
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetTypeOfStation(ns3::TypeOfStation type) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9992
    cls.add_method('SetTypeOfStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9993
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9994
                   [param('ns3::TypeOfStation', 'type')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9995
    ## edca-txop-n.h (module 'wifi'): ns3::TypeOfStation ns3::EdcaTxopN::GetTypeOfStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9996
    cls.add_method('GetTypeOfStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9997
                   'ns3::TypeOfStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9998
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
  9999
                   is_const=True)
7022
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 10000
    ## edca-txop-n.h (module 'wifi'): ns3::Ptr<ns3::WifiMacQueue> ns3::EdcaTxopN::GetQueue() const [member function]
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 10001
    cls.add_method('GetQueue', 
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 10002
                   'ns3::Ptr< ns3::WifiMacQueue >', 
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 10003
                   [], 
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 10004
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10005
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetMinCw(uint32_t minCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10006
    cls.add_method('SetMinCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10007
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10008
                   [param('uint32_t', 'minCw')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10009
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10010
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetMaxCw(uint32_t maxCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10011
    cls.add_method('SetMaxCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10012
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10013
                   [param('uint32_t', 'maxCw')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10014
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10015
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetAifsn(uint32_t aifsn) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10016
    cls.add_method('SetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10017
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10018
                   [param('uint32_t', 'aifsn')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10019
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10020
    ## edca-txop-n.h (module 'wifi'): uint32_t ns3::EdcaTxopN::GetMinCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10021
    cls.add_method('GetMinCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10022
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10023
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10024
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10025
    ## edca-txop-n.h (module 'wifi'): uint32_t ns3::EdcaTxopN::GetMaxCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10026
    cls.add_method('GetMaxCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10027
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10028
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10029
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10030
    ## edca-txop-n.h (module 'wifi'): uint32_t ns3::EdcaTxopN::GetAifsn() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10031
    cls.add_method('GetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10032
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10033
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10034
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10035
    ## edca-txop-n.h (module 'wifi'): ns3::Ptr<ns3::MacLow> ns3::EdcaTxopN::Low() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10036
    cls.add_method('Low', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10037
                   'ns3::Ptr< ns3::MacLow >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10038
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10039
    ## edca-txop-n.h (module 'wifi'): ns3::Ptr<ns3::MsduAggregator> ns3::EdcaTxopN::GetMsduAggregator() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10040
    cls.add_method('GetMsduAggregator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10041
                   'ns3::Ptr< ns3::MsduAggregator >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10042
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10043
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10044
    ## edca-txop-n.h (module 'wifi'): bool ns3::EdcaTxopN::NeedsAccess() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10045
    cls.add_method('NeedsAccess', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10046
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10047
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10048
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10049
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::NotifyAccessGranted() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10050
    cls.add_method('NotifyAccessGranted', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10051
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10052
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10053
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::NotifyInternalCollision() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10054
    cls.add_method('NotifyInternalCollision', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10055
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10056
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10057
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::NotifyCollision() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10058
    cls.add_method('NotifyCollision', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10059
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10060
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10061
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::NotifyChannelSwitching() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10062
    cls.add_method('NotifyChannelSwitching', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10063
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10064
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10065
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::GotCts(double snr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10066
    cls.add_method('GotCts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10067
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10068
                   [param('double', 'snr'), param('ns3::WifiMode', 'txMode')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10069
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::MissedCts() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10070
    cls.add_method('MissedCts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10071
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10072
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10073
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::GotAck(double snr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10074
    cls.add_method('GotAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10075
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10076
                   [param('double', 'snr'), param('ns3::WifiMode', 'txMode')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10077
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::GotBlockAck(ns3::CtrlBAckResponseHeader const * blockAck, ns3::Mac48Address recipient) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10078
    cls.add_method('GotBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10079
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10080
                   [param('ns3::CtrlBAckResponseHeader const *', 'blockAck'), param('ns3::Mac48Address', 'recipient')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10081
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::MissedBlockAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10082
    cls.add_method('MissedBlockAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10083
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10084
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10085
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::GotAddBaResponse(ns3::MgtAddBaResponseHeader const * respHdr, ns3::Mac48Address recipient) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10086
    cls.add_method('GotAddBaResponse', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10087
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10088
                   [param('ns3::MgtAddBaResponseHeader const *', 'respHdr'), param('ns3::Mac48Address', 'recipient')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10089
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::GotDelBaFrame(ns3::MgtDelBaHeader const * delBaHdr, ns3::Mac48Address recipient) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10090
    cls.add_method('GotDelBaFrame', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10091
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10092
                   [param('ns3::MgtDelBaHeader const *', 'delBaHdr'), param('ns3::Mac48Address', 'recipient')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10093
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::MissedAck() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10094
    cls.add_method('MissedAck', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10095
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10096
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10097
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::StartNext() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10098
    cls.add_method('StartNext', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10099
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10100
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10101
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::Cancel() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10102
    cls.add_method('Cancel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10103
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10104
                   [])
9176
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
 10105
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::EndTxNoAck() [member function]
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
 10106
    cls.add_method('EndTxNoAck', 
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
 10107
                   'void', 
41ab1e874804 Bug 555 - DCF immediate access fix
Daniel Lertpratchya <nikkipui@gmail.com>
parents: 9114
diff changeset
 10108
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10109
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::RestartAccessIfNeeded() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10110
    cls.add_method('RestartAccessIfNeeded', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10111
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10112
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10113
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::StartAccessIfNeeded() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10114
    cls.add_method('StartAccessIfNeeded', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10115
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10116
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10117
    ## edca-txop-n.h (module 'wifi'): bool ns3::EdcaTxopN::NeedRts() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10118
    cls.add_method('NeedRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10119
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10120
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10121
    ## edca-txop-n.h (module 'wifi'): bool ns3::EdcaTxopN::NeedRtsRetransmission() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10122
    cls.add_method('NeedRtsRetransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10123
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10124
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10125
    ## edca-txop-n.h (module 'wifi'): bool ns3::EdcaTxopN::NeedDataRetransmission() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10126
    cls.add_method('NeedDataRetransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10127
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10128
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10129
    ## edca-txop-n.h (module 'wifi'): bool ns3::EdcaTxopN::NeedFragmentation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10130
    cls.add_method('NeedFragmentation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10131
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10132
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10133
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10134
    ## edca-txop-n.h (module 'wifi'): uint32_t ns3::EdcaTxopN::GetNextFragmentSize() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10135
    cls.add_method('GetNextFragmentSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10136
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10137
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10138
    ## edca-txop-n.h (module 'wifi'): uint32_t ns3::EdcaTxopN::GetFragmentSize() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10139
    cls.add_method('GetFragmentSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10140
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10141
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10142
    ## edca-txop-n.h (module 'wifi'): uint32_t ns3::EdcaTxopN::GetFragmentOffset() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10143
    cls.add_method('GetFragmentOffset', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10144
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10145
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10146
    ## edca-txop-n.h (module 'wifi'): bool ns3::EdcaTxopN::IsLastFragment() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10147
    cls.add_method('IsLastFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10148
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10149
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10150
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10151
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::NextFragment() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10152
    cls.add_method('NextFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10153
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10154
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10155
    ## edca-txop-n.h (module 'wifi'): ns3::Ptr<ns3::Packet> ns3::EdcaTxopN::GetFragmentPacket(ns3::WifiMacHeader * hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10156
    cls.add_method('GetFragmentPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10157
                   'ns3::Ptr< ns3::Packet >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10158
                   [param('ns3::WifiMacHeader *', 'hdr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10159
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetAccessCategory(ns3::AcIndex ac) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10160
    cls.add_method('SetAccessCategory', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10161
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10162
                   [param('ns3::AcIndex', 'ac')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10163
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::Queue(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10164
    cls.add_method('Queue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10165
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10166
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10167
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetMsduAggregator(ns3::Ptr<ns3::MsduAggregator> aggr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10168
    cls.add_method('SetMsduAggregator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10169
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10170
                   [param('ns3::Ptr< ns3::MsduAggregator >', 'aggr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10171
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::PushFront(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10172
    cls.add_method('PushFront', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10173
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10174
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10175
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::CompleteConfig() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10176
    cls.add_method('CompleteConfig', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10177
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10178
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10179
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetBlockAckThreshold(uint8_t threshold) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10180
    cls.add_method('SetBlockAckThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10181
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10182
                   [param('uint8_t', 'threshold')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10183
    ## edca-txop-n.h (module 'wifi'): uint8_t ns3::EdcaTxopN::GetBlockAckThreshold() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10184
    cls.add_method('GetBlockAckThreshold', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10185
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10186
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10187
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10188
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SetBlockAckInactivityTimeout(uint16_t timeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10189
    cls.add_method('SetBlockAckInactivityTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10190
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10191
                   [param('uint16_t', 'timeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10192
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::SendDelbaFrame(ns3::Mac48Address addr, uint8_t tid, bool byOriginator) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10193
    cls.add_method('SendDelbaFrame', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10194
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10195
                   [param('ns3::Mac48Address', 'addr'), param('uint8_t', 'tid'), param('bool', 'byOriginator')])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10196
    ## edca-txop-n.h (module 'wifi'): int64_t ns3::EdcaTxopN::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10197
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10198
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10199
                   [param('int64_t', 'stream')])
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 10200
    ## edca-txop-n.h (module 'wifi'): void ns3::EdcaTxopN::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 10201
    cls.add_method('DoInitialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10202
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10203
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10204
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10205
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10206
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10207
def register_Ns3EmpiricalRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10208
    ## random-variable-stream.h (module 'core'): ns3::EmpiricalRandomVariable::EmpiricalRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10209
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10210
    ## random-variable-stream.h (module 'core'): void ns3::EmpiricalRandomVariable::CDF(double v, double c) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10211
    cls.add_method('CDF', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10212
                   'void', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10213
                   [param('double', 'v'), param('double', 'c')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10214
    ## random-variable-stream.h (module 'core'): uint32_t ns3::EmpiricalRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10215
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10216
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10217
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10218
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10219
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::EmpiricalRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10220
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10221
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10222
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10223
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10224
    ## random-variable-stream.h (module 'core'): double ns3::EmpiricalRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10225
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10226
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10227
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10228
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10229
    ## random-variable-stream.h (module 'core'): double ns3::EmpiricalRandomVariable::Interpolate(double arg0, double arg1, double arg2, double arg3, double arg4) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10230
    cls.add_method('Interpolate', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10231
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10232
                   [param('double', 'arg0'), param('double', 'arg1'), param('double', 'arg2'), param('double', 'arg3'), param('double', 'arg4')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10233
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10234
    ## random-variable-stream.h (module 'core'): void ns3::EmpiricalRandomVariable::Validate() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10235
    cls.add_method('Validate', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10236
                   'void', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10237
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10238
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10239
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10240
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10241
def register_Ns3EmptyAttributeValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10242
    ## attribute.h (module 'core'): ns3::EmptyAttributeValue::EmptyAttributeValue(ns3::EmptyAttributeValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10243
    cls.add_constructor([param('ns3::EmptyAttributeValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10244
    ## attribute.h (module 'core'): ns3::EmptyAttributeValue::EmptyAttributeValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10245
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10246
    ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::EmptyAttributeValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10247
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10248
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10249
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10250
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10251
    ## attribute.h (module 'core'): bool ns3::EmptyAttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10252
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10253
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10254
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10255
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10256
    ## attribute.h (module 'core'): std::string ns3::EmptyAttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10257
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10258
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10259
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10260
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10261
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10262
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10263
def register_Ns3ErlangRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10264
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::ErlangRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10265
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10266
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10267
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10268
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10269
    ## random-variable-stream.h (module 'core'): ns3::ErlangRandomVariable::ErlangRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10270
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10271
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ErlangRandomVariable::GetK() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10272
    cls.add_method('GetK', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10273
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10274
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10275
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10276
    ## random-variable-stream.h (module 'core'): double ns3::ErlangRandomVariable::GetLambda() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10277
    cls.add_method('GetLambda', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10278
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10279
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10280
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10281
    ## random-variable-stream.h (module 'core'): double ns3::ErlangRandomVariable::GetValue(uint32_t k, double lambda) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10282
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10283
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10284
                   [param('uint32_t', 'k'), param('double', 'lambda')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10285
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ErlangRandomVariable::GetInteger(uint32_t k, uint32_t lambda) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10286
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10287
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10288
                   [param('uint32_t', 'k'), param('uint32_t', 'lambda')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10289
    ## random-variable-stream.h (module 'core'): double ns3::ErlangRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10290
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10291
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10292
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10293
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10294
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ErlangRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10295
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10296
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10297
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10298
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10299
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10300
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10301
def register_Ns3ErrorRateModel_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10302
    ## error-rate-model.h (module 'wifi'): ns3::ErrorRateModel::ErrorRateModel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10303
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10304
    ## error-rate-model.h (module 'wifi'): ns3::ErrorRateModel::ErrorRateModel(ns3::ErrorRateModel const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10305
    cls.add_constructor([param('ns3::ErrorRateModel const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10306
    ## error-rate-model.h (module 'wifi'): double ns3::ErrorRateModel::CalculateSnr(ns3::WifiMode txMode, double ber) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10307
    cls.add_method('CalculateSnr', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10308
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10309
                   [param('ns3::WifiMode', 'txMode'), param('double', 'ber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10310
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10311
    ## error-rate-model.h (module 'wifi'): double ns3::ErrorRateModel::GetChunkSuccessRate(ns3::WifiMode mode, double snr, uint32_t nbits) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10312
    cls.add_method('GetChunkSuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10313
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10314
                   [param('ns3::WifiMode', 'mode'), param('double', 'snr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10315
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10316
    ## error-rate-model.h (module 'wifi'): static ns3::TypeId ns3::ErrorRateModel::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10317
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10318
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10319
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10320
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10321
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10322
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10323
def register_Ns3EventImpl_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10324
    ## event-impl.h (module 'core'): ns3::EventImpl::EventImpl(ns3::EventImpl const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10325
    cls.add_constructor([param('ns3::EventImpl const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10326
    ## event-impl.h (module 'core'): ns3::EventImpl::EventImpl() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10327
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10328
    ## event-impl.h (module 'core'): void ns3::EventImpl::Cancel() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10329
    cls.add_method('Cancel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10330
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10331
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10332
    ## event-impl.h (module 'core'): void ns3::EventImpl::Invoke() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10333
    cls.add_method('Invoke', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10334
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10335
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10336
    ## event-impl.h (module 'core'): bool ns3::EventImpl::IsCancelled() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10337
    cls.add_method('IsCancelled', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10338
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10339
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10340
    ## event-impl.h (module 'core'): void ns3::EventImpl::Notify() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10341
    cls.add_method('Notify', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10342
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10343
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10344
                   is_pure_virtual=True, visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10345
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10346
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10347
def register_Ns3ExponentialRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10348
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::ExponentialRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10349
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10350
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10351
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10352
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10353
    ## random-variable-stream.h (module 'core'): ns3::ExponentialRandomVariable::ExponentialRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10354
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10355
    ## random-variable-stream.h (module 'core'): double ns3::ExponentialRandomVariable::GetMean() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10356
    cls.add_method('GetMean', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10357
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10358
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10359
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10360
    ## random-variable-stream.h (module 'core'): double ns3::ExponentialRandomVariable::GetBound() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10361
    cls.add_method('GetBound', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10362
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10363
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10364
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10365
    ## random-variable-stream.h (module 'core'): double ns3::ExponentialRandomVariable::GetValue(double mean, double bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10366
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10367
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10368
                   [param('double', 'mean'), param('double', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10369
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ExponentialRandomVariable::GetInteger(uint32_t mean, uint32_t bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10370
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10371
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10372
                   [param('uint32_t', 'mean'), param('uint32_t', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10373
    ## random-variable-stream.h (module 'core'): double ns3::ExponentialRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10374
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10375
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10376
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10377
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10378
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ExponentialRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10379
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10380
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10381
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10382
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10383
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10384
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10385
def register_Ns3ExtendedSupportedRatesIE_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10386
    ## supported-rates.h (module 'wifi'): ns3::ExtendedSupportedRatesIE::ExtendedSupportedRatesIE(ns3::ExtendedSupportedRatesIE const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10387
    cls.add_constructor([param('ns3::ExtendedSupportedRatesIE const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10388
    ## supported-rates.h (module 'wifi'): ns3::ExtendedSupportedRatesIE::ExtendedSupportedRatesIE() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10389
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10390
    ## supported-rates.h (module 'wifi'): ns3::ExtendedSupportedRatesIE::ExtendedSupportedRatesIE(ns3::SupportedRates * rates) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10391
    cls.add_constructor([param('ns3::SupportedRates *', 'rates')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10392
    ## supported-rates.h (module 'wifi'): uint8_t ns3::ExtendedSupportedRatesIE::DeserializeInformationField(ns3::Buffer::Iterator start, uint8_t length) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10393
    cls.add_method('DeserializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10394
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10395
                   [param('ns3::Buffer::Iterator', 'start'), param('uint8_t', 'length')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10396
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10397
    ## supported-rates.h (module 'wifi'): ns3::WifiInformationElementId ns3::ExtendedSupportedRatesIE::ElementId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10398
    cls.add_method('ElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10399
                   'ns3::WifiInformationElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10400
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10401
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10402
    ## supported-rates.h (module 'wifi'): uint8_t ns3::ExtendedSupportedRatesIE::GetInformationFieldSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10403
    cls.add_method('GetInformationFieldSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10404
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10405
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10406
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10407
    ## supported-rates.h (module 'wifi'): uint16_t ns3::ExtendedSupportedRatesIE::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10408
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10409
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10410
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10411
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10412
    ## supported-rates.h (module 'wifi'): ns3::Buffer::Iterator ns3::ExtendedSupportedRatesIE::Serialize(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10413
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10414
                   'ns3::Buffer::Iterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10415
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10416
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10417
    ## supported-rates.h (module 'wifi'): void ns3::ExtendedSupportedRatesIE::SerializeInformationField(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10418
    cls.add_method('SerializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10419
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10420
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10421
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10422
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10423
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10424
def register_Ns3FixedRssLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10425
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::FixedRssLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10426
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10427
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10428
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10429
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10430
    ## propagation-loss-model.h (module 'propagation'): ns3::FixedRssLossModel::FixedRssLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10431
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10432
    ## propagation-loss-model.h (module 'propagation'): void ns3::FixedRssLossModel::SetRss(double rss) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10433
    cls.add_method('SetRss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10434
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10435
                   [param('double', 'rss')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10436
    ## propagation-loss-model.h (module 'propagation'): double ns3::FixedRssLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10437
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10438
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10439
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10440
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10441
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::FixedRssLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10442
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10443
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10444
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10445
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10446
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10447
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10448
def register_Ns3FriisPropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10449
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::FriisPropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10450
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10451
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10452
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10453
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10454
    ## propagation-loss-model.h (module 'propagation'): ns3::FriisPropagationLossModel::FriisPropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10455
    cls.add_constructor([])
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 10456
    ## propagation-loss-model.h (module 'propagation'): void ns3::FriisPropagationLossModel::SetFrequency(double frequency) [member function]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 10457
    cls.add_method('SetFrequency', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 10458
                   'void', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 10459
                   [param('double', 'frequency')])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10460
    ## propagation-loss-model.h (module 'propagation'): void ns3::FriisPropagationLossModel::SetSystemLoss(double systemLoss) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10461
    cls.add_method('SetSystemLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10462
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10463
                   [param('double', 'systemLoss')])
10628
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
 10464
    ## propagation-loss-model.h (module 'propagation'): void ns3::FriisPropagationLossModel::SetMinLoss(double minLoss) [member function]
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
 10465
    cls.add_method('SetMinLoss', 
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
 10466
                   'void', 
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
 10467
                   [param('double', 'minLoss')])
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
 10468
    ## propagation-loss-model.h (module 'propagation'): double ns3::FriisPropagationLossModel::GetMinLoss() const [member function]
8e7d67510b46 [Python Bindings] rescan bindings
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10608
diff changeset
 10469
    cls.add_method('GetMinLoss', 
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10470
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10471
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10472
                   is_const=True)
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 10473
    ## propagation-loss-model.h (module 'propagation'): double ns3::FriisPropagationLossModel::GetFrequency() const [member function]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 10474
    cls.add_method('GetFrequency', 
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10475
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10476
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10477
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10478
    ## propagation-loss-model.h (module 'propagation'): double ns3::FriisPropagationLossModel::GetSystemLoss() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10479
    cls.add_method('GetSystemLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10480
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10481
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10482
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10483
    ## propagation-loss-model.h (module 'propagation'): double ns3::FriisPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10484
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10485
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10486
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10487
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10488
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::FriisPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10489
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10490
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10491
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10492
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10493
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10494
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10495
def register_Ns3GammaRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10496
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::GammaRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10497
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10498
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10499
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10500
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10501
    ## random-variable-stream.h (module 'core'): ns3::GammaRandomVariable::GammaRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10502
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10503
    ## random-variable-stream.h (module 'core'): double ns3::GammaRandomVariable::GetAlpha() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10504
    cls.add_method('GetAlpha', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10505
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10506
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10507
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10508
    ## random-variable-stream.h (module 'core'): double ns3::GammaRandomVariable::GetBeta() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10509
    cls.add_method('GetBeta', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10510
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10511
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10512
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10513
    ## random-variable-stream.h (module 'core'): double ns3::GammaRandomVariable::GetValue(double alpha, double beta) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10514
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10515
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10516
                   [param('double', 'alpha'), param('double', 'beta')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10517
    ## random-variable-stream.h (module 'core'): uint32_t ns3::GammaRandomVariable::GetInteger(uint32_t alpha, uint32_t beta) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10518
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10519
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10520
                   [param('uint32_t', 'alpha'), param('uint32_t', 'beta')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10521
    ## random-variable-stream.h (module 'core'): double ns3::GammaRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10522
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10523
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10524
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10525
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10526
    ## random-variable-stream.h (module 'core'): uint32_t ns3::GammaRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10527
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10528
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10529
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10530
                   is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10531
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 10532
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10533
def register_Ns3HtCapabilities_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10534
    cls.add_output_stream_operator()
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10535
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilities::HtCapabilities(ns3::HtCapabilities const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10536
    cls.add_constructor([param('ns3::HtCapabilities const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10537
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilities::HtCapabilities() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10538
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10539
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::DeserializeInformationField(ns3::Buffer::Iterator start, uint8_t length) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10540
    cls.add_method('DeserializeInformationField', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10541
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10542
                   [param('ns3::Buffer::Iterator', 'start'), param('uint8_t', 'length')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10543
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10544
    ## ht-capabilities.h (module 'wifi'): ns3::WifiInformationElementId ns3::HtCapabilities::ElementId() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10545
    cls.add_method('ElementId', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10546
                   'ns3::WifiInformationElementId', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10547
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10548
                   is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10549
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::GetAmpduParameters() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10550
    cls.add_method('GetAmpduParameters', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10551
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10552
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10553
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10554
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::GetGreenfield() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10555
    cls.add_method('GetGreenfield', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10556
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10557
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10558
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10559
    ## ht-capabilities.h (module 'wifi'): uint16_t ns3::HtCapabilities::GetHtCapabilitiesInfo() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10560
    cls.add_method('GetHtCapabilitiesInfo', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10561
                   'uint16_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10562
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10563
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10564
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::GetInformationFieldSize() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10565
    cls.add_method('GetInformationFieldSize', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10566
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10567
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10568
                   is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10569
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::GetLdpc() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10570
    cls.add_method('GetLdpc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10571
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10572
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10573
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10574
    ## ht-capabilities.h (module 'wifi'): uint8_t * ns3::HtCapabilities::GetRxMcsBitmask() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10575
    cls.add_method('GetRxMcsBitmask', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10576
                   'uint8_t *', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10577
                   [])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10578
    ## ht-capabilities.h (module 'wifi'): uint16_t ns3::HtCapabilities::GetSerializedSize() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10579
    cls.add_method('GetSerializedSize', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10580
                   'uint16_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10581
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10582
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10583
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::GetShortGuardInterval20() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10584
    cls.add_method('GetShortGuardInterval20', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10585
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10586
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10587
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10588
    ## ht-capabilities.h (module 'wifi'): uint8_t ns3::HtCapabilities::GetSupportedChannelWidth() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10589
    cls.add_method('GetSupportedChannelWidth', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10590
                   'uint8_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10591
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10592
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10593
    ## ht-capabilities.h (module 'wifi'): uint64_t ns3::HtCapabilities::GetSupportedMcsSet1() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10594
    cls.add_method('GetSupportedMcsSet1', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10595
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10596
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10597
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10598
    ## ht-capabilities.h (module 'wifi'): uint64_t ns3::HtCapabilities::GetSupportedMcsSet2() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10599
    cls.add_method('GetSupportedMcsSet2', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10600
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10601
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10602
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10603
    ## ht-capabilities.h (module 'wifi'): bool ns3::HtCapabilities::IsSupportedMcs(uint8_t mcs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10604
    cls.add_method('IsSupportedMcs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10605
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10606
                   [param('uint8_t', 'mcs')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10607
    ## ht-capabilities.h (module 'wifi'): ns3::Buffer::Iterator ns3::HtCapabilities::Serialize(ns3::Buffer::Iterator start) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10608
    cls.add_method('Serialize', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10609
                   'ns3::Buffer::Iterator', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10610
                   [param('ns3::Buffer::Iterator', 'start')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10611
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10612
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SerializeInformationField(ns3::Buffer::Iterator start) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10613
    cls.add_method('SerializeInformationField', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10614
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10615
                   [param('ns3::Buffer::Iterator', 'start')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10616
                   is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10617
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetAmpduParameters(uint8_t ctrl) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10618
    cls.add_method('SetAmpduParameters', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10619
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10620
                   [param('uint8_t', 'ctrl')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10621
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetGreenfield(uint8_t greenfield) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10622
    cls.add_method('SetGreenfield', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10623
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10624
                   [param('uint8_t', 'greenfield')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10625
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetHtCapabilitiesInfo(uint16_t ctrl) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10626
    cls.add_method('SetHtCapabilitiesInfo', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10627
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10628
                   [param('uint16_t', 'ctrl')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10629
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetHtSupported(uint8_t htsupported) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10630
    cls.add_method('SetHtSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10631
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10632
                   [param('uint8_t', 'htsupported')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10633
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetLdpc(uint8_t ldpc) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10634
    cls.add_method('SetLdpc', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10635
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10636
                   [param('uint8_t', 'ldpc')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10637
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetRxMcsBitmask(uint8_t index) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10638
    cls.add_method('SetRxMcsBitmask', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10639
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10640
                   [param('uint8_t', 'index')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10641
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetShortGuardInterval20(uint8_t shortguardinterval) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10642
    cls.add_method('SetShortGuardInterval20', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10643
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10644
                   [param('uint8_t', 'shortguardinterval')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10645
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetSupportedChannelWidth(uint8_t supportedchannelwidth) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10646
    cls.add_method('SetSupportedChannelWidth', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10647
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10648
                   [param('uint8_t', 'supportedchannelwidth')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10649
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilities::SetSupportedMcsSet(uint64_t ctrl1, uint64_t ctrl2) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10650
    cls.add_method('SetSupportedMcsSet', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10651
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10652
                   [param('uint64_t', 'ctrl1'), param('uint64_t', 'ctrl2')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10653
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10654
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10655
def register_Ns3HtCapabilitiesChecker_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10656
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesChecker::HtCapabilitiesChecker() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10657
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10658
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesChecker::HtCapabilitiesChecker(ns3::HtCapabilitiesChecker const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10659
    cls.add_constructor([param('ns3::HtCapabilitiesChecker const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10660
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10661
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10662
def register_Ns3HtCapabilitiesValue_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10663
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesValue::HtCapabilitiesValue() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10664
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10665
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesValue::HtCapabilitiesValue(ns3::HtCapabilitiesValue const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10666
    cls.add_constructor([param('ns3::HtCapabilitiesValue const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10667
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilitiesValue::HtCapabilitiesValue(ns3::HtCapabilities const & value) [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10668
    cls.add_constructor([param('ns3::HtCapabilities const &', 'value')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10669
    ## ht-capabilities.h (module 'wifi'): ns3::Ptr<ns3::AttributeValue> ns3::HtCapabilitiesValue::Copy() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10670
    cls.add_method('Copy', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10671
                   'ns3::Ptr< ns3::AttributeValue >', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10672
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10673
                   is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10674
    ## ht-capabilities.h (module 'wifi'): bool ns3::HtCapabilitiesValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10675
    cls.add_method('DeserializeFromString', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10676
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10677
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10678
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10679
    ## ht-capabilities.h (module 'wifi'): ns3::HtCapabilities ns3::HtCapabilitiesValue::Get() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10680
    cls.add_method('Get', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10681
                   'ns3::HtCapabilities', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10682
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10683
                   is_const=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10684
    ## ht-capabilities.h (module 'wifi'): std::string ns3::HtCapabilitiesValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10685
    cls.add_method('SerializeToString', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10686
                   'std::string', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10687
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10688
                   is_const=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10689
    ## ht-capabilities.h (module 'wifi'): void ns3::HtCapabilitiesValue::Set(ns3::HtCapabilities const & value) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10690
    cls.add_method('Set', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10691
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10692
                   [param('ns3::HtCapabilities const &', 'value')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10693
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10694
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10695
def register_Ns3HtWifiMacHelper_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10696
    ## ht-wifi-mac-helper.h (module 'wifi'): ns3::HtWifiMacHelper::HtWifiMacHelper(ns3::HtWifiMacHelper const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10697
    cls.add_constructor([param('ns3::HtWifiMacHelper const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10698
    ## ht-wifi-mac-helper.h (module 'wifi'): ns3::HtWifiMacHelper::HtWifiMacHelper() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10699
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10700
    ## ht-wifi-mac-helper.h (module 'wifi'): static ns3::HtWifiMacHelper ns3::HtWifiMacHelper::Default() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10701
    cls.add_method('Default', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10702
                   'ns3::HtWifiMacHelper', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10703
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10704
                   is_static=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10705
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10706
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10707
def register_Ns3IdealWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10708
    ## ideal-wifi-manager.h (module 'wifi'): ns3::IdealWifiManager::IdealWifiManager(ns3::IdealWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10709
    cls.add_constructor([param('ns3::IdealWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10710
    ## ideal-wifi-manager.h (module 'wifi'): ns3::IdealWifiManager::IdealWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10711
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10712
    ## ideal-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::IdealWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10713
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10714
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10715
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10716
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10717
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::SetupPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10718
    cls.add_method('SetupPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10719
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10720
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10721
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10722
    ## ideal-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::IdealWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10723
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10724
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10725
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10726
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10727
    ## ideal-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::IdealWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10728
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10729
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10730
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10731
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10732
    ## ideal-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::IdealWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10733
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 10734
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10735
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10736
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10737
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10738
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10739
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10740
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10741
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10742
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10743
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10744
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10745
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10746
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10747
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10748
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10749
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10750
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10751
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10752
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10753
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10754
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10755
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10756
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10757
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10758
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10759
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10760
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10761
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10762
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10763
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10764
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10765
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10766
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10767
    ## ideal-wifi-manager.h (module 'wifi'): void ns3::IdealWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10768
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10769
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10770
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10771
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10772
    ## ideal-wifi-manager.h (module 'wifi'): bool ns3::IdealWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10773
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10774
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10775
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10776
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10777
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10778
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10779
def register_Ns3Ipv4AddressChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10780
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker::Ipv4AddressChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10781
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10782
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker::Ipv4AddressChecker(ns3::Ipv4AddressChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10783
    cls.add_constructor([param('ns3::Ipv4AddressChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10784
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10785
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10786
def register_Ns3Ipv4AddressValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10787
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10788
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10789
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4AddressValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10790
    cls.add_constructor([param('ns3::Ipv4AddressValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10791
    ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4Address const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10792
    cls.add_constructor([param('ns3::Ipv4Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10793
    ## ipv4-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv4AddressValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10794
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10795
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10796
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10797
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10798
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10799
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10800
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10801
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10802
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10803
    ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4AddressValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10804
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10805
                   'ns3::Ipv4Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10806
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10807
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10808
    ## ipv4-address.h (module 'network'): std::string ns3::Ipv4AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10809
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10810
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10811
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10812
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10813
    ## ipv4-address.h (module 'network'): void ns3::Ipv4AddressValue::Set(ns3::Ipv4Address const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10814
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10815
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10816
                   [param('ns3::Ipv4Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10817
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10818
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10819
def register_Ns3Ipv4MaskChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10820
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker::Ipv4MaskChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10821
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10822
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker::Ipv4MaskChecker(ns3::Ipv4MaskChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10823
    cls.add_constructor([param('ns3::Ipv4MaskChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10824
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10825
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10826
def register_Ns3Ipv4MaskValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10827
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10828
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10829
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4MaskValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10830
    cls.add_constructor([param('ns3::Ipv4MaskValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10831
    ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4Mask const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10832
    cls.add_constructor([param('ns3::Ipv4Mask const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10833
    ## ipv4-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv4MaskValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10834
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10835
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10836
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10837
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10838
    ## ipv4-address.h (module 'network'): bool ns3::Ipv4MaskValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10839
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10840
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10841
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10842
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10843
    ## ipv4-address.h (module 'network'): ns3::Ipv4Mask ns3::Ipv4MaskValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10844
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10845
                   'ns3::Ipv4Mask', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10846
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10847
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10848
    ## ipv4-address.h (module 'network'): std::string ns3::Ipv4MaskValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10849
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10850
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10851
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10852
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10853
    ## ipv4-address.h (module 'network'): void ns3::Ipv4MaskValue::Set(ns3::Ipv4Mask const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10854
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10855
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10856
                   [param('ns3::Ipv4Mask const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10857
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10858
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10859
def register_Ns3Ipv6AddressChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10860
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker::Ipv6AddressChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10861
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10862
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker::Ipv6AddressChecker(ns3::Ipv6AddressChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10863
    cls.add_constructor([param('ns3::Ipv6AddressChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10864
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10865
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10866
def register_Ns3Ipv6AddressValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10867
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10868
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10869
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6AddressValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10870
    cls.add_constructor([param('ns3::Ipv6AddressValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10871
    ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6Address const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10872
    cls.add_constructor([param('ns3::Ipv6Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10873
    ## ipv6-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv6AddressValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10874
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10875
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10876
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10877
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10878
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10879
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10880
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10881
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10882
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10883
    ## ipv6-address.h (module 'network'): ns3::Ipv6Address ns3::Ipv6AddressValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10884
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10885
                   'ns3::Ipv6Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10886
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10887
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10888
    ## ipv6-address.h (module 'network'): std::string ns3::Ipv6AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10889
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10890
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10891
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10892
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10893
    ## ipv6-address.h (module 'network'): void ns3::Ipv6AddressValue::Set(ns3::Ipv6Address const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10894
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10895
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10896
                   [param('ns3::Ipv6Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10897
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10898
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10899
def register_Ns3Ipv6PrefixChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10900
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker::Ipv6PrefixChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10901
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10902
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker::Ipv6PrefixChecker(ns3::Ipv6PrefixChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10903
    cls.add_constructor([param('ns3::Ipv6PrefixChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10904
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10905
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10906
def register_Ns3Ipv6PrefixValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10907
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10908
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10909
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6PrefixValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10910
    cls.add_constructor([param('ns3::Ipv6PrefixValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10911
    ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6Prefix const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10912
    cls.add_constructor([param('ns3::Ipv6Prefix const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10913
    ## ipv6-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv6PrefixValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10914
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10915
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10916
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10917
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10918
    ## ipv6-address.h (module 'network'): bool ns3::Ipv6PrefixValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10919
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10920
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10921
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10922
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10923
    ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix ns3::Ipv6PrefixValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10924
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10925
                   'ns3::Ipv6Prefix', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10926
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10927
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10928
    ## ipv6-address.h (module 'network'): std::string ns3::Ipv6PrefixValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10929
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10930
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10931
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10932
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10933
    ## ipv6-address.h (module 'network'): void ns3::Ipv6PrefixValue::Set(ns3::Ipv6Prefix const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10934
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10935
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10936
                   [param('ns3::Ipv6Prefix const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10937
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 10938
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10939
def register_Ns3ItuR1411LosPropagationLossModel_methods(root_module, cls):
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10940
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::ItuR1411LosPropagationLossModel::GetTypeId() [member function]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10941
    cls.add_method('GetTypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10942
                   'ns3::TypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10943
                   [], 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10944
                   is_static=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10945
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): ns3::ItuR1411LosPropagationLossModel::ItuR1411LosPropagationLossModel() [constructor]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10946
    cls.add_constructor([])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10947
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): void ns3::ItuR1411LosPropagationLossModel::SetFrequency(double freq) [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10948
    cls.add_method('SetFrequency', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10949
                   'void', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10950
                   [param('double', 'freq')])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10951
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): double ns3::ItuR1411LosPropagationLossModel::GetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10952
    cls.add_method('GetLoss', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10953
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10954
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10955
                   is_const=True)
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10956
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): double ns3::ItuR1411LosPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10957
    cls.add_method('DoCalcRxPower', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10958
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10959
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10960
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10961
    ## itu-r-1411-los-propagation-loss-model.h (module 'propagation'): int64_t ns3::ItuR1411LosPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10962
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10963
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10964
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10965
                   visibility='private', is_virtual=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10966
    return
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10967
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10968
def register_Ns3ItuR1411NlosOverRooftopPropagationLossModel_methods(root_module, cls):
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10969
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::ItuR1411NlosOverRooftopPropagationLossModel::GetTypeId() [member function]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10970
    cls.add_method('GetTypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10971
                   'ns3::TypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10972
                   [], 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 10973
                   is_static=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10974
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): ns3::ItuR1411NlosOverRooftopPropagationLossModel::ItuR1411NlosOverRooftopPropagationLossModel() [constructor]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10975
    cls.add_constructor([])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10976
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): void ns3::ItuR1411NlosOverRooftopPropagationLossModel::SetFrequency(double freq) [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10977
    cls.add_method('SetFrequency', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10978
                   'void', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10979
                   [param('double', 'freq')])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10980
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): double ns3::ItuR1411NlosOverRooftopPropagationLossModel::GetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10981
    cls.add_method('GetLoss', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10982
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10983
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10984
                   is_const=True)
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10985
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): double ns3::ItuR1411NlosOverRooftopPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10986
    cls.add_method('DoCalcRxPower', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10987
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10988
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10989
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10990
    ## itu-r-1411-nlos-over-rooftop-propagation-loss-model.h (module 'propagation'): int64_t ns3::ItuR1411NlosOverRooftopPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10991
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10992
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10993
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 10994
                   visibility='private', is_virtual=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10995
    return
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 10996
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 10997
def register_Ns3JakesProcess_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 10998
    ## jakes-process.h (module 'propagation'): ns3::JakesProcess::JakesProcess(ns3::JakesProcess const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 10999
    cls.add_constructor([param('ns3::JakesProcess const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11000
    ## jakes-process.h (module 'propagation'): ns3::JakesProcess::JakesProcess() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11001
    cls.add_constructor([])
9011
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11002
    ## jakes-process.h (module 'propagation'): void ns3::JakesProcess::DoDispose() [member function]
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11003
    cls.add_method('DoDispose', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11004
                   'void', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11005
                   [], 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11006
                   is_virtual=True)
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11007
    ## jakes-process.h (module 'propagation'): double ns3::JakesProcess::GetChannelGainDb() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11008
    cls.add_method('GetChannelGainDb', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11009
                   'double', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11010
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11011
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11012
    ## jakes-process.h (module 'propagation'): std::complex<double> ns3::JakesProcess::GetComplexGain() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11013
    cls.add_method('GetComplexGain', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11014
                   'std::complex< double >', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11015
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11016
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11017
    ## jakes-process.h (module 'propagation'): static ns3::TypeId ns3::JakesProcess::GetTypeId() [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11018
    cls.add_method('GetTypeId', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11019
                   'ns3::TypeId', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11020
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11021
                   is_static=True)
9011
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11022
    ## jakes-process.h (module 'propagation'): void ns3::JakesProcess::SetPropagationLossModel(ns3::Ptr<const ns3::PropagationLossModel> arg0) [member function]
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11023
    cls.add_method('SetPropagationLossModel', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11024
                   'void', 
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11025
                   [param('ns3::Ptr< ns3::PropagationLossModel const >', 'arg0')])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11026
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11027
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11028
def register_Ns3JakesPropagationLossModel_methods(root_module, cls):
9011
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11029
    ## jakes-propagation-loss-model.h (module 'propagation'): ns3::JakesPropagationLossModel::PI [variable]
01f5cd05ab97 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8985
diff changeset
 11030
    cls.add_static_attribute('PI', 'double const', is_const=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11031
    ## jakes-propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::JakesPropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11032
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11033
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11034
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11035
                   is_static=True)
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11036
    ## jakes-propagation-loss-model.h (module 'propagation'): ns3::JakesPropagationLossModel::JakesPropagationLossModel() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11037
    cls.add_constructor([])
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11038
    ## jakes-propagation-loss-model.h (module 'propagation'): double ns3::JakesPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11039
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11040
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11041
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11042
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11043
    ## jakes-propagation-loss-model.h (module 'propagation'): int64_t ns3::JakesPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11044
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11045
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11046
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11047
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11048
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11049
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11050
def register_Ns3Kun2600MhzPropagationLossModel_methods(root_module, cls):
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11051
    ## kun-2600-mhz-propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::Kun2600MhzPropagationLossModel::GetTypeId() [member function]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11052
    cls.add_method('GetTypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11053
                   'ns3::TypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11054
                   [], 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11055
                   is_static=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11056
    ## kun-2600-mhz-propagation-loss-model.h (module 'propagation'): ns3::Kun2600MhzPropagationLossModel::Kun2600MhzPropagationLossModel() [constructor]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11057
    cls.add_constructor([])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11058
    ## kun-2600-mhz-propagation-loss-model.h (module 'propagation'): double ns3::Kun2600MhzPropagationLossModel::GetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11059
    cls.add_method('GetLoss', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11060
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11061
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11062
                   is_const=True)
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11063
    ## kun-2600-mhz-propagation-loss-model.h (module 'propagation'): double ns3::Kun2600MhzPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11064
    cls.add_method('DoCalcRxPower', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11065
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11066
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11067
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11068
    ## kun-2600-mhz-propagation-loss-model.h (module 'propagation'): int64_t ns3::Kun2600MhzPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11069
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11070
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11071
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11072
                   visibility='private', is_virtual=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11073
    return
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11074
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11075
def register_Ns3LogDistancePropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11076
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::LogDistancePropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11077
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11078
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11079
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11080
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11081
    ## propagation-loss-model.h (module 'propagation'): ns3::LogDistancePropagationLossModel::LogDistancePropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11082
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11083
    ## propagation-loss-model.h (module 'propagation'): void ns3::LogDistancePropagationLossModel::SetPathLossExponent(double n) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11084
    cls.add_method('SetPathLossExponent', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11085
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11086
                   [param('double', 'n')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11087
    ## propagation-loss-model.h (module 'propagation'): double ns3::LogDistancePropagationLossModel::GetPathLossExponent() const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11088
    cls.add_method('GetPathLossExponent', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11089
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11090
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11091
                   is_const=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11092
    ## propagation-loss-model.h (module 'propagation'): void ns3::LogDistancePropagationLossModel::SetReference(double referenceDistance, double referenceLoss) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11093
    cls.add_method('SetReference', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11094
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11095
                   [param('double', 'referenceDistance'), param('double', 'referenceLoss')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11096
    ## propagation-loss-model.h (module 'propagation'): double ns3::LogDistancePropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11097
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11098
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11099
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11100
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11101
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::LogDistancePropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11102
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11103
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11104
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11105
                   visibility='private', is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11106
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11107
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11108
def register_Ns3LogNormalRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11109
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::LogNormalRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11110
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11111
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11112
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11113
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11114
    ## random-variable-stream.h (module 'core'): ns3::LogNormalRandomVariable::LogNormalRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11115
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11116
    ## random-variable-stream.h (module 'core'): double ns3::LogNormalRandomVariable::GetMu() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11117
    cls.add_method('GetMu', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11118
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11119
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11120
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11121
    ## random-variable-stream.h (module 'core'): double ns3::LogNormalRandomVariable::GetSigma() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11122
    cls.add_method('GetSigma', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11123
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11124
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11125
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11126
    ## random-variable-stream.h (module 'core'): double ns3::LogNormalRandomVariable::GetValue(double mu, double sigma) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11127
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11128
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11129
                   [param('double', 'mu'), param('double', 'sigma')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11130
    ## random-variable-stream.h (module 'core'): uint32_t ns3::LogNormalRandomVariable::GetInteger(uint32_t mu, uint32_t sigma) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11131
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11132
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11133
                   [param('uint32_t', 'mu'), param('uint32_t', 'sigma')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11134
    ## random-variable-stream.h (module 'core'): double ns3::LogNormalRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11135
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11136
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11137
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11138
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11139
    ## random-variable-stream.h (module 'core'): uint32_t ns3::LogNormalRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11140
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11141
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11142
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11143
                   is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11144
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11145
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11146
def register_Ns3Mac48AddressChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11147
    ## mac48-address.h (module 'network'): ns3::Mac48AddressChecker::Mac48AddressChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11148
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11149
    ## mac48-address.h (module 'network'): ns3::Mac48AddressChecker::Mac48AddressChecker(ns3::Mac48AddressChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11150
    cls.add_constructor([param('ns3::Mac48AddressChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11151
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11152
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11153
def register_Ns3Mac48AddressValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11154
    ## mac48-address.h (module 'network'): ns3::Mac48AddressValue::Mac48AddressValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11155
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11156
    ## mac48-address.h (module 'network'): ns3::Mac48AddressValue::Mac48AddressValue(ns3::Mac48AddressValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11157
    cls.add_constructor([param('ns3::Mac48AddressValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11158
    ## mac48-address.h (module 'network'): ns3::Mac48AddressValue::Mac48AddressValue(ns3::Mac48Address const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11159
    cls.add_constructor([param('ns3::Mac48Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11160
    ## mac48-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Mac48AddressValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11161
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11162
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11163
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11164
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11165
    ## mac48-address.h (module 'network'): bool ns3::Mac48AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11166
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11167
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11168
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11169
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11170
    ## mac48-address.h (module 'network'): ns3::Mac48Address ns3::Mac48AddressValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11171
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11172
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11173
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11174
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11175
    ## mac48-address.h (module 'network'): std::string ns3::Mac48AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11176
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11177
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11178
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11179
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11180
    ## mac48-address.h (module 'network'): void ns3::Mac48AddressValue::Set(ns3::Mac48Address const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11181
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11182
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11183
                   [param('ns3::Mac48Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11184
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11185
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11186
def register_Ns3MacLow_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11187
    ## mac-low.h (module 'wifi'): ns3::MacLow::MacLow(ns3::MacLow const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11188
    cls.add_constructor([param('ns3::MacLow const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11189
    ## mac-low.h (module 'wifi'): ns3::MacLow::MacLow() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11190
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11191
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::CalculateTransmissionTime(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const * hdr, ns3::MacLowTransmissionParameters const & parameters) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11192
    cls.add_method('CalculateTransmissionTime', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11193
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11194
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr'), param('ns3::MacLowTransmissionParameters const &', 'parameters')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11195
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11196
    ## mac-low.h (module 'wifi'): void ns3::MacLow::CreateBlockAckAgreement(ns3::MgtAddBaResponseHeader const * respHdr, ns3::Mac48Address originator, uint16_t startingSeq) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11197
    cls.add_method('CreateBlockAckAgreement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11198
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11199
                   [param('ns3::MgtAddBaResponseHeader const *', 'respHdr'), param('ns3::Mac48Address', 'originator'), param('uint16_t', 'startingSeq')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11200
    ## mac-low.h (module 'wifi'): void ns3::MacLow::DestroyBlockAckAgreement(ns3::Mac48Address originator, uint8_t tid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11201
    cls.add_method('DestroyBlockAckAgreement', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11202
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11203
                   [param('ns3::Mac48Address', 'originator'), param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11204
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetAckTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11205
    cls.add_method('GetAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11206
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11207
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11208
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11209
    ## mac-low.h (module 'wifi'): ns3::Mac48Address ns3::MacLow::GetAddress() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11210
    cls.add_method('GetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11211
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11212
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11213
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11214
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetBasicBlockAckTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11215
    cls.add_method('GetBasicBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11216
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11217
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11218
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11219
    ## mac-low.h (module 'wifi'): ns3::Mac48Address ns3::MacLow::GetBssid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11220
    cls.add_method('GetBssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11221
                   'ns3::Mac48Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11222
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11223
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11224
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetCompressedBlockAckTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11225
    cls.add_method('GetCompressedBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11226
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11227
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11228
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11229
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetCtsTimeout() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11230
    cls.add_method('GetCtsTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11231
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11232
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11233
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11234
    ## mac-low.h (module 'wifi'): bool ns3::MacLow::GetCtsToSelfSupported() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11235
    cls.add_method('GetCtsToSelfSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11236
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11237
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11238
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11239
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetPifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11240
    cls.add_method('GetPifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11241
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11242
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11243
                   is_const=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11244
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetRifs() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11245
    cls.add_method('GetRifs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11246
                   'ns3::Time', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11247
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11248
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11249
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetSifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11250
    cls.add_method('GetSifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11251
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11252
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11253
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11254
    ## mac-low.h (module 'wifi'): ns3::Time ns3::MacLow::GetSlotTime() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11255
    cls.add_method('GetSlotTime', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11256
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11257
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11258
                   is_const=True)
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11259
    ## mac-low.h (module 'wifi'): bool ns3::MacLow::IsPromisc() const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11260
    cls.add_method('IsPromisc', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11261
                   'bool', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11262
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11263
                   is_const=True)
10897
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
 11264
    ## mac-low.h (module 'wifi'): void ns3::MacLow::NotifySleepNow() [member function]
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
 11265
    cls.add_method('NotifySleepNow', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
 11266
                   'void', 
58b9be573189 rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10805
diff changeset
 11267
                   [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11268
    ## mac-low.h (module 'wifi'): void ns3::MacLow::NotifySwitchingStartNow(ns3::Time duration) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11269
    cls.add_method('NotifySwitchingStartNow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11270
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11271
                   [param('ns3::Time', 'duration')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11272
    ## mac-low.h (module 'wifi'): void ns3::MacLow::ReceiveError(ns3::Ptr<ns3::Packet const> packet, double rxSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11273
    cls.add_method('ReceiveError', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11274
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11275
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'rxSnr')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11276
    ## mac-low.h (module 'wifi'): void ns3::MacLow::ReceiveOk(ns3::Ptr<ns3::Packet> packet, double rxSnr, ns3::WifiMode txMode, ns3::WifiPreamble preamble) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11277
    cls.add_method('ReceiveOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11278
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11279
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode'), param('ns3::WifiPreamble', 'preamble')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11280
    ## mac-low.h (module 'wifi'): void ns3::MacLow::RegisterBlockAckListenerForAc(ns3::AcIndex ac, ns3::MacLowBlockAckEventListener * listener) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11281
    cls.add_method('RegisterBlockAckListenerForAc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11282
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11283
                   [param('ns3::AcIndex', 'ac'), param('ns3::MacLowBlockAckEventListener *', 'listener')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11284
    ## mac-low.h (module 'wifi'): void ns3::MacLow::RegisterDcfListener(ns3::MacLowDcfListener * listener) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11285
    cls.add_method('RegisterDcfListener', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11286
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11287
                   [param('ns3::MacLowDcfListener *', 'listener')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11288
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetAckTimeout(ns3::Time ackTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11289
    cls.add_method('SetAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11290
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11291
                   [param('ns3::Time', 'ackTimeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11292
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetAddress(ns3::Mac48Address ad) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11293
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11294
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11295
                   [param('ns3::Mac48Address', 'ad')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11296
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11297
    cls.add_method('SetBasicBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11298
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11299
                   [param('ns3::Time', 'blockAckTimeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11300
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetBssid(ns3::Mac48Address ad) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11301
    cls.add_method('SetBssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11302
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11303
                   [param('ns3::Mac48Address', 'ad')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11304
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11305
    cls.add_method('SetCompressedBlockAckTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11306
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11307
                   [param('ns3::Time', 'blockAckTimeout')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11308
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetCtsTimeout(ns3::Time ctsTimeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11309
    cls.add_method('SetCtsTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11310
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11311
                   [param('ns3::Time', 'ctsTimeout')])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11312
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetCtsToSelfSupported(bool enable) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11313
    cls.add_method('SetCtsToSelfSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11314
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11315
                   [param('bool', 'enable')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11316
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11317
    cls.add_method('SetPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11318
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11319
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11320
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetPifs(ns3::Time pifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11321
    cls.add_method('SetPifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11322
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11323
                   [param('ns3::Time', 'pifs')])
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 11324
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetPromisc() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 11325
    cls.add_method('SetPromisc', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 11326
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 11327
                   [])
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11328
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetRifs(ns3::Time rifs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11329
    cls.add_method('SetRifs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11330
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11331
                   [param('ns3::Time', 'rifs')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11332
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetRxCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::WifiMacHeader const*, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11333
    cls.add_method('SetRxCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11334
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11335
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::WifiMacHeader const *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11336
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetSifs(ns3::Time sifs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11337
    cls.add_method('SetSifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11338
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11339
                   [param('ns3::Time', 'sifs')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11340
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetSlotTime(ns3::Time slotTime) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11341
    cls.add_method('SetSlotTime', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11342
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11343
                   [param('ns3::Time', 'slotTime')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11344
    ## mac-low.h (module 'wifi'): void ns3::MacLow::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> manager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11345
    cls.add_method('SetWifiRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11346
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11347
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'manager')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11348
    ## mac-low.h (module 'wifi'): void ns3::MacLow::StartTransmission(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const * hdr, ns3::MacLowTransmissionParameters parameters, ns3::MacLowTransmissionListener * listener) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11349
    cls.add_method('StartTransmission', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11350
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11351
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr'), param('ns3::MacLowTransmissionParameters', 'parameters'), param('ns3::MacLowTransmissionListener *', 'listener')])
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11352
    ## mac-low.h (module 'wifi'): ns3::WifiTxVector ns3::MacLow::GetDataTxVector(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const * hdr) const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11353
    cls.add_method('GetDataTxVector', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11354
                   'ns3::WifiTxVector', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11355
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 11356
                   is_const=True, visibility='protected', is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11357
    ## mac-low.h (module 'wifi'): void ns3::MacLow::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11358
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11359
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11360
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11361
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11362
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11363
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11364
def register_Ns3MatrixPropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11365
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::MatrixPropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11366
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11367
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11368
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11369
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11370
    ## propagation-loss-model.h (module 'propagation'): ns3::MatrixPropagationLossModel::MatrixPropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11371
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11372
    ## propagation-loss-model.h (module 'propagation'): void ns3::MatrixPropagationLossModel::SetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b, double loss, bool symmetric=true) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11373
    cls.add_method('SetLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11374
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11375
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b'), param('double', 'loss'), param('bool', 'symmetric', default_value='true')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11376
    ## propagation-loss-model.h (module 'propagation'): void ns3::MatrixPropagationLossModel::SetDefaultLoss(double arg0) [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11377
    cls.add_method('SetDefaultLoss', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11378
                   'void', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11379
                   [param('double', 'arg0')])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11380
    ## propagation-loss-model.h (module 'propagation'): double ns3::MatrixPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11381
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11382
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11383
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11384
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11385
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::MatrixPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11386
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11387
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11388
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11389
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11390
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11391
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11392
def register_Ns3MgtBeaconHeader_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11393
    ## mgt-headers.h (module 'wifi'): ns3::MgtBeaconHeader::MgtBeaconHeader() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11394
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11395
    ## mgt-headers.h (module 'wifi'): ns3::MgtBeaconHeader::MgtBeaconHeader(ns3::MgtBeaconHeader const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11396
    cls.add_constructor([param('ns3::MgtBeaconHeader const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11397
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11398
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11399
def register_Ns3MinstrelWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11400
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::MinstrelWifiManager::MinstrelWifiManager(ns3::MinstrelWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11401
    cls.add_constructor([param('ns3::MinstrelWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11402
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::MinstrelWifiManager::MinstrelWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11403
    cls.add_constructor([])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11404
    ## minstrel-wifi-manager.h (module 'wifi'): int64_t ns3::MinstrelWifiManager::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11405
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11406
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11407
                   [param('int64_t', 'stream')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11408
    ## minstrel-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::MinstrelWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11409
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11410
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11411
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11412
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11413
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::SetupPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11414
    cls.add_method('SetupPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11415
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11416
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11417
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11418
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::MinstrelWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11419
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11420
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11421
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11422
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11423
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::MinstrelWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11424
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11425
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11426
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11427
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11428
    ## minstrel-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::MinstrelWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11429
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11430
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11431
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11432
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11433
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11434
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11435
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11436
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11437
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11438
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11439
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11440
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11441
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11442
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11443
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11444
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11445
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11446
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11447
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11448
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11449
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11450
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11451
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11452
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11453
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11454
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11455
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11456
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11457
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11458
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11459
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11460
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11461
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11462
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11463
    ## minstrel-wifi-manager.h (module 'wifi'): void ns3::MinstrelWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11464
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11465
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11466
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11467
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11468
    ## minstrel-wifi-manager.h (module 'wifi'): bool ns3::MinstrelWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11469
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11470
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11471
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11472
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11473
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11474
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11475
def register_Ns3MobilityModel_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11476
    ## mobility-model.h (module 'mobility'): ns3::MobilityModel::MobilityModel(ns3::MobilityModel const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11477
    cls.add_constructor([param('ns3::MobilityModel const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11478
    ## mobility-model.h (module 'mobility'): ns3::MobilityModel::MobilityModel() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11479
    cls.add_constructor([])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11480
    ## mobility-model.h (module 'mobility'): int64_t ns3::MobilityModel::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11481
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11482
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11483
                   [param('int64_t', 'stream')])
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11484
    ## mobility-model.h (module 'mobility'): double ns3::MobilityModel::GetDistanceFrom(ns3::Ptr<ns3::MobilityModel const> position) const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11485
    cls.add_method('GetDistanceFrom', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11486
                   'double', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11487
                   [param('ns3::Ptr< ns3::MobilityModel const >', 'position')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11488
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11489
    ## mobility-model.h (module 'mobility'): ns3::Vector ns3::MobilityModel::GetPosition() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11490
    cls.add_method('GetPosition', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11491
                   'ns3::Vector', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11492
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11493
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11494
    ## mobility-model.h (module 'mobility'): double ns3::MobilityModel::GetRelativeSpeed(ns3::Ptr<ns3::MobilityModel const> other) const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11495
    cls.add_method('GetRelativeSpeed', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11496
                   'double', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11497
                   [param('ns3::Ptr< ns3::MobilityModel const >', 'other')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11498
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11499
    ## mobility-model.h (module 'mobility'): static ns3::TypeId ns3::MobilityModel::GetTypeId() [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11500
    cls.add_method('GetTypeId', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11501
                   'ns3::TypeId', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11502
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11503
                   is_static=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11504
    ## mobility-model.h (module 'mobility'): ns3::Vector ns3::MobilityModel::GetVelocity() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11505
    cls.add_method('GetVelocity', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11506
                   'ns3::Vector', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11507
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11508
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11509
    ## mobility-model.h (module 'mobility'): void ns3::MobilityModel::SetPosition(ns3::Vector const & position) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11510
    cls.add_method('SetPosition', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11511
                   'void', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11512
                   [param('ns3::Vector const &', 'position')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11513
    ## mobility-model.h (module 'mobility'): void ns3::MobilityModel::NotifyCourseChange() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11514
    cls.add_method('NotifyCourseChange', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11515
                   'void', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11516
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11517
                   is_const=True, visibility='protected')
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11518
    ## mobility-model.h (module 'mobility'): int64_t ns3::MobilityModel::DoAssignStreams(int64_t start) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11519
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11520
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11521
                   [param('int64_t', 'start')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11522
                   visibility='private', is_virtual=True)
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11523
    ## mobility-model.h (module 'mobility'): ns3::Vector ns3::MobilityModel::DoGetPosition() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11524
    cls.add_method('DoGetPosition', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11525
                   'ns3::Vector', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11526
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11527
                   is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11528
    ## mobility-model.h (module 'mobility'): ns3::Vector ns3::MobilityModel::DoGetVelocity() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11529
    cls.add_method('DoGetVelocity', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11530
                   'ns3::Vector', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11531
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11532
                   is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11533
    ## mobility-model.h (module 'mobility'): void ns3::MobilityModel::DoSetPosition(ns3::Vector const & position) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11534
    cls.add_method('DoSetPosition', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11535
                   'void', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11536
                   [param('ns3::Vector const &', 'position')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11537
                   is_pure_virtual=True, visibility='private', is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11538
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 11539
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11540
def register_Ns3MsduAggregator_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11541
    ## msdu-aggregator.h (module 'wifi'): ns3::MsduAggregator::MsduAggregator() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11542
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11543
    ## msdu-aggregator.h (module 'wifi'): ns3::MsduAggregator::MsduAggregator(ns3::MsduAggregator const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11544
    cls.add_constructor([param('ns3::MsduAggregator const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11545
    ## msdu-aggregator.h (module 'wifi'): bool ns3::MsduAggregator::Aggregate(ns3::Ptr<ns3::Packet const> packet, ns3::Ptr<ns3::Packet> aggregatedPacket, ns3::Mac48Address src, ns3::Mac48Address dest) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11546
    cls.add_method('Aggregate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11547
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11548
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Ptr< ns3::Packet >', 'aggregatedPacket'), param('ns3::Mac48Address', 'src'), param('ns3::Mac48Address', 'dest')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11549
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11550
    ## msdu-aggregator.h (module 'wifi'): static std::list<std::pair<ns3::Ptr<ns3::Packet>, ns3::AmsduSubframeHeader>, std::allocator<std::pair<ns3::Ptr<ns3::Packet>, ns3::AmsduSubframeHeader> > > ns3::MsduAggregator::Deaggregate(ns3::Ptr<ns3::Packet> aggregatedPacket) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11551
    cls.add_method('Deaggregate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11552
                   'std::list< std::pair< ns3::Ptr< ns3::Packet >, ns3::AmsduSubframeHeader > >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11553
                   [param('ns3::Ptr< ns3::Packet >', 'aggregatedPacket')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11554
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11555
    ## msdu-aggregator.h (module 'wifi'): static ns3::TypeId ns3::MsduAggregator::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11556
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11557
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11558
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11559
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11560
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11561
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11562
def register_Ns3NakagamiPropagationLossModel_methods(root_module, cls):
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11563
    ## propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::NakagamiPropagationLossModel::GetTypeId() [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11564
    cls.add_method('GetTypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11565
                   'ns3::TypeId', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11566
                   [], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11567
                   is_static=True)
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11568
    ## propagation-loss-model.h (module 'propagation'): ns3::NakagamiPropagationLossModel::NakagamiPropagationLossModel() [constructor]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11569
    cls.add_constructor([])
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11570
    ## propagation-loss-model.h (module 'propagation'): double ns3::NakagamiPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11571
    cls.add_method('DoCalcRxPower', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11572
                   'double', 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11573
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11574
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11575
    ## propagation-loss-model.h (module 'propagation'): int64_t ns3::NakagamiPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11576
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11577
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11578
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11579
                   visibility='private', is_virtual=True)
7450
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11580
    return
6b0a81afa0d2 Bug 1226 - Incomplete YansWifiChannel Python bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7449
diff changeset
 11581
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11582
def register_Ns3NetDevice_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11583
    ## net-device.h (module 'network'): ns3::NetDevice::NetDevice() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11584
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11585
    ## net-device.h (module 'network'): ns3::NetDevice::NetDevice(ns3::NetDevice const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11586
    cls.add_constructor([param('ns3::NetDevice const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11587
    ## net-device.h (module 'network'): void ns3::NetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11588
    cls.add_method('AddLinkChangeCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11589
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11590
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11591
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11592
    ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetAddress() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11593
    cls.add_method('GetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11594
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11595
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11596
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11597
    ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11598
    cls.add_method('GetBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11599
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11600
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11601
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11602
    ## net-device.h (module 'network'): ns3::Ptr<ns3::Channel> ns3::NetDevice::GetChannel() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11603
    cls.add_method('GetChannel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11604
                   'ns3::Ptr< ns3::Channel >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11605
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11606
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11607
    ## net-device.h (module 'network'): uint32_t ns3::NetDevice::GetIfIndex() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11608
    cls.add_method('GetIfIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11609
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11610
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11611
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11612
    ## net-device.h (module 'network'): uint16_t ns3::NetDevice::GetMtu() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11613
    cls.add_method('GetMtu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11614
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11615
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11616
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11617
    ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11618
    cls.add_method('GetMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11619
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11620
                   [param('ns3::Ipv4Address', 'multicastGroup')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11621
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11622
    ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11623
    cls.add_method('GetMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11624
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11625
                   [param('ns3::Ipv6Address', 'addr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11626
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11627
    ## net-device.h (module 'network'): ns3::Ptr<ns3::Node> ns3::NetDevice::GetNode() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11628
    cls.add_method('GetNode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11629
                   'ns3::Ptr< ns3::Node >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11630
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11631
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11632
    ## net-device.h (module 'network'): static ns3::TypeId ns3::NetDevice::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11633
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11634
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11635
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11636
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11637
    ## net-device.h (module 'network'): bool ns3::NetDevice::IsBridge() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11638
    cls.add_method('IsBridge', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11639
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11640
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11641
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11642
    ## net-device.h (module 'network'): bool ns3::NetDevice::IsBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11643
    cls.add_method('IsBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11644
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11645
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11646
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11647
    ## net-device.h (module 'network'): bool ns3::NetDevice::IsLinkUp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11648
    cls.add_method('IsLinkUp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11649
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11650
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11651
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11652
    ## net-device.h (module 'network'): bool ns3::NetDevice::IsMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11653
    cls.add_method('IsMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11654
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11655
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11656
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11657
    ## net-device.h (module 'network'): bool ns3::NetDevice::IsPointToPoint() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11658
    cls.add_method('IsPointToPoint', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11659
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11660
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11661
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11662
    ## net-device.h (module 'network'): bool ns3::NetDevice::NeedsArp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11663
    cls.add_method('NeedsArp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11664
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11665
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11666
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11667
    ## net-device.h (module 'network'): bool ns3::NetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11668
    cls.add_method('Send', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11669
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11670
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11671
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11672
    ## net-device.h (module 'network'): bool ns3::NetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11673
    cls.add_method('SendFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11674
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11675
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11676
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11677
    ## net-device.h (module 'network'): void ns3::NetDevice::SetAddress(ns3::Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11678
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11679
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11680
                   [param('ns3::Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11681
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11682
    ## net-device.h (module 'network'): void ns3::NetDevice::SetIfIndex(uint32_t const index) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11683
    cls.add_method('SetIfIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11684
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11685
                   [param('uint32_t const', 'index')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11686
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11687
    ## net-device.h (module 'network'): bool ns3::NetDevice::SetMtu(uint16_t const mtu) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11688
    cls.add_method('SetMtu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11689
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11690
                   [param('uint16_t const', 'mtu')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11691
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11692
    ## net-device.h (module 'network'): void ns3::NetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11693
    cls.add_method('SetNode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11694
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11695
                   [param('ns3::Ptr< ns3::Node >', 'node')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11696
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11697
    ## net-device.h (module 'network'): void ns3::NetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11698
    cls.add_method('SetPromiscReceiveCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11699
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11700
                   [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11701
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11702
    ## net-device.h (module 'network'): void ns3::NetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11703
    cls.add_method('SetReceiveCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11704
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11705
                   [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11706
                   is_pure_virtual=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11707
    ## net-device.h (module 'network'): bool ns3::NetDevice::SupportsSendFrom() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11708
    cls.add_method('SupportsSendFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11709
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11710
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11711
                   is_pure_virtual=True, is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11712
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11713
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11714
def register_Ns3NistErrorRateModel_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11715
    ## nist-error-rate-model.h (module 'wifi'): ns3::NistErrorRateModel::NistErrorRateModel(ns3::NistErrorRateModel const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11716
    cls.add_constructor([param('ns3::NistErrorRateModel const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11717
    ## nist-error-rate-model.h (module 'wifi'): ns3::NistErrorRateModel::NistErrorRateModel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11718
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11719
    ## nist-error-rate-model.h (module 'wifi'): double ns3::NistErrorRateModel::GetChunkSuccessRate(ns3::WifiMode mode, double snr, uint32_t nbits) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11720
    cls.add_method('GetChunkSuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11721
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11722
                   [param('ns3::WifiMode', 'mode'), param('double', 'snr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11723
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11724
    ## nist-error-rate-model.h (module 'wifi'): static ns3::TypeId ns3::NistErrorRateModel::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11725
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11726
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11727
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11728
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11729
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11730
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11731
def register_Ns3NixVector_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11732
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11733
    ## nix-vector.h (module 'network'): ns3::NixVector::NixVector() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11734
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11735
    ## nix-vector.h (module 'network'): ns3::NixVector::NixVector(ns3::NixVector const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11736
    cls.add_constructor([param('ns3::NixVector const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11737
    ## nix-vector.h (module 'network'): void ns3::NixVector::AddNeighborIndex(uint32_t newBits, uint32_t numberOfBits) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11738
    cls.add_method('AddNeighborIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11739
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11740
                   [param('uint32_t', 'newBits'), param('uint32_t', 'numberOfBits')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11741
    ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::BitCount(uint32_t numberOfNeighbors) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11742
    cls.add_method('BitCount', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11743
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11744
                   [param('uint32_t', 'numberOfNeighbors')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11745
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11746
    ## nix-vector.h (module 'network'): ns3::Ptr<ns3::NixVector> ns3::NixVector::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11747
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11748
                   'ns3::Ptr< ns3::NixVector >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11749
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11750
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11751
    ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::Deserialize(uint32_t const * buffer, uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11752
    cls.add_method('Deserialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11753
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11754
                   [param('uint32_t const *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11755
    ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::ExtractNeighborIndex(uint32_t numberOfBits) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11756
    cls.add_method('ExtractNeighborIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11757
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11758
                   [param('uint32_t', 'numberOfBits')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11759
    ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::GetRemainingBits() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11760
    cls.add_method('GetRemainingBits', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11761
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11762
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11763
    ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11764
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11765
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11766
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11767
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11768
    ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::Serialize(uint32_t * buffer, uint32_t maxSize) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11769
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11770
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11771
                   [param('uint32_t *', 'buffer'), param('uint32_t', 'maxSize')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11772
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11773
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11774
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11775
def register_Ns3Node_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11776
    ## node.h (module 'network'): ns3::Node::Node(ns3::Node const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11777
    cls.add_constructor([param('ns3::Node const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11778
    ## node.h (module 'network'): ns3::Node::Node() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11779
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11780
    ## node.h (module 'network'): ns3::Node::Node(uint32_t systemId) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11781
    cls.add_constructor([param('uint32_t', 'systemId')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11782
    ## node.h (module 'network'): uint32_t ns3::Node::AddApplication(ns3::Ptr<ns3::Application> application) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11783
    cls.add_method('AddApplication', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11784
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11785
                   [param('ns3::Ptr< ns3::Application >', 'application')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11786
    ## node.h (module 'network'): uint32_t ns3::Node::AddDevice(ns3::Ptr<ns3::NetDevice> device) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11787
    cls.add_method('AddDevice', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11788
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11789
                   [param('ns3::Ptr< ns3::NetDevice >', 'device')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11790
    ## node.h (module 'network'): static bool ns3::Node::ChecksumEnabled() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11791
    cls.add_method('ChecksumEnabled', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11792
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11793
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11794
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11795
    ## node.h (module 'network'): ns3::Ptr<ns3::Application> ns3::Node::GetApplication(uint32_t index) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11796
    cls.add_method('GetApplication', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11797
                   'ns3::Ptr< ns3::Application >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11798
                   [param('uint32_t', 'index')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11799
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11800
    ## node.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::Node::GetDevice(uint32_t index) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11801
    cls.add_method('GetDevice', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11802
                   'ns3::Ptr< ns3::NetDevice >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11803
                   [param('uint32_t', 'index')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11804
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11805
    ## node.h (module 'network'): uint32_t ns3::Node::GetId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11806
    cls.add_method('GetId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11807
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11808
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11809
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11810
    ## node.h (module 'network'): uint32_t ns3::Node::GetNApplications() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11811
    cls.add_method('GetNApplications', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11812
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11813
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11814
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11815
    ## node.h (module 'network'): uint32_t ns3::Node::GetNDevices() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11816
    cls.add_method('GetNDevices', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11817
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11818
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11819
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11820
    ## node.h (module 'network'): uint32_t ns3::Node::GetSystemId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11821
    cls.add_method('GetSystemId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11822
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11823
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11824
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11825
    ## node.h (module 'network'): static ns3::TypeId ns3::Node::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11826
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11827
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11828
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11829
                   is_static=True)
7375
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11830
    ## node.h (module 'network'): void ns3::Node::RegisterDeviceAdditionListener(ns3::Callback<void,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> listener) [member function]
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11831
    cls.add_method('RegisterDeviceAdditionListener', 
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11832
                   'void', 
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11833
                   [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'listener')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11834
    ## node.h (module 'network'): void ns3::Node::RegisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> handler, uint16_t protocolType, ns3::Ptr<ns3::NetDevice> device, bool promiscuous=false) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11835
    cls.add_method('RegisterProtocolHandler', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11836
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11837
                   [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'handler'), param('uint16_t', 'protocolType'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'promiscuous', default_value='false')])
7375
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11838
    ## node.h (module 'network'): void ns3::Node::UnregisterDeviceAdditionListener(ns3::Callback<void,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> listener) [member function]
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11839
    cls.add_method('UnregisterDeviceAdditionListener', 
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11840
                   'void', 
5ccbfab63589 Rescan all python bindings for all modules
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 7341
diff changeset
 11841
                   [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'listener')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11842
    ## node.h (module 'network'): void ns3::Node::UnregisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> handler) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11843
    cls.add_method('UnregisterProtocolHandler', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11844
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11845
                   [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'handler')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11846
    ## node.h (module 'network'): void ns3::Node::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11847
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11848
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11849
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11850
                   visibility='protected', is_virtual=True)
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 11851
    ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 11852
    cls.add_method('DoInitialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11853
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11854
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11855
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11856
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11857
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11858
def register_Ns3NormalRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11859
    ## random-variable-stream.h (module 'core'): ns3::NormalRandomVariable::INFINITE_VALUE [variable]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11860
    cls.add_static_attribute('INFINITE_VALUE', 'double const', is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11861
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::NormalRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11862
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11863
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11864
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11865
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11866
    ## random-variable-stream.h (module 'core'): ns3::NormalRandomVariable::NormalRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11867
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11868
    ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetMean() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11869
    cls.add_method('GetMean', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11870
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11871
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11872
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11873
    ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetVariance() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11874
    cls.add_method('GetVariance', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11875
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11876
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11877
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11878
    ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11879
    cls.add_method('GetBound', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11880
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11881
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11882
                   is_const=True)
9114
41bfd88f8055 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 9011
diff changeset
 11883
    ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function]
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11884
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11885
                   'double', 
9114
41bfd88f8055 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 9011
diff changeset
 11886
                   [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11887
    ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11888
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11889
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11890
                   [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11891
    ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11892
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11893
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11894
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11895
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11896
    ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11897
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11898
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11899
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11900
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11901
    return
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11902
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11903
def register_Ns3ObjectFactoryChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11904
    ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker::ObjectFactoryChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11905
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11906
    ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker::ObjectFactoryChecker(ns3::ObjectFactoryChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11907
    cls.add_constructor([param('ns3::ObjectFactoryChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11908
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11909
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11910
def register_Ns3ObjectFactoryValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11911
    ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11912
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11913
    ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactoryValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11914
    cls.add_constructor([param('ns3::ObjectFactoryValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11915
    ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactory const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11916
    cls.add_constructor([param('ns3::ObjectFactory const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11917
    ## object-factory.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::ObjectFactoryValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11918
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11919
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11920
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11921
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11922
    ## object-factory.h (module 'core'): bool ns3::ObjectFactoryValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11923
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11924
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11925
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11926
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11927
    ## object-factory.h (module 'core'): ns3::ObjectFactory ns3::ObjectFactoryValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11928
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11929
                   'ns3::ObjectFactory', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11930
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11931
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11932
    ## object-factory.h (module 'core'): std::string ns3::ObjectFactoryValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11933
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11934
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11935
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11936
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11937
    ## object-factory.h (module 'core'): void ns3::ObjectFactoryValue::Set(ns3::ObjectFactory const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11938
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11939
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11940
                   [param('ns3::ObjectFactory const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11941
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11942
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11943
def register_Ns3OkumuraHataPropagationLossModel_methods(root_module, cls):
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11944
    ## okumura-hata-propagation-loss-model.h (module 'propagation'): static ns3::TypeId ns3::OkumuraHataPropagationLossModel::GetTypeId() [member function]
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11945
    cls.add_method('GetTypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11946
                   'ns3::TypeId', 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11947
                   [], 
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 11948
                   is_static=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11949
    ## okumura-hata-propagation-loss-model.h (module 'propagation'): ns3::OkumuraHataPropagationLossModel::OkumuraHataPropagationLossModel() [constructor]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11950
    cls.add_constructor([])
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11951
    ## okumura-hata-propagation-loss-model.h (module 'propagation'): double ns3::OkumuraHataPropagationLossModel::GetLoss(ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11952
    cls.add_method('GetLoss', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11953
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11954
                   [param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11955
                   is_const=True)
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11956
    ## okumura-hata-propagation-loss-model.h (module 'propagation'): double ns3::OkumuraHataPropagationLossModel::DoCalcRxPower(double txPowerDbm, ns3::Ptr<ns3::MobilityModel> a, ns3::Ptr<ns3::MobilityModel> b) const [member function]
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11957
    cls.add_method('DoCalcRxPower', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11958
                   'double', 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11959
                   [param('double', 'txPowerDbm'), param('ns3::Ptr< ns3::MobilityModel >', 'a'), param('ns3::Ptr< ns3::MobilityModel >', 'b')], 
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11960
                   is_const=True, visibility='private', is_virtual=True)
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11961
    ## okumura-hata-propagation-loss-model.h (module 'propagation'): int64_t ns3::OkumuraHataPropagationLossModel::DoAssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11962
    cls.add_method('DoAssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11963
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11964
                   [param('int64_t', 'stream')], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 11965
                   visibility='private', is_virtual=True)
8750
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11966
    return
b3db7d51f260 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 7853
diff changeset
 11967
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11968
def register_Ns3OnoeWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11969
    ## onoe-wifi-manager.h (module 'wifi'): ns3::OnoeWifiManager::OnoeWifiManager(ns3::OnoeWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11970
    cls.add_constructor([param('ns3::OnoeWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11971
    ## onoe-wifi-manager.h (module 'wifi'): ns3::OnoeWifiManager::OnoeWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11972
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11973
    ## onoe-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::OnoeWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11974
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11975
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11976
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11977
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11978
    ## onoe-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::OnoeWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11979
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11980
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11981
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11982
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11983
    ## onoe-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::OnoeWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11984
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11985
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11986
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11987
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11988
    ## onoe-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::OnoeWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11989
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 11990
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11991
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11992
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11993
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11994
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11995
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11996
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11997
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11998
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 11999
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12000
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12001
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12002
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12003
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12004
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12005
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12006
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12007
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12008
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12009
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12010
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12011
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12012
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12013
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12014
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12015
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12016
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12017
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12018
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12019
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12020
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12021
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12022
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12023
    ## onoe-wifi-manager.h (module 'wifi'): void ns3::OnoeWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12024
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12025
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12026
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12027
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12028
    ## onoe-wifi-manager.h (module 'wifi'): bool ns3::OnoeWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12029
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12030
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12031
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12032
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12033
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12034
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12035
def register_Ns3OutputStreamWrapper_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12036
    ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper::OutputStreamWrapper(ns3::OutputStreamWrapper const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12037
    cls.add_constructor([param('ns3::OutputStreamWrapper const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12038
    ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper::OutputStreamWrapper(std::string filename, std::_Ios_Openmode filemode) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12039
    cls.add_constructor([param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12040
    ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper::OutputStreamWrapper(std::ostream * os) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12041
    cls.add_constructor([param('std::ostream *', 'os')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12042
    ## output-stream-wrapper.h (module 'network'): std::ostream * ns3::OutputStreamWrapper::GetStream() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12043
    cls.add_method('GetStream', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12044
                   'std::ostream *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12045
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12046
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12047
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12048
def register_Ns3Packet_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12049
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12050
    ## packet.h (module 'network'): ns3::Packet::Packet() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12051
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12052
    ## packet.h (module 'network'): ns3::Packet::Packet(ns3::Packet const & o) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12053
    cls.add_constructor([param('ns3::Packet const &', 'o')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12054
    ## packet.h (module 'network'): ns3::Packet::Packet(uint32_t size) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12055
    cls.add_constructor([param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12056
    ## packet.h (module 'network'): ns3::Packet::Packet(uint8_t const * buffer, uint32_t size, bool magic) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12057
    cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size'), param('bool', 'magic')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12058
    ## packet.h (module 'network'): ns3::Packet::Packet(uint8_t const * buffer, uint32_t size) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12059
    cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12060
    ## packet.h (module 'network'): void ns3::Packet::AddAtEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12061
    cls.add_method('AddAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12062
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12063
                   [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12064
    ## packet.h (module 'network'): void ns3::Packet::AddByteTag(ns3::Tag const & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12065
    cls.add_method('AddByteTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12066
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12067
                   [param('ns3::Tag const &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12068
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12069
    ## packet.h (module 'network'): void ns3::Packet::AddHeader(ns3::Header const & header) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12070
    cls.add_method('AddHeader', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12071
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12072
                   [param('ns3::Header const &', 'header')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12073
    ## packet.h (module 'network'): void ns3::Packet::AddPacketTag(ns3::Tag const & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12074
    cls.add_method('AddPacketTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12075
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12076
                   [param('ns3::Tag const &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12077
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12078
    ## packet.h (module 'network'): void ns3::Packet::AddPaddingAtEnd(uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12079
    cls.add_method('AddPaddingAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12080
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12081
                   [param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12082
    ## packet.h (module 'network'): void ns3::Packet::AddTrailer(ns3::Trailer const & trailer) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12083
    cls.add_method('AddTrailer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12084
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12085
                   [param('ns3::Trailer const &', 'trailer')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12086
    ## packet.h (module 'network'): ns3::PacketMetadata::ItemIterator ns3::Packet::BeginItem() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12087
    cls.add_method('BeginItem', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12088
                   'ns3::PacketMetadata::ItemIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12089
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12090
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12091
    ## packet.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Packet::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12092
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12093
                   'ns3::Ptr< ns3::Packet >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12094
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12095
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12096
    ## packet.h (module 'network'): uint32_t ns3::Packet::CopyData(uint8_t * buffer, uint32_t size) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12097
    cls.add_method('CopyData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12098
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12099
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12100
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12101
    ## packet.h (module 'network'): void ns3::Packet::CopyData(std::ostream * os, uint32_t size) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12102
    cls.add_method('CopyData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12103
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12104
                   [param('std::ostream *', 'os'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12105
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12106
    ## packet.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Packet::CreateFragment(uint32_t start, uint32_t length) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12107
    cls.add_method('CreateFragment', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12108
                   'ns3::Ptr< ns3::Packet >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12109
                   [param('uint32_t', 'start'), param('uint32_t', 'length')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12110
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12111
    ## packet.h (module 'network'): static void ns3::Packet::EnableChecking() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12112
    cls.add_method('EnableChecking', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12113
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12114
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12115
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12116
    ## packet.h (module 'network'): static void ns3::Packet::EnablePrinting() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12117
    cls.add_method('EnablePrinting', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12118
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12119
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12120
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12121
    ## packet.h (module 'network'): bool ns3::Packet::FindFirstMatchingByteTag(ns3::Tag & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12122
    cls.add_method('FindFirstMatchingByteTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12123
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12124
                   [param('ns3::Tag &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12125
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12126
    ## packet.h (module 'network'): ns3::ByteTagIterator ns3::Packet::GetByteTagIterator() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12127
    cls.add_method('GetByteTagIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12128
                   'ns3::ByteTagIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12129
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12130
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12131
    ## packet.h (module 'network'): ns3::Ptr<ns3::NixVector> ns3::Packet::GetNixVector() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12132
    cls.add_method('GetNixVector', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12133
                   'ns3::Ptr< ns3::NixVector >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12134
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12135
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12136
    ## packet.h (module 'network'): ns3::PacketTagIterator ns3::Packet::GetPacketTagIterator() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12137
    cls.add_method('GetPacketTagIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12138
                   'ns3::PacketTagIterator', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12139
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12140
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12141
    ## packet.h (module 'network'): uint32_t ns3::Packet::GetSerializedSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12142
    cls.add_method('GetSerializedSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12143
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12144
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12145
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12146
    ## packet.h (module 'network'): uint32_t ns3::Packet::GetSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12147
    cls.add_method('GetSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12148
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12149
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12150
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12151
    ## packet.h (module 'network'): uint64_t ns3::Packet::GetUid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12152
    cls.add_method('GetUid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12153
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12154
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12155
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12156
    ## packet.h (module 'network'): uint8_t const * ns3::Packet::PeekData() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12157
    cls.add_method('PeekData', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12158
                   'uint8_t const *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12159
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12160
                   deprecated=True, is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12161
    ## packet.h (module 'network'): uint32_t ns3::Packet::PeekHeader(ns3::Header & header) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12162
    cls.add_method('PeekHeader', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12163
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12164
                   [param('ns3::Header &', 'header')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12165
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12166
    ## packet.h (module 'network'): bool ns3::Packet::PeekPacketTag(ns3::Tag & tag) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12167
    cls.add_method('PeekPacketTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12168
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12169
                   [param('ns3::Tag &', 'tag')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12170
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12171
    ## packet.h (module 'network'): uint32_t ns3::Packet::PeekTrailer(ns3::Trailer & trailer) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12172
    cls.add_method('PeekTrailer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12173
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12174
                   [param('ns3::Trailer &', 'trailer')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12175
    ## packet.h (module 'network'): void ns3::Packet::Print(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12176
    cls.add_method('Print', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12177
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12178
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12179
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12180
    ## packet.h (module 'network'): void ns3::Packet::PrintByteTags(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12181
    cls.add_method('PrintByteTags', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12182
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12183
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12184
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12185
    ## packet.h (module 'network'): void ns3::Packet::PrintPacketTags(std::ostream & os) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12186
    cls.add_method('PrintPacketTags', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12187
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12188
                   [param('std::ostream &', 'os')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12189
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12190
    ## packet.h (module 'network'): void ns3::Packet::RemoveAllByteTags() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12191
    cls.add_method('RemoveAllByteTags', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12192
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12193
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12194
    ## packet.h (module 'network'): void ns3::Packet::RemoveAllPacketTags() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12195
    cls.add_method('RemoveAllPacketTags', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12196
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12197
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12198
    ## packet.h (module 'network'): void ns3::Packet::RemoveAtEnd(uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12199
    cls.add_method('RemoveAtEnd', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12200
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12201
                   [param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12202
    ## packet.h (module 'network'): void ns3::Packet::RemoveAtStart(uint32_t size) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12203
    cls.add_method('RemoveAtStart', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12204
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12205
                   [param('uint32_t', 'size')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12206
    ## packet.h (module 'network'): uint32_t ns3::Packet::RemoveHeader(ns3::Header & header) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12207
    cls.add_method('RemoveHeader', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12208
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12209
                   [param('ns3::Header &', 'header')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12210
    ## packet.h (module 'network'): bool ns3::Packet::RemovePacketTag(ns3::Tag & tag) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12211
    cls.add_method('RemovePacketTag', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12212
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12213
                   [param('ns3::Tag &', 'tag')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12214
    ## packet.h (module 'network'): uint32_t ns3::Packet::RemoveTrailer(ns3::Trailer & trailer) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12215
    cls.add_method('RemoveTrailer', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12216
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12217
                   [param('ns3::Trailer &', 'trailer')])
9901
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 12218
    ## packet.h (module 'network'): bool ns3::Packet::ReplacePacketTag(ns3::Tag & tag) [member function]
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 12219
    cls.add_method('ReplacePacketTag', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 12220
                   'bool', 
9a100979b2df Updatemany modules' Python bindings
Mitch Watrous
parents: 9708
diff changeset
 12221
                   [param('ns3::Tag &', 'tag')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12222
    ## packet.h (module 'network'): uint32_t ns3::Packet::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12223
    cls.add_method('Serialize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12224
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12225
                   [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12226
                   is_const=True)
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 12227
    ## packet.h (module 'network'): void ns3::Packet::SetNixVector(ns3::Ptr<ns3::NixVector> nixVector) [member function]
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12228
    cls.add_method('SetNixVector', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12229
                   'void', 
10706
ac80fd74d8cd Bug 1276 - optimize NistErrorRateModel
Tommaso Pecorella <tommaso.pecorella@unifi.it>
parents: 10631
diff changeset
 12230
                   [param('ns3::Ptr< ns3::NixVector >', 'nixVector')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12231
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12232
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12233
def register_Ns3ParetoRandomVariable_methods(root_module, cls):
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12234
    ## random-variable-stream.h (module 'core'): static ns3::TypeId ns3::ParetoRandomVariable::GetTypeId() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12235
    cls.add_method('GetTypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12236
                   'ns3::TypeId', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12237
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12238
                   is_static=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12239
    ## random-variable-stream.h (module 'core'): ns3::ParetoRandomVariable::ParetoRandomVariable() [constructor]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12240
    cls.add_constructor([])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12241
    ## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetMean() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12242
    cls.add_method('GetMean', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12243
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12244
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12245
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12246
    ## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetShape() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12247
    cls.add_method('GetShape', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12248
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12249
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12250
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12251
    ## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetBound() const [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12252
    cls.add_method('GetBound', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12253
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12254
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12255
                   is_const=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12256
    ## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue(double mean, double shape, double bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12257
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12258
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12259
                   [param('double', 'mean'), param('double', 'shape'), param('double', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12260
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ParetoRandomVariable::GetInteger(uint32_t mean, uint32_t shape, uint32_t bound) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12261
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12262
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12263
                   [param('uint32_t', 'mean'), param('uint32_t', 'shape'), param('uint32_t', 'bound')])
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12264
    ## random-variable-stream.h (module 'core'): double ns3::ParetoRandomVariable::GetValue() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12265
    cls.add_method('GetValue', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12266
                   'double', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12267
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12268
                   is_virtual=True)
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12269
    ## random-variable-stream.h (module 'core'): uint32_t ns3::ParetoRandomVariable::GetInteger() [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12270
    cls.add_method('GetInteger', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12271
                   'uint32_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12272
                   [], 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 12273
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12274
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12275
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12276
def register_Ns3RegularWifiMac_methods(root_module, cls):
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12277
    ## regular-wifi-mac.h (module 'wifi'): static ns3::TypeId ns3::RegularWifiMac::GetTypeId() [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12278
    cls.add_method('GetTypeId', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12279
                   'ns3::TypeId', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12280
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12281
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12282
    ## regular-wifi-mac.h (module 'wifi'): ns3::RegularWifiMac::RegularWifiMac() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12283
    cls.add_constructor([])
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12284
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetSlot(ns3::Time slotTime) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12285
    cls.add_method('SetSlot', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12286
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12287
                   [param('ns3::Time', 'slotTime')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12288
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12289
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetSifs(ns3::Time sifs) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12290
    cls.add_method('SetSifs', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12291
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12292
                   [param('ns3::Time', 'sifs')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12293
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12294
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetEifsNoDifs(ns3::Time eifsNoDifs) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12295
    cls.add_method('SetEifsNoDifs', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12296
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12297
                   [param('ns3::Time', 'eifsNoDifs')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12298
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12299
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetPifs(ns3::Time pifs) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12300
    cls.add_method('SetPifs', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12301
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12302
                   [param('ns3::Time', 'pifs')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12303
                   is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12304
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetRifs(ns3::Time rifs) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12305
    cls.add_method('SetRifs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12306
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12307
                   [param('ns3::Time', 'rifs')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12308
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12309
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetCtsTimeout(ns3::Time ctsTimeout) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12310
    cls.add_method('SetCtsTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12311
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12312
                   [param('ns3::Time', 'ctsTimeout')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12313
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12314
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetAckTimeout(ns3::Time ackTimeout) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12315
    cls.add_method('SetAckTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12316
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12317
                   [param('ns3::Time', 'ackTimeout')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12318
                   is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12319
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetRifs() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12320
    cls.add_method('GetRifs', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12321
                   'ns3::Time', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12322
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12323
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12324
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetPifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12325
    cls.add_method('GetPifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12326
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12327
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12328
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12329
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetSifs() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12330
    cls.add_method('GetSifs', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12331
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12332
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12333
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12334
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetSlot() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12335
    cls.add_method('GetSlot', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12336
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12337
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12338
                   is_const=True, is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12339
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetEifsNoDifs() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12340
    cls.add_method('GetEifsNoDifs', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12341
                   'ns3::Time', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12342
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12343
                   is_const=True, is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12344
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetCtsTimeout() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12345
    cls.add_method('GetCtsTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12346
                   'ns3::Time', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12347
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12348
                   is_const=True, is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12349
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetAckTimeout() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12350
    cls.add_method('GetAckTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12351
                   'ns3::Time', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12352
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12353
                   is_const=True, is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12354
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetCtsToSelfSupported(bool enable) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12355
    cls.add_method('SetCtsToSelfSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12356
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12357
                   [param('bool', 'enable')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12358
    ## regular-wifi-mac.h (module 'wifi'): bool ns3::RegularWifiMac::GetCtsToSelfSupported() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12359
    cls.add_method('GetCtsToSelfSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12360
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12361
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12362
                   is_const=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12363
    ## regular-wifi-mac.h (module 'wifi'): ns3::Mac48Address ns3::RegularWifiMac::GetAddress() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12364
    cls.add_method('GetAddress', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12365
                   'ns3::Mac48Address', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12366
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12367
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12368
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ssid ns3::RegularWifiMac::GetSsid() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12369
    cls.add_method('GetSsid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12370
                   'ns3::Ssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12371
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12372
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12373
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetAddress(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12374
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12375
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12376
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12377
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12378
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetSsid(ns3::Ssid ssid) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12379
    cls.add_method('SetSsid', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12380
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12381
                   [param('ns3::Ssid', 'ssid')], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12382
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12383
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetBssid(ns3::Mac48Address bssid) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12384
    cls.add_method('SetBssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12385
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12386
                   [param('ns3::Mac48Address', 'bssid')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12387
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12388
    ## regular-wifi-mac.h (module 'wifi'): ns3::Mac48Address ns3::RegularWifiMac::GetBssid() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12389
    cls.add_method('GetBssid', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12390
                   'ns3::Mac48Address', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12391
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12392
                   is_const=True, is_virtual=True)
7340
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 12393
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetPromisc() [member function]
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 12394
    cls.add_method('SetPromisc', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 12395
                   'void', 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 12396
                   [], 
4d4017e8994a Make wifi-phy-test be an example for wifi module
Mitch Watrous <watrous@u.washington.edu>
parents: 7145
diff changeset
 12397
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12398
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12399
    cls.add_method('Enqueue', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12400
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12401
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12402
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12403
    ## regular-wifi-mac.h (module 'wifi'): bool ns3::RegularWifiMac::SupportsSendFrom() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12404
    cls.add_method('SupportsSendFrom', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12405
                   'bool', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12406
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12407
                   is_const=True, is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12408
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12409
    cls.add_method('Enqueue', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12410
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12411
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12412
                   is_pure_virtual=True, is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12413
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetWifiPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12414
    cls.add_method('SetWifiPhy', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12415
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12416
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12417
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12418
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::WifiPhy> ns3::RegularWifiMac::GetWifiPhy() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12419
    cls.add_method('GetWifiPhy', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12420
                   'ns3::Ptr< ns3::WifiPhy >', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12421
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12422
                   is_const=True, is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12423
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12424
    cls.add_method('SetWifiRemoteStationManager', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12425
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12426
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12427
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12428
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::WifiRemoteStationManager> ns3::RegularWifiMac::GetWifiRemoteStationManager() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12429
    cls.add_method('GetWifiRemoteStationManager', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12430
                   'ns3::Ptr< ns3::WifiRemoteStationManager >', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12431
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12432
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12433
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetForwardUpCallback(ns3::Callback<void, ns3::Ptr<ns3::Packet>, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> upCallback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12434
    cls.add_method('SetForwardUpCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12435
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12436
                   [param('ns3::Callback< void, ns3::Ptr< ns3::Packet >, ns3::Mac48Address, ns3::Mac48Address, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'upCallback')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12437
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12438
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12439
    cls.add_method('SetLinkUpCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12440
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12441
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12442
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12443
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetLinkDownCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkDown) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12444
    cls.add_method('SetLinkDownCallback', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12445
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12446
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkDown')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12447
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12448
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetBasicBlockAckTimeout(ns3::Time blockAckTimeout) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12449
    cls.add_method('SetBasicBlockAckTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12450
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12451
                   [param('ns3::Time', 'blockAckTimeout')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12452
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12453
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetBasicBlockAckTimeout() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12454
    cls.add_method('GetBasicBlockAckTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12455
                   'ns3::Time', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12456
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12457
                   is_const=True, is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12458
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetCompressedBlockAckTimeout(ns3::Time blockAckTimeout) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12459
    cls.add_method('SetCompressedBlockAckTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12460
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12461
                   [param('ns3::Time', 'blockAckTimeout')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12462
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12463
    ## regular-wifi-mac.h (module 'wifi'): ns3::Time ns3::RegularWifiMac::GetCompressedBlockAckTimeout() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12464
    cls.add_method('GetCompressedBlockAckTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12465
                   'ns3::Time', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12466
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12467
                   is_const=True, is_virtual=True)
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 12468
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 12469
    cls.add_method('DoInitialize', 
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12470
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12471
                   [], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12472
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12473
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12474
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12475
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12476
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12477
                   visibility='protected', is_virtual=True)
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12478
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::DcaTxop> ns3::RegularWifiMac::GetDcaTxop() const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12479
    cls.add_method('GetDcaTxop', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12480
                   'ns3::Ptr< ns3::DcaTxop >', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12481
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12482
                   is_const=True, visibility='protected')
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12483
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::EdcaTxopN> ns3::RegularWifiMac::GetVOQueue() const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12484
    cls.add_method('GetVOQueue', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12485
                   'ns3::Ptr< ns3::EdcaTxopN >', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12486
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12487
                   is_const=True, visibility='protected')
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12488
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::EdcaTxopN> ns3::RegularWifiMac::GetVIQueue() const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12489
    cls.add_method('GetVIQueue', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12490
                   'ns3::Ptr< ns3::EdcaTxopN >', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12491
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12492
                   is_const=True, visibility='protected')
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12493
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::EdcaTxopN> ns3::RegularWifiMac::GetBEQueue() const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12494
    cls.add_method('GetBEQueue', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12495
                   'ns3::Ptr< ns3::EdcaTxopN >', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12496
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12497
                   is_const=True, visibility='protected')
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12498
    ## regular-wifi-mac.h (module 'wifi'): ns3::Ptr<ns3::EdcaTxopN> ns3::RegularWifiMac::GetBKQueue() const [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12499
    cls.add_method('GetBKQueue', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12500
                   'ns3::Ptr< ns3::EdcaTxopN >', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12501
                   [], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 12502
                   is_const=True, visibility='protected')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12503
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::FinishConfigureStandard(ns3::WifiPhyStandard standard) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12504
    cls.add_method('FinishConfigureStandard', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12505
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12506
                   [param('ns3::WifiPhyStandard', 'standard')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12507
                   visibility='protected', is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12508
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetTypeOfStation(ns3::TypeOfStation type) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12509
    cls.add_method('SetTypeOfStation', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12510
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12511
                   [param('ns3::TypeOfStation', 'type')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12512
                   visibility='protected')
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12513
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::Receive(ns3::Ptr<ns3::Packet> packet, ns3::WifiMacHeader const * hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12514
    cls.add_method('Receive', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12515
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12516
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12517
                   visibility='protected', is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12518
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::TxOk(ns3::WifiMacHeader const & hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12519
    cls.add_method('TxOk', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12520
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12521
                   [param('ns3::WifiMacHeader const &', 'hdr')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12522
                   visibility='protected', is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12523
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::TxFailed(ns3::WifiMacHeader const & hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12524
    cls.add_method('TxFailed', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12525
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12526
                   [param('ns3::WifiMacHeader const &', 'hdr')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12527
                   visibility='protected', is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12528
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::ForwardUp(ns3::Ptr<ns3::Packet> packet, ns3::Mac48Address from, ns3::Mac48Address to) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12529
    cls.add_method('ForwardUp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12530
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12531
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Mac48Address', 'from'), param('ns3::Mac48Address', 'to')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12532
                   visibility='protected')
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12533
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::DeaggregateAmsduAndForward(ns3::Ptr<ns3::Packet> aggregatedPacket, ns3::WifiMacHeader const * hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12534
    cls.add_method('DeaggregateAmsduAndForward', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12535
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12536
                   [param('ns3::Ptr< ns3::Packet >', 'aggregatedPacket'), param('ns3::WifiMacHeader const *', 'hdr')], 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12537
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12538
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SendAddBaResponse(ns3::MgtAddBaRequestHeader const * reqHdr, ns3::Mac48Address originator) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12539
    cls.add_method('SendAddBaResponse', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12540
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12541
                   [param('ns3::MgtAddBaRequestHeader const *', 'reqHdr'), param('ns3::Mac48Address', 'originator')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12542
                   visibility='protected', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12543
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetQosSupported(bool enable) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12544
    cls.add_method('SetQosSupported', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12545
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12546
                   [param('bool', 'enable')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12547
                   visibility='protected')
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12548
    ## regular-wifi-mac.h (module 'wifi'): bool ns3::RegularWifiMac::GetQosSupported() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12549
    cls.add_method('GetQosSupported', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12550
                   'bool', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12551
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12552
                   is_const=True, visibility='protected')
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12553
    ## regular-wifi-mac.h (module 'wifi'): void ns3::RegularWifiMac::SetHtSupported(bool enable) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12554
    cls.add_method('SetHtSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12555
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12556
                   [param('bool', 'enable')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12557
                   visibility='protected')
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12558
    ## regular-wifi-mac.h (module 'wifi'): bool ns3::RegularWifiMac::GetHtSupported() const [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12559
    cls.add_method('GetHtSupported', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12560
                   'bool', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12561
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12562
                   is_const=True, visibility='protected')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12563
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12564
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12565
def register_Ns3RraaWifiManager_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12566
    ## rraa-wifi-manager.h (module 'wifi'): ns3::RraaWifiManager::RraaWifiManager(ns3::RraaWifiManager const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12567
    cls.add_constructor([param('ns3::RraaWifiManager const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12568
    ## rraa-wifi-manager.h (module 'wifi'): ns3::RraaWifiManager::RraaWifiManager() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12569
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12570
    ## rraa-wifi-manager.h (module 'wifi'): static ns3::TypeId ns3::RraaWifiManager::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12571
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12572
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12573
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12574
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12575
    ## rraa-wifi-manager.h (module 'wifi'): ns3::WifiRemoteStation * ns3::RraaWifiManager::DoCreateStation() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12576
    cls.add_method('DoCreateStation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12577
                   'ns3::WifiRemoteStation *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12578
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12579
                   is_const=True, visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12580
    ## rraa-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::RraaWifiManager::DoGetDataTxVector(ns3::WifiRemoteStation * station, uint32_t size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12581
    cls.add_method('DoGetDataTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12582
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12583
                   [param('ns3::WifiRemoteStation *', 'station'), param('uint32_t', 'size')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12584
                   visibility='private', is_virtual=True)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12585
    ## rraa-wifi-manager.h (module 'wifi'): ns3::WifiTxVector ns3::RraaWifiManager::DoGetRtsTxVector(ns3::WifiRemoteStation * station) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12586
    cls.add_method('DoGetRtsTxVector', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 12587
                   'ns3::WifiTxVector', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12588
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12589
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12590
    ## rraa-wifi-manager.h (module 'wifi'): bool ns3::RraaWifiManager::DoNeedRts(ns3::WifiRemoteStation * st, ns3::Ptr<ns3::Packet const> packet, bool normally) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12591
    cls.add_method('DoNeedRts', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12592
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12593
                   [param('ns3::WifiRemoteStation *', 'st'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('bool', 'normally')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12594
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12595
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12596
    cls.add_method('DoReportDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12597
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12598
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12599
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12600
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportDataOk(ns3::WifiRemoteStation * station, double ackSnr, ns3::WifiMode ackMode, double dataSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12601
    cls.add_method('DoReportDataOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12602
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12603
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ackSnr'), param('ns3::WifiMode', 'ackMode'), param('double', 'dataSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12604
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12605
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportFinalDataFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12606
    cls.add_method('DoReportFinalDataFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12607
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12608
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12609
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12610
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportFinalRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12611
    cls.add_method('DoReportFinalRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12612
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12613
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12614
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12615
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportRtsFailed(ns3::WifiRemoteStation * station) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12616
    cls.add_method('DoReportRtsFailed', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12617
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12618
                   [param('ns3::WifiRemoteStation *', 'station')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12619
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12620
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportRtsOk(ns3::WifiRemoteStation * station, double ctsSnr, ns3::WifiMode ctsMode, double rtsSnr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12621
    cls.add_method('DoReportRtsOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12622
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12623
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'ctsSnr'), param('ns3::WifiMode', 'ctsMode'), param('double', 'rtsSnr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12624
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12625
    ## rraa-wifi-manager.h (module 'wifi'): void ns3::RraaWifiManager::DoReportRxOk(ns3::WifiRemoteStation * station, double rxSnr, ns3::WifiMode txMode) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12626
    cls.add_method('DoReportRxOk', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12627
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12628
                   [param('ns3::WifiRemoteStation *', 'station'), param('double', 'rxSnr'), param('ns3::WifiMode', 'txMode')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12629
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12630
    ## rraa-wifi-manager.h (module 'wifi'): bool ns3::RraaWifiManager::IsLowLatency() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12631
    cls.add_method('IsLowLatency', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12632
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12633
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12634
                   is_const=True, visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12635
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12636
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12637
def register_Ns3Ssid_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12638
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12639
    ## ssid.h (module 'wifi'): ns3::Ssid::Ssid(ns3::Ssid const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12640
    cls.add_constructor([param('ns3::Ssid const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12641
    ## ssid.h (module 'wifi'): ns3::Ssid::Ssid() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12642
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12643
    ## ssid.h (module 'wifi'): ns3::Ssid::Ssid(std::string s) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12644
    cls.add_constructor([param('std::string', 's')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12645
    ## ssid.h (module 'wifi'): ns3::Ssid::Ssid(char const * ssid, uint8_t length) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12646
    cls.add_constructor([param('char const *', 'ssid'), param('uint8_t', 'length')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12647
    ## ssid.h (module 'wifi'): uint8_t ns3::Ssid::DeserializeInformationField(ns3::Buffer::Iterator start, uint8_t length) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12648
    cls.add_method('DeserializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12649
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12650
                   [param('ns3::Buffer::Iterator', 'start'), param('uint8_t', 'length')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12651
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12652
    ## ssid.h (module 'wifi'): ns3::WifiInformationElementId ns3::Ssid::ElementId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12653
    cls.add_method('ElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12654
                   'ns3::WifiInformationElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12655
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12656
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12657
    ## ssid.h (module 'wifi'): uint8_t ns3::Ssid::GetInformationFieldSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12658
    cls.add_method('GetInformationFieldSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12659
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12660
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12661
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12662
    ## ssid.h (module 'wifi'): bool ns3::Ssid::IsBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12663
    cls.add_method('IsBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12664
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12665
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12666
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12667
    ## ssid.h (module 'wifi'): bool ns3::Ssid::IsEqual(ns3::Ssid const & o) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12668
    cls.add_method('IsEqual', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12669
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12670
                   [param('ns3::Ssid const &', 'o')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12671
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12672
    ## ssid.h (module 'wifi'): char * ns3::Ssid::PeekString() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12673
    cls.add_method('PeekString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12674
                   'char *', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12675
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12676
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12677
    ## ssid.h (module 'wifi'): void ns3::Ssid::SerializeInformationField(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12678
    cls.add_method('SerializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12679
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12680
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12681
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12682
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12683
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12684
def register_Ns3SsidChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12685
    ## ssid.h (module 'wifi'): ns3::SsidChecker::SsidChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12686
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12687
    ## ssid.h (module 'wifi'): ns3::SsidChecker::SsidChecker(ns3::SsidChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12688
    cls.add_constructor([param('ns3::SsidChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12689
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12690
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12691
def register_Ns3SsidValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12692
    ## ssid.h (module 'wifi'): ns3::SsidValue::SsidValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12693
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12694
    ## ssid.h (module 'wifi'): ns3::SsidValue::SsidValue(ns3::SsidValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12695
    cls.add_constructor([param('ns3::SsidValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12696
    ## ssid.h (module 'wifi'): ns3::SsidValue::SsidValue(ns3::Ssid const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12697
    cls.add_constructor([param('ns3::Ssid const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12698
    ## ssid.h (module 'wifi'): ns3::Ptr<ns3::AttributeValue> ns3::SsidValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12699
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12700
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12701
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12702
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12703
    ## ssid.h (module 'wifi'): bool ns3::SsidValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12704
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12705
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12706
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12707
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12708
    ## ssid.h (module 'wifi'): ns3::Ssid ns3::SsidValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12709
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12710
                   'ns3::Ssid', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12711
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12712
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12713
    ## ssid.h (module 'wifi'): std::string ns3::SsidValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12714
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12715
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12716
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12717
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12718
    ## ssid.h (module 'wifi'): void ns3::SsidValue::Set(ns3::Ssid const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12719
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12720
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12721
                   [param('ns3::Ssid const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12722
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12723
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12724
def register_Ns3StaWifiMac_methods(root_module, cls):
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12725
    ## sta-wifi-mac.h (module 'wifi'): static ns3::TypeId ns3::StaWifiMac::GetTypeId() [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12726
    cls.add_method('GetTypeId', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12727
                   'ns3::TypeId', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12728
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12729
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12730
    ## sta-wifi-mac.h (module 'wifi'): ns3::StaWifiMac::StaWifiMac() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12731
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12732
    ## sta-wifi-mac.h (module 'wifi'): void ns3::StaWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12733
    cls.add_method('Enqueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12734
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12735
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12736
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12737
    ## sta-wifi-mac.h (module 'wifi'): void ns3::StaWifiMac::SetMaxMissedBeacons(uint32_t missed) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12738
    cls.add_method('SetMaxMissedBeacons', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12739
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12740
                   [param('uint32_t', 'missed')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12741
    ## sta-wifi-mac.h (module 'wifi'): void ns3::StaWifiMac::SetProbeRequestTimeout(ns3::Time timeout) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12742
    cls.add_method('SetProbeRequestTimeout', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12743
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12744
                   [param('ns3::Time', 'timeout')])
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12745
    ## sta-wifi-mac.h (module 'wifi'): void ns3::StaWifiMac::SetAssocRequestTimeout(ns3::Time timeout) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12746
    cls.add_method('SetAssocRequestTimeout', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12747
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 12748
                   [param('ns3::Time', 'timeout')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12749
    ## sta-wifi-mac.h (module 'wifi'): void ns3::StaWifiMac::StartActiveAssociation() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12750
    cls.add_method('StartActiveAssociation', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12751
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12752
                   [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12753
    ## sta-wifi-mac.h (module 'wifi'): void ns3::StaWifiMac::Receive(ns3::Ptr<ns3::Packet> packet, ns3::WifiMacHeader const * hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12754
    cls.add_method('Receive', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12755
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12756
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12757
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12758
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12759
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12760
def register_Ns3SupportedRates_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12761
    cls.add_output_stream_operator()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12762
    ## supported-rates.h (module 'wifi'): ns3::SupportedRates::SupportedRates(ns3::SupportedRates const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12763
    cls.add_constructor([param('ns3::SupportedRates const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12764
    ## supported-rates.h (module 'wifi'): ns3::SupportedRates::SupportedRates() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12765
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12766
    ## supported-rates.h (module 'wifi'): void ns3::SupportedRates::AddSupportedRate(uint32_t bs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12767
    cls.add_method('AddSupportedRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12768
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12769
                   [param('uint32_t', 'bs')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12770
    ## supported-rates.h (module 'wifi'): uint8_t ns3::SupportedRates::DeserializeInformationField(ns3::Buffer::Iterator start, uint8_t length) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12771
    cls.add_method('DeserializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12772
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12773
                   [param('ns3::Buffer::Iterator', 'start'), param('uint8_t', 'length')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12774
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12775
    ## supported-rates.h (module 'wifi'): ns3::WifiInformationElementId ns3::SupportedRates::ElementId() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12776
    cls.add_method('ElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12777
                   'ns3::WifiInformationElementId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12778
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12779
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12780
    ## supported-rates.h (module 'wifi'): uint8_t ns3::SupportedRates::GetInformationFieldSize() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12781
    cls.add_method('GetInformationFieldSize', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12782
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12783
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12784
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12785
    ## supported-rates.h (module 'wifi'): uint8_t ns3::SupportedRates::GetNRates() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12786
    cls.add_method('GetNRates', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12787
                   'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12788
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12789
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12790
    ## supported-rates.h (module 'wifi'): uint32_t ns3::SupportedRates::GetRate(uint8_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12791
    cls.add_method('GetRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12792
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12793
                   [param('uint8_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12794
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12795
    ## supported-rates.h (module 'wifi'): bool ns3::SupportedRates::IsBasicRate(uint32_t bs) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12796
    cls.add_method('IsBasicRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12797
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12798
                   [param('uint32_t', 'bs')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12799
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12800
    ## supported-rates.h (module 'wifi'): bool ns3::SupportedRates::IsSupportedRate(uint32_t bs) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12801
    cls.add_method('IsSupportedRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12802
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12803
                   [param('uint32_t', 'bs')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12804
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12805
    ## supported-rates.h (module 'wifi'): void ns3::SupportedRates::SerializeInformationField(ns3::Buffer::Iterator start) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12806
    cls.add_method('SerializeInformationField', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12807
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12808
                   [param('ns3::Buffer::Iterator', 'start')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12809
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12810
    ## supported-rates.h (module 'wifi'): void ns3::SupportedRates::SetBasicRate(uint32_t bs) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12811
    cls.add_method('SetBasicRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12812
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12813
                   [param('uint32_t', 'bs')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12814
    ## supported-rates.h (module 'wifi'): ns3::SupportedRates::extended [variable]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12815
    cls.add_instance_attribute('extended', 'ns3::ExtendedSupportedRatesIE', is_const=False)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12816
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12817
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12818
def register_Ns3TimeValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12819
    ## nstime.h (module 'core'): ns3::TimeValue::TimeValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12820
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12821
    ## nstime.h (module 'core'): ns3::TimeValue::TimeValue(ns3::TimeValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12822
    cls.add_constructor([param('ns3::TimeValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12823
    ## nstime.h (module 'core'): ns3::TimeValue::TimeValue(ns3::Time const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12824
    cls.add_constructor([param('ns3::Time const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12825
    ## nstime.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::TimeValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12826
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12827
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12828
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12829
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12830
    ## nstime.h (module 'core'): bool ns3::TimeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12831
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12832
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12833
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12834
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12835
    ## nstime.h (module 'core'): ns3::Time ns3::TimeValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12836
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12837
                   'ns3::Time', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12838
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12839
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12840
    ## nstime.h (module 'core'): std::string ns3::TimeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12841
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12842
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12843
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12844
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12845
    ## nstime.h (module 'core'): void ns3::TimeValue::Set(ns3::Time const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12846
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12847
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12848
                   [param('ns3::Time const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12849
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12850
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12851
def register_Ns3TypeIdChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12852
    ## type-id.h (module 'core'): ns3::TypeIdChecker::TypeIdChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12853
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12854
    ## type-id.h (module 'core'): ns3::TypeIdChecker::TypeIdChecker(ns3::TypeIdChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12855
    cls.add_constructor([param('ns3::TypeIdChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12856
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12857
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12858
def register_Ns3TypeIdValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12859
    ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12860
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12861
    ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue(ns3::TypeIdValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12862
    cls.add_constructor([param('ns3::TypeIdValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12863
    ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue(ns3::TypeId const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12864
    cls.add_constructor([param('ns3::TypeId const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12865
    ## type-id.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::TypeIdValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12866
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12867
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12868
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12869
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12870
    ## type-id.h (module 'core'): bool ns3::TypeIdValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12871
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12872
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12873
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12874
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12875
    ## type-id.h (module 'core'): ns3::TypeId ns3::TypeIdValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12876
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12877
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12878
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12879
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12880
    ## type-id.h (module 'core'): std::string ns3::TypeIdValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12881
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12882
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12883
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12884
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12885
    ## type-id.h (module 'core'): void ns3::TypeIdValue::Set(ns3::TypeId const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12886
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12887
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12888
                   [param('ns3::TypeId const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12889
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12890
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12891
def register_Ns3UintegerValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12892
    ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12893
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12894
    ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue(ns3::UintegerValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12895
    cls.add_constructor([param('ns3::UintegerValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12896
    ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue(uint64_t const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12897
    cls.add_constructor([param('uint64_t const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12898
    ## uinteger.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::UintegerValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12899
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12900
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12901
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12902
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12903
    ## uinteger.h (module 'core'): bool ns3::UintegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12904
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12905
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12906
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12907
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12908
    ## uinteger.h (module 'core'): uint64_t ns3::UintegerValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12909
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12910
                   'uint64_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12911
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12912
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12913
    ## uinteger.h (module 'core'): std::string ns3::UintegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12914
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12915
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12916
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12917
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12918
    ## uinteger.h (module 'core'): void ns3::UintegerValue::Set(uint64_t const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12919
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12920
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12921
                   [param('uint64_t const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12922
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 12923
8790
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12924
def register_Ns3Vector2DChecker_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12925
    ## vector.h (module 'core'): ns3::Vector2DChecker::Vector2DChecker() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12926
    cls.add_constructor([])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12927
    ## vector.h (module 'core'): ns3::Vector2DChecker::Vector2DChecker(ns3::Vector2DChecker const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12928
    cls.add_constructor([param('ns3::Vector2DChecker const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12929
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12930
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12931
def register_Ns3Vector2DValue_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12932
    ## vector.h (module 'core'): ns3::Vector2DValue::Vector2DValue() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12933
    cls.add_constructor([])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12934
    ## vector.h (module 'core'): ns3::Vector2DValue::Vector2DValue(ns3::Vector2DValue const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12935
    cls.add_constructor([param('ns3::Vector2DValue const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12936
    ## vector.h (module 'core'): ns3::Vector2DValue::Vector2DValue(ns3::Vector2D const & value) [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12937
    cls.add_constructor([param('ns3::Vector2D const &', 'value')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12938
    ## vector.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::Vector2DValue::Copy() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12939
    cls.add_method('Copy', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12940
                   'ns3::Ptr< ns3::AttributeValue >', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12941
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12942
                   is_const=True, is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12943
    ## vector.h (module 'core'): bool ns3::Vector2DValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12944
    cls.add_method('DeserializeFromString', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12945
                   'bool', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12946
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12947
                   is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12948
    ## vector.h (module 'core'): ns3::Vector2D ns3::Vector2DValue::Get() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12949
    cls.add_method('Get', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12950
                   'ns3::Vector2D', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12951
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12952
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12953
    ## vector.h (module 'core'): std::string ns3::Vector2DValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12954
    cls.add_method('SerializeToString', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12955
                   'std::string', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12956
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12957
                   is_const=True, is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12958
    ## vector.h (module 'core'): void ns3::Vector2DValue::Set(ns3::Vector2D const & value) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12959
    cls.add_method('Set', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12960
                   'void', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12961
                   [param('ns3::Vector2D const &', 'value')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12962
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12963
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12964
def register_Ns3Vector3DChecker_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12965
    ## vector.h (module 'core'): ns3::Vector3DChecker::Vector3DChecker() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12966
    cls.add_constructor([])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12967
    ## vector.h (module 'core'): ns3::Vector3DChecker::Vector3DChecker(ns3::Vector3DChecker const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12968
    cls.add_constructor([param('ns3::Vector3DChecker const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12969
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12970
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12971
def register_Ns3Vector3DValue_methods(root_module, cls):
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12972
    ## vector.h (module 'core'): ns3::Vector3DValue::Vector3DValue() [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12973
    cls.add_constructor([])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12974
    ## vector.h (module 'core'): ns3::Vector3DValue::Vector3DValue(ns3::Vector3DValue const & arg0) [copy constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12975
    cls.add_constructor([param('ns3::Vector3DValue const &', 'arg0')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12976
    ## vector.h (module 'core'): ns3::Vector3DValue::Vector3DValue(ns3::Vector3D const & value) [constructor]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12977
    cls.add_constructor([param('ns3::Vector3D const &', 'value')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12978
    ## vector.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::Vector3DValue::Copy() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12979
    cls.add_method('Copy', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12980
                   'ns3::Ptr< ns3::AttributeValue >', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12981
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12982
                   is_const=True, is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12983
    ## vector.h (module 'core'): bool ns3::Vector3DValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12984
    cls.add_method('DeserializeFromString', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12985
                   'bool', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12986
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12987
                   is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12988
    ## vector.h (module 'core'): ns3::Vector3D ns3::Vector3DValue::Get() const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12989
    cls.add_method('Get', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12990
                   'ns3::Vector3D', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12991
                   [], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12992
                   is_const=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12993
    ## vector.h (module 'core'): std::string ns3::Vector3DValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12994
    cls.add_method('SerializeToString', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12995
                   'std::string', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12996
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12997
                   is_const=True, is_virtual=True)
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12998
    ## vector.h (module 'core'): void ns3::Vector3DValue::Set(ns3::Vector3D const & value) [member function]
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 12999
    cls.add_method('Set', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 13000
                   'void', 
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 13001
                   [param('ns3::Vector3D const &', 'value')])
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 13002
    return
ee833de00a72 rescan bindings
Tom Henderson <tomh@tomh.org>
parents: 8750
diff changeset
 13003
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13004
def register_Ns3WifiChannel_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13005
    ## wifi-channel.h (module 'wifi'): ns3::WifiChannel::WifiChannel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13006
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13007
    ## wifi-channel.h (module 'wifi'): ns3::WifiChannel::WifiChannel(ns3::WifiChannel const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13008
    cls.add_constructor([param('ns3::WifiChannel const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13009
    ## wifi-channel.h (module 'wifi'): static ns3::TypeId ns3::WifiChannel::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13010
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13011
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13012
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13013
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13014
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13015
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13016
def register_Ns3WifiModeChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13017
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeChecker::WifiModeChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13018
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13019
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeChecker::WifiModeChecker(ns3::WifiModeChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13020
    cls.add_constructor([param('ns3::WifiModeChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13021
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13022
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13023
def register_Ns3WifiModeValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13024
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeValue::WifiModeValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13025
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13026
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeValue::WifiModeValue(ns3::WifiModeValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13027
    cls.add_constructor([param('ns3::WifiModeValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13028
    ## wifi-mode.h (module 'wifi'): ns3::WifiModeValue::WifiModeValue(ns3::WifiMode const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13029
    cls.add_constructor([param('ns3::WifiMode const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13030
    ## wifi-mode.h (module 'wifi'): ns3::Ptr<ns3::AttributeValue> ns3::WifiModeValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13031
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13032
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13033
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13034
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13035
    ## wifi-mode.h (module 'wifi'): bool ns3::WifiModeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13036
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13037
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13038
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13039
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13040
    ## wifi-mode.h (module 'wifi'): ns3::WifiMode ns3::WifiModeValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13041
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13042
                   'ns3::WifiMode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13043
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13044
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13045
    ## wifi-mode.h (module 'wifi'): std::string ns3::WifiModeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13046
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13047
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13048
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13049
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13050
    ## wifi-mode.h (module 'wifi'): void ns3::WifiModeValue::Set(ns3::WifiMode const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13051
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13052
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13053
                   [param('ns3::WifiMode const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13054
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13055
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13056
def register_Ns3WifiNetDevice_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13057
    ## wifi-net-device.h (module 'wifi'): ns3::WifiNetDevice::WifiNetDevice(ns3::WifiNetDevice const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13058
    cls.add_constructor([param('ns3::WifiNetDevice const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13059
    ## wifi-net-device.h (module 'wifi'): ns3::WifiNetDevice::WifiNetDevice() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13060
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13061
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13062
    cls.add_method('AddLinkChangeCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13063
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13064
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13065
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13066
    ## wifi-net-device.h (module 'wifi'): ns3::Address ns3::WifiNetDevice::GetAddress() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13067
    cls.add_method('GetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13068
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13069
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13070
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13071
    ## wifi-net-device.h (module 'wifi'): ns3::Address ns3::WifiNetDevice::GetBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13072
    cls.add_method('GetBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13073
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13074
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13075
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13076
    ## wifi-net-device.h (module 'wifi'): ns3::Ptr<ns3::Channel> ns3::WifiNetDevice::GetChannel() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13077
    cls.add_method('GetChannel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13078
                   'ns3::Ptr< ns3::Channel >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13079
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13080
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13081
    ## wifi-net-device.h (module 'wifi'): uint32_t ns3::WifiNetDevice::GetIfIndex() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13082
    cls.add_method('GetIfIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13083
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13084
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13085
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13086
    ## wifi-net-device.h (module 'wifi'): ns3::Ptr<ns3::WifiMac> ns3::WifiNetDevice::GetMac() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13087
    cls.add_method('GetMac', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13088
                   'ns3::Ptr< ns3::WifiMac >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13089
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13090
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13091
    ## wifi-net-device.h (module 'wifi'): uint16_t ns3::WifiNetDevice::GetMtu() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13092
    cls.add_method('GetMtu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13093
                   'uint16_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13094
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13095
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13096
    ## wifi-net-device.h (module 'wifi'): ns3::Address ns3::WifiNetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13097
    cls.add_method('GetMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13098
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13099
                   [param('ns3::Ipv4Address', 'multicastGroup')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13100
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13101
    ## wifi-net-device.h (module 'wifi'): ns3::Address ns3::WifiNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13102
    cls.add_method('GetMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13103
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13104
                   [param('ns3::Ipv6Address', 'addr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13105
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13106
    ## wifi-net-device.h (module 'wifi'): ns3::Ptr<ns3::Node> ns3::WifiNetDevice::GetNode() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13107
    cls.add_method('GetNode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13108
                   'ns3::Ptr< ns3::Node >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13109
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13110
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13111
    ## wifi-net-device.h (module 'wifi'): ns3::Ptr<ns3::WifiPhy> ns3::WifiNetDevice::GetPhy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13112
    cls.add_method('GetPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13113
                   'ns3::Ptr< ns3::WifiPhy >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13114
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13115
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13116
    ## wifi-net-device.h (module 'wifi'): ns3::Ptr<ns3::WifiRemoteStationManager> ns3::WifiNetDevice::GetRemoteStationManager() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13117
    cls.add_method('GetRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13118
                   'ns3::Ptr< ns3::WifiRemoteStationManager >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13119
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13120
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13121
    ## wifi-net-device.h (module 'wifi'): static ns3::TypeId ns3::WifiNetDevice::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13122
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13123
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13124
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13125
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13126
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::IsBridge() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13127
    cls.add_method('IsBridge', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13128
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13129
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13130
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13131
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::IsBroadcast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13132
    cls.add_method('IsBroadcast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13133
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13134
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13135
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13136
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::IsLinkUp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13137
    cls.add_method('IsLinkUp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13138
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13139
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13140
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13141
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::IsMulticast() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13142
    cls.add_method('IsMulticast', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13143
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13144
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13145
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13146
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::IsPointToPoint() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13147
    cls.add_method('IsPointToPoint', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13148
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13149
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13150
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13151
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::NeedsArp() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13152
    cls.add_method('NeedsArp', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13153
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13154
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13155
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13156
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13157
    cls.add_method('Send', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13158
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13159
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13160
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13161
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13162
    cls.add_method('SendFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13163
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13164
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13165
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13166
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetAddress(ns3::Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13167
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13168
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13169
                   [param('ns3::Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13170
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13171
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetIfIndex(uint32_t const index) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13172
    cls.add_method('SetIfIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13173
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13174
                   [param('uint32_t const', 'index')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13175
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13176
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetMac(ns3::Ptr<ns3::WifiMac> mac) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13177
    cls.add_method('SetMac', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13178
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13179
                   [param('ns3::Ptr< ns3::WifiMac >', 'mac')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13180
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::SetMtu(uint16_t const mtu) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13181
    cls.add_method('SetMtu', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13182
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13183
                   [param('uint16_t const', 'mtu')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13184
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13185
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13186
    cls.add_method('SetNode', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13187
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13188
                   [param('ns3::Ptr< ns3::Node >', 'node')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13189
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13190
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetPhy(ns3::Ptr<ns3::WifiPhy> phy) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13191
    cls.add_method('SetPhy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13192
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13193
                   [param('ns3::Ptr< ns3::WifiPhy >', 'phy')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13194
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13195
    cls.add_method('SetPromiscReceiveCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13196
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13197
                   [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13198
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13199
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13200
    cls.add_method('SetReceiveCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13201
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13202
                   [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13203
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13204
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::SetRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> manager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13205
    cls.add_method('SetRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13206
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13207
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'manager')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13208
    ## wifi-net-device.h (module 'wifi'): bool ns3::WifiNetDevice::SupportsSendFrom() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13209
    cls.add_method('SupportsSendFrom', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13210
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13211
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13212
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13213
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13214
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13215
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13216
                   [], 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13217
                   visibility='protected', is_virtual=True)
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 13218
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 13219
    cls.add_method('DoInitialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13220
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13221
                   [], 
10461
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13222
                   visibility='protected', is_virtual=True)
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13223
    ## wifi-net-device.h (module 'wifi'): void ns3::WifiNetDevice::ForwardUp(ns3::Ptr<ns3::Packet> packet, ns3::Mac48Address from, ns3::Mac48Address to) [member function]
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13224
    cls.add_method('ForwardUp', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13225
                   'void', 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13226
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Mac48Address', 'from'), param('ns3::Mac48Address', 'to')], 
c9cc3b28cc1c rescan wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10236
diff changeset
 13227
                   visibility='protected')
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13228
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13229
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13230
def register_Ns3YansErrorRateModel_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13231
    ## yans-error-rate-model.h (module 'wifi'): ns3::YansErrorRateModel::YansErrorRateModel(ns3::YansErrorRateModel const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13232
    cls.add_constructor([param('ns3::YansErrorRateModel const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13233
    ## yans-error-rate-model.h (module 'wifi'): ns3::YansErrorRateModel::YansErrorRateModel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13234
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13235
    ## yans-error-rate-model.h (module 'wifi'): double ns3::YansErrorRateModel::GetChunkSuccessRate(ns3::WifiMode mode, double snr, uint32_t nbits) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13236
    cls.add_method('GetChunkSuccessRate', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13237
                   'double', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13238
                   [param('ns3::WifiMode', 'mode'), param('double', 'snr'), param('uint32_t', 'nbits')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13239
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13240
    ## yans-error-rate-model.h (module 'wifi'): static ns3::TypeId ns3::YansErrorRateModel::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13241
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13242
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13243
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13244
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13245
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13246
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13247
def register_Ns3YansWifiChannel_methods(root_module, cls):
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13248
    ## yans-wifi-channel.h (module 'wifi'): ns3::YansWifiChannel::YansWifiChannel(ns3::YansWifiChannel const & arg0) [copy constructor]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13249
    cls.add_constructor([param('ns3::YansWifiChannel const &', 'arg0')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13250
    ## yans-wifi-channel.h (module 'wifi'): ns3::YansWifiChannel::YansWifiChannel() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13251
    cls.add_constructor([])
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13252
    ## yans-wifi-channel.h (module 'wifi'): void ns3::YansWifiChannel::Add(ns3::Ptr<ns3::YansWifiPhy> phy) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13253
    cls.add_method('Add', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13254
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13255
                   [param('ns3::Ptr< ns3::YansWifiPhy >', 'phy')])
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13256
    ## yans-wifi-channel.h (module 'wifi'): int64_t ns3::YansWifiChannel::AssignStreams(int64_t stream) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13257
    cls.add_method('AssignStreams', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13258
                   'int64_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13259
                   [param('int64_t', 'stream')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13260
    ## yans-wifi-channel.h (module 'wifi'): ns3::Ptr<ns3::NetDevice> ns3::YansWifiChannel::GetDevice(uint32_t i) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13261
    cls.add_method('GetDevice', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13262
                   'ns3::Ptr< ns3::NetDevice >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13263
                   [param('uint32_t', 'i')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13264
                   is_const=True, is_virtual=True)
10534
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13265
    ## yans-wifi-channel.h (module 'wifi'): uint32_t ns3::YansWifiChannel::GetNDevices() const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13266
    cls.add_method('GetNDevices', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13267
                   'uint32_t', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13268
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13269
                   is_const=True, is_virtual=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13270
    ## yans-wifi-channel.h (module 'wifi'): static ns3::TypeId ns3::YansWifiChannel::GetTypeId() [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13271
    cls.add_method('GetTypeId', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13272
                   'ns3::TypeId', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13273
                   [], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13274
                   is_static=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13275
    ## yans-wifi-channel.h (module 'wifi'): void ns3::YansWifiChannel::Send(ns3::Ptr<ns3::YansWifiPhy> sender, ns3::Ptr<ns3::Packet const> packet, double txPowerDbm, ns3::WifiTxVector txVector, ns3::WifiPreamble preamble) const [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13276
    cls.add_method('Send', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13277
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13278
                   [param('ns3::Ptr< ns3::YansWifiPhy >', 'sender'), param('ns3::Ptr< ns3::Packet const >', 'packet'), param('double', 'txPowerDbm'), param('ns3::WifiTxVector', 'txVector'), param('ns3::WifiPreamble', 'preamble')], 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13279
                   is_const=True)
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13280
    ## yans-wifi-channel.h (module 'wifi'): void ns3::YansWifiChannel::SetPropagationDelayModel(ns3::Ptr<ns3::PropagationDelayModel> delay) [member function]
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13281
    cls.add_method('SetPropagationDelayModel', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13282
                   'void', 
2f6018cfe926 rescan all bindings
Tom Henderson <tomh@tomh.org>
parents: 10465
diff changeset
 13283
                   [param('ns3::Ptr< ns3::PropagationDelayModel >', 'delay')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13284
    ## yans-wifi-channel.h (module 'wifi'): void ns3::YansWifiChannel::SetPropagationLossModel(ns3::Ptr<ns3::PropagationLossModel> loss) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13285
    cls.add_method('SetPropagationLossModel', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13286
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13287
                   [param('ns3::Ptr< ns3::PropagationLossModel >', 'loss')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13288
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13289
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13290
def register_Ns3AddressChecker_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13291
    ## address.h (module 'network'): ns3::AddressChecker::AddressChecker() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13292
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13293
    ## address.h (module 'network'): ns3::AddressChecker::AddressChecker(ns3::AddressChecker const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13294
    cls.add_constructor([param('ns3::AddressChecker const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13295
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13296
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13297
def register_Ns3AddressValue_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13298
    ## address.h (module 'network'): ns3::AddressValue::AddressValue() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13299
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13300
    ## address.h (module 'network'): ns3::AddressValue::AddressValue(ns3::AddressValue const & arg0) [copy constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13301
    cls.add_constructor([param('ns3::AddressValue const &', 'arg0')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13302
    ## address.h (module 'network'): ns3::AddressValue::AddressValue(ns3::Address const & value) [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13303
    cls.add_constructor([param('ns3::Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13304
    ## address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::AddressValue::Copy() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13305
    cls.add_method('Copy', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13306
                   'ns3::Ptr< ns3::AttributeValue >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13307
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13308
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13309
    ## address.h (module 'network'): bool ns3::AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13310
    cls.add_method('DeserializeFromString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13311
                   'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13312
                   [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13313
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13314
    ## address.h (module 'network'): ns3::Address ns3::AddressValue::Get() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13315
    cls.add_method('Get', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13316
                   'ns3::Address', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13317
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13318
                   is_const=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13319
    ## address.h (module 'network'): std::string ns3::AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13320
    cls.add_method('SerializeToString', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13321
                   'std::string', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13322
                   [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13323
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13324
    ## address.h (module 'network'): void ns3::AddressValue::Set(ns3::Address const & value) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13325
    cls.add_method('Set', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13326
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13327
                   [param('ns3::Address const &', 'value')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13328
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13329
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13330
def register_Ns3AdhocWifiMac_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13331
    ## adhoc-wifi-mac.h (module 'wifi'): static ns3::TypeId ns3::AdhocWifiMac::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13332
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13333
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13334
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13335
                   is_static=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13336
    ## adhoc-wifi-mac.h (module 'wifi'): ns3::AdhocWifiMac::AdhocWifiMac() [constructor]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13337
    cls.add_constructor([])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13338
    ## adhoc-wifi-mac.h (module 'wifi'): void ns3::AdhocWifiMac::SetAddress(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13339
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13340
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13341
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13342
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13343
    ## adhoc-wifi-mac.h (module 'wifi'): void ns3::AdhocWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13344
    cls.add_method('SetLinkUpCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13345
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13346
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13347
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13348
    ## adhoc-wifi-mac.h (module 'wifi'): void ns3::AdhocWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13349
    cls.add_method('Enqueue', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13350
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13351
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13352
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13353
    ## adhoc-wifi-mac.h (module 'wifi'): void ns3::AdhocWifiMac::Receive(ns3::Ptr<ns3::Packet> packet, ns3::WifiMacHeader const * hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13354
    cls.add_method('Receive', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13355
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13356
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13357
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13358
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13359
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13360
def register_Ns3ApWifiMac_methods(root_module, cls):
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13361
    ## ap-wifi-mac.h (module 'wifi'): static ns3::TypeId ns3::ApWifiMac::GetTypeId() [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13362
    cls.add_method('GetTypeId', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13363
                   'ns3::TypeId', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13364
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13365
                   is_static=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13366
    ## ap-wifi-mac.h (module 'wifi'): ns3::ApWifiMac::ApWifiMac() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13367
    cls.add_constructor([])
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13368
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> stationManager) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13369
    cls.add_method('SetWifiRemoteStationManager', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13370
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13371
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'stationManager')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13372
                   is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13373
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::SetLinkUpCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> linkUp) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13374
    cls.add_method('SetLinkUpCallback', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13375
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13376
                   [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'linkUp')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13377
                   is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13378
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13379
    cls.add_method('Enqueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13380
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13381
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13382
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13383
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::Enqueue(ns3::Ptr<ns3::Packet const> packet, ns3::Mac48Address to, ns3::Mac48Address from) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13384
    cls.add_method('Enqueue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13385
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13386
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::Mac48Address', 'to'), param('ns3::Mac48Address', 'from')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13387
                   is_virtual=True)
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13388
    ## ap-wifi-mac.h (module 'wifi'): bool ns3::ApWifiMac::SupportsSendFrom() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13389
    cls.add_method('SupportsSendFrom', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13390
                   'bool', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13391
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13392
                   is_const=True, is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13393
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::SetAddress(ns3::Mac48Address address) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13394
    cls.add_method('SetAddress', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13395
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13396
                   [param('ns3::Mac48Address', 'address')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13397
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13398
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::SetBeaconInterval(ns3::Time interval) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13399
    cls.add_method('SetBeaconInterval', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13400
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13401
                   [param('ns3::Time', 'interval')])
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13402
    ## ap-wifi-mac.h (module 'wifi'): ns3::Time ns3::ApWifiMac::GetBeaconInterval() const [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13403
    cls.add_method('GetBeaconInterval', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13404
                   'ns3::Time', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13405
                   [], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13406
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13407
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::StartBeaconing() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13408
    cls.add_method('StartBeaconing', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13409
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13410
                   [])
10236
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
 13411
    ## ap-wifi-mac.h (module 'wifi'): int64_t ns3::ApWifiMac::AssignStreams(int64_t stream) [member function]
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
 13412
    cls.add_method('AssignStreams', 
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
 13413
                   'int64_t', 
a341ccaddaae update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 10205
diff changeset
 13414
                   [param('int64_t', 'stream')])
6932
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13415
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::Receive(ns3::Ptr<ns3::Packet> packet, ns3::WifiMacHeader const * hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13416
    cls.add_method('Receive', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13417
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13418
                   [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::WifiMacHeader const *', 'hdr')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13419
                   visibility='private', is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13420
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::TxOk(ns3::WifiMacHeader const & hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13421
    cls.add_method('TxOk', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13422
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13423
                   [param('ns3::WifiMacHeader const &', 'hdr')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13424
                   visibility='private', is_virtual=True)
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13425
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::TxFailed(ns3::WifiMacHeader const & hdr) [member function]
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13426
    cls.add_method('TxFailed', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13427
                   'void', 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13428
                   [param('ns3::WifiMacHeader const &', 'hdr')], 
3b497f4f6ad9 Add more modular bindings
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6900
diff changeset
 13429
                   visibility='private', is_virtual=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13430
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::DeaggregateAmsduAndForward(ns3::Ptr<ns3::Packet> aggregatedPacket, ns3::WifiMacHeader const * hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13431
    cls.add_method('DeaggregateAmsduAndForward', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13432
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13433
                   [param('ns3::Ptr< ns3::Packet >', 'aggregatedPacket'), param('ns3::WifiMacHeader const *', 'hdr')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13434
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13435
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13436
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13437
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13438
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13439
                   visibility='private', is_virtual=True)
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 13440
    ## ap-wifi-mac.h (module 'wifi'): void ns3::ApWifiMac::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 13441
    cls.add_method('DoInitialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13442
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13443
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13444
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13445
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13446
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13447
def register_Ns3DcaTxop_methods(root_module, cls):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13448
    ## dca-txop.h (module 'wifi'): static ns3::TypeId ns3::DcaTxop::GetTypeId() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13449
    cls.add_method('GetTypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13450
                   'ns3::TypeId', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13451
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13452
                   is_static=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13453
    ## dca-txop.h (module 'wifi'): ns3::DcaTxop::DcaTxop() [constructor]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13454
    cls.add_constructor([])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13455
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetLow(ns3::Ptr<ns3::MacLow> low) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13456
    cls.add_method('SetLow', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13457
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13458
                   [param('ns3::Ptr< ns3::MacLow >', 'low')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13459
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetManager(ns3::DcfManager * manager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13460
    cls.add_method('SetManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13461
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13462
                   [param('ns3::DcfManager *', 'manager')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13463
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetWifiRemoteStationManager(ns3::Ptr<ns3::WifiRemoteStationManager> remoteManager) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13464
    cls.add_method('SetWifiRemoteStationManager', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13465
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13466
                   [param('ns3::Ptr< ns3::WifiRemoteStationManager >', 'remoteManager')])
10795
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
 13467
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetTxMiddle(ns3::MacTxMiddle * txMiddle) [member function]
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
 13468
    cls.add_method('SetTxMiddle', 
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
 13469
                   'void', 
29506f2221e2 update bindings
Tom Henderson <tomh@tomh.org>
parents: 10706
diff changeset
 13470
                   [param('ns3::MacTxMiddle *', 'txMiddle')])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13471
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetTxOkCallback(ns3::Callback<void, ns3::WifiMacHeader const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13472
    cls.add_method('SetTxOkCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13473
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13474
                   [param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13475
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetTxFailedCallback(ns3::Callback<void, ns3::WifiMacHeader const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13476
    cls.add_method('SetTxFailedCallback', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13477
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13478
                   [param('ns3::Callback< void, ns3::WifiMacHeader const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
7022
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 13479
    ## dca-txop.h (module 'wifi'): ns3::Ptr<ns3::WifiMacQueue> ns3::DcaTxop::GetQueue() const [member function]
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 13480
    cls.add_method('GetQueue', 
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 13481
                   'ns3::Ptr< ns3::WifiMacQueue >', 
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 13482
                   [], 
497d6fc1aac8 Rescan API of wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6932
diff changeset
 13483
                   is_const=True)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13484
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetMinCw(uint32_t minCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13485
    cls.add_method('SetMinCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13486
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13487
                   [param('uint32_t', 'minCw')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13488
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13489
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetMaxCw(uint32_t maxCw) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13490
    cls.add_method('SetMaxCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13491
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13492
                   [param('uint32_t', 'maxCw')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13493
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13494
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::SetAifsn(uint32_t aifsn) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13495
    cls.add_method('SetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13496
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13497
                   [param('uint32_t', 'aifsn')], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13498
                   is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13499
    ## dca-txop.h (module 'wifi'): uint32_t ns3::DcaTxop::GetMinCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13500
    cls.add_method('GetMinCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13501
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13502
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13503
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13504
    ## dca-txop.h (module 'wifi'): uint32_t ns3::DcaTxop::GetMaxCw() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13505
    cls.add_method('GetMaxCw', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13506
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13507
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13508
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13509
    ## dca-txop.h (module 'wifi'): uint32_t ns3::DcaTxop::GetAifsn() const [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13510
    cls.add_method('GetAifsn', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13511
                   'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13512
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13513
                   is_const=True, is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13514
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::Queue(ns3::Ptr<ns3::Packet const> packet, ns3::WifiMacHeader const & hdr) [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13515
    cls.add_method('Queue', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13516
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13517
                   [param('ns3::Ptr< ns3::Packet const >', 'packet'), param('ns3::WifiMacHeader const &', 'hdr')])
8985
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 13518
    ## dca-txop.h (module 'wifi'): int64_t ns3::DcaTxop::AssignStreams(int64_t stream) [member function]
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 13519
    cls.add_method('AssignStreams', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 13520
                   'int64_t', 
7752dc4ce7e9 Replace src/buildings and src/propagation usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 8893
diff changeset
 13521
                   [param('int64_t', 'stream')])
9708
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 13522
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::DoInitialize() [member function]
443bde2aa701 Update Python bindings
Mitch Watrous
parents: 9294
diff changeset
 13523
    cls.add_method('DoInitialize', 
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13524
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13525
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13526
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13527
    ## dca-txop.h (module 'wifi'): void ns3::DcaTxop::DoDispose() [member function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13528
    cls.add_method('DoDispose', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13529
                   'void', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13530
                   [], 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13531
                   visibility='private', is_virtual=True)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13532
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13533
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13534
def register_Ns3HashImplementation_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13535
    ## hash-function.h (module 'core'): ns3::Hash::Implementation::Implementation(ns3::Hash::Implementation const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13536
    cls.add_constructor([param('ns3::Hash::Implementation const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13537
    ## hash-function.h (module 'core'): ns3::Hash::Implementation::Implementation() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13538
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13539
    ## hash-function.h (module 'core'): uint32_t ns3::Hash::Implementation::GetHash32(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13540
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13541
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13542
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13543
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13544
    ## hash-function.h (module 'core'): uint64_t ns3::Hash::Implementation::GetHash64(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13545
    cls.add_method('GetHash64', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13546
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13547
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13548
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13549
    ## hash-function.h (module 'core'): void ns3::Hash::Implementation::clear() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13550
    cls.add_method('clear', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13551
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13552
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13553
                   is_pure_virtual=True, is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13554
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13555
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13556
def register_Ns3HashFunctionFnv1a_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13557
    ## hash-fnv.h (module 'core'): ns3::Hash::Function::Fnv1a::Fnv1a(ns3::Hash::Function::Fnv1a const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13558
    cls.add_constructor([param('ns3::Hash::Function::Fnv1a const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13559
    ## hash-fnv.h (module 'core'): ns3::Hash::Function::Fnv1a::Fnv1a() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13560
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13561
    ## hash-fnv.h (module 'core'): uint32_t ns3::Hash::Function::Fnv1a::GetHash32(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13562
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13563
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13564
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13565
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13566
    ## hash-fnv.h (module 'core'): uint64_t ns3::Hash::Function::Fnv1a::GetHash64(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13567
    cls.add_method('GetHash64', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13568
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13569
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13570
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13571
    ## hash-fnv.h (module 'core'): void ns3::Hash::Function::Fnv1a::clear() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13572
    cls.add_method('clear', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13573
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13574
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13575
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13576
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13577
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13578
def register_Ns3HashFunctionHash32_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13579
    ## hash-function.h (module 'core'): ns3::Hash::Function::Hash32::Hash32(ns3::Hash::Function::Hash32 const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13580
    cls.add_constructor([param('ns3::Hash::Function::Hash32 const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13581
    ## hash-function.h (module 'core'): ns3::Hash::Function::Hash32::Hash32(ns3::Hash::Hash32Function_ptr hp) [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13582
    cls.add_constructor([param('ns3::Hash::Hash32Function_ptr', 'hp')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13583
    ## hash-function.h (module 'core'): uint32_t ns3::Hash::Function::Hash32::GetHash32(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13584
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13585
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13586
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13587
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13588
    ## hash-function.h (module 'core'): void ns3::Hash::Function::Hash32::clear() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13589
    cls.add_method('clear', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13590
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13591
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13592
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13593
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13594
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13595
def register_Ns3HashFunctionHash64_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13596
    ## hash-function.h (module 'core'): ns3::Hash::Function::Hash64::Hash64(ns3::Hash::Function::Hash64 const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13597
    cls.add_constructor([param('ns3::Hash::Function::Hash64 const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13598
    ## hash-function.h (module 'core'): ns3::Hash::Function::Hash64::Hash64(ns3::Hash::Hash64Function_ptr hp) [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13599
    cls.add_constructor([param('ns3::Hash::Hash64Function_ptr', 'hp')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13600
    ## hash-function.h (module 'core'): uint32_t ns3::Hash::Function::Hash64::GetHash32(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13601
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13602
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13603
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13604
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13605
    ## hash-function.h (module 'core'): uint64_t ns3::Hash::Function::Hash64::GetHash64(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13606
    cls.add_method('GetHash64', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13607
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13608
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13609
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13610
    ## hash-function.h (module 'core'): void ns3::Hash::Function::Hash64::clear() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13611
    cls.add_method('clear', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13612
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13613
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13614
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13615
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13616
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13617
def register_Ns3HashFunctionMurmur3_methods(root_module, cls):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13618
    ## hash-murmur3.h (module 'core'): ns3::Hash::Function::Murmur3::Murmur3(ns3::Hash::Function::Murmur3 const & arg0) [copy constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13619
    cls.add_constructor([param('ns3::Hash::Function::Murmur3 const &', 'arg0')])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13620
    ## hash-murmur3.h (module 'core'): ns3::Hash::Function::Murmur3::Murmur3() [constructor]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13621
    cls.add_constructor([])
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13622
    ## hash-murmur3.h (module 'core'): uint32_t ns3::Hash::Function::Murmur3::GetHash32(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13623
    cls.add_method('GetHash32', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13624
                   'uint32_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13625
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13626
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13627
    ## hash-murmur3.h (module 'core'): uint64_t ns3::Hash::Function::Murmur3::GetHash64(char const * buffer, size_t const size) [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13628
    cls.add_method('GetHash64', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13629
                   'uint64_t', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13630
                   [param('char const *', 'buffer'), param('size_t const', 'size')], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13631
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13632
    ## hash-murmur3.h (module 'core'): void ns3::Hash::Function::Murmur3::clear() [member function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13633
    cls.add_method('clear', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13634
                   'void', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13635
                   [], 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13636
                   is_virtual=True)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13637
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13638
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13639
def register_functions(root_module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13640
    module = root_module
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13641
    ## ht-capabilities.h (module 'wifi'): extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeHtCapabilitiesChecker() [free function]
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13642
    module.add_function('MakeHtCapabilitiesChecker', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13643
                        'ns3::Ptr< ns3::AttributeChecker const >', 
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13644
                        [])
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13645
    ## ssid.h (module 'wifi'): extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeSsidChecker() [free function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13646
    module.add_function('MakeSsidChecker', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13647
                        'ns3::Ptr< ns3::AttributeChecker const >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13648
                        [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13649
    ## wifi-mode.h (module 'wifi'): extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeWifiModeChecker() [free function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13650
    module.add_function('MakeWifiModeChecker', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13651
                        'ns3::Ptr< ns3::AttributeChecker const >', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13652
                        [])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13653
    ## qos-utils.h (module 'wifi'): extern uint8_t ns3::QosUtilsGetTidForPacket(ns3::Ptr<ns3::Packet const> packet) [free function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13654
    module.add_function('QosUtilsGetTidForPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13655
                        'uint8_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13656
                        [param('ns3::Ptr< ns3::Packet const >', 'packet')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13657
    ## qos-utils.h (module 'wifi'): extern bool ns3::QosUtilsIsOldPacket(uint16_t startingSeq, uint16_t seqNumber) [free function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13658
    module.add_function('QosUtilsIsOldPacket', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13659
                        'bool', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13660
                        [param('uint16_t', 'startingSeq'), param('uint16_t', 'seqNumber')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13661
    ## qos-utils.h (module 'wifi'): extern uint32_t ns3::QosUtilsMapSeqControlToUniqueInteger(uint16_t seqControl, uint16_t endSequence) [free function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13662
    module.add_function('QosUtilsMapSeqControlToUniqueInteger', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13663
                        'uint32_t', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13664
                        [param('uint16_t', 'seqControl'), param('uint16_t', 'endSequence')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13665
    ## qos-utils.h (module 'wifi'): extern ns3::AcIndex ns3::QosUtilsMapTidToAc(uint8_t tid) [free function]
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13666
    module.add_function('QosUtilsMapTidToAc', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13667
                        'ns3::AcIndex', 
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13668
                        [param('uint8_t', 'tid')])
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13669
    register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module)
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13670
    register_functions_ns3_Hash(module.get_submodule('Hash'), root_module)
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13671
    register_functions_ns3_internal(module.get_submodule('internal'), root_module)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13672
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13673
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13674
def register_functions_ns3_FatalImpl(module, root_module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13675
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13676
10141
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13677
def register_functions_ns3_Hash(module, root_module):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13678
    register_functions_ns3_Hash_Function(module.get_submodule('Function'), root_module)
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13679
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13680
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13681
def register_functions_ns3_Hash_Function(module, root_module):
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13682
    return
b02ae0cab0ce update wifi bindings
Tom Henderson <tomh@tomh.org>
parents: 9901
diff changeset
 13683
6900
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13684
def register_functions_ns3_internal(module, root_module):
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13685
    return
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13686
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13687
def main():
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13688
    out = FileCodeSink(sys.stdout)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13689
    root_module = module_init()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13690
    register_types(root_module)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13691
    register_methods(root_module)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13692
    register_functions(root_module)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13693
    root_module.generate(out)
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13694
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13695
if __name__ == '__main__':
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13696
    main()
911a6039aa09 Modular bindings: scan the wifi module
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
 13697