src/antenna/bindings/modulegen__gcc_ILP32.py
changeset 10628 8e7d67510b46
parent 10400 be4bc3e47c0f
child 10631 a258a16d4793
equal deleted inserted replaced
10627:7423d0b3ce9a 10628:8e7d67510b46
   100     module.add_class('Vector2DValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
   100     module.add_class('Vector2DValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
   101     ## vector.h (module 'core'): ns3::Vector3DChecker [class]
   101     ## vector.h (module 'core'): ns3::Vector3DChecker [class]
   102     module.add_class('Vector3DChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
   102     module.add_class('Vector3DChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
   103     ## vector.h (module 'core'): ns3::Vector3DValue [class]
   103     ## vector.h (module 'core'): ns3::Vector3DValue [class]
   104     module.add_class('Vector3DValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
   104     module.add_class('Vector3DValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
       
   105     typehandlers.add_type_alias('ns3::Vector3DValue', 'ns3::VectorValue')
       
   106     typehandlers.add_type_alias('ns3::Vector3DValue*', 'ns3::VectorValue*')
       
   107     typehandlers.add_type_alias('ns3::Vector3DValue&', 'ns3::VectorValue&')
       
   108     module.add_typedef(root_module['ns3::Vector3DValue'], 'VectorValue')
   105     typehandlers.add_type_alias('ns3::Vector3D', 'ns3::Vector')
   109     typehandlers.add_type_alias('ns3::Vector3D', 'ns3::Vector')
   106     typehandlers.add_type_alias('ns3::Vector3D*', 'ns3::Vector*')
   110     typehandlers.add_type_alias('ns3::Vector3D*', 'ns3::Vector*')
   107     typehandlers.add_type_alias('ns3::Vector3D&', 'ns3::Vector&')
   111     typehandlers.add_type_alias('ns3::Vector3D&', 'ns3::Vector&')
   108     module.add_typedef(root_module['ns3::Vector3D'], 'Vector')
   112     module.add_typedef(root_module['ns3::Vector3D'], 'Vector')
   109     typehandlers.add_type_alias('ns3::Vector3DValue', 'ns3::VectorValue')
       
   110     typehandlers.add_type_alias('ns3::Vector3DValue*', 'ns3::VectorValue*')
       
   111     typehandlers.add_type_alias('ns3::Vector3DValue&', 'ns3::VectorValue&')
       
   112     module.add_typedef(root_module['ns3::Vector3DValue'], 'VectorValue')
       
   113     typehandlers.add_type_alias('ns3::Vector3DChecker', 'ns3::VectorChecker')
   113     typehandlers.add_type_alias('ns3::Vector3DChecker', 'ns3::VectorChecker')
   114     typehandlers.add_type_alias('ns3::Vector3DChecker*', 'ns3::VectorChecker*')
   114     typehandlers.add_type_alias('ns3::Vector3DChecker*', 'ns3::VectorChecker*')
   115     typehandlers.add_type_alias('ns3::Vector3DChecker&', 'ns3::VectorChecker&')
   115     typehandlers.add_type_alias('ns3::Vector3DChecker&', 'ns3::VectorChecker&')
   116     module.add_typedef(root_module['ns3::Vector3DChecker'], 'VectorChecker')
   116     module.add_typedef(root_module['ns3::Vector3DChecker'], 'VectorChecker')
   117     
   117