src/dsdv/bindings/modulegen__gcc_ILP32.py
changeset 7874 3eda7174ac52
parent 7853 1d8f7c004b89
child 8966 060dba23e9bb
equal deleted inserted replaced
7873:67c6b025f766 7874:3eda7174ac52
  3119     ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function]
  3119     ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function]
  3120     cls.add_method('GetTxAvailable', 
  3120     cls.add_method('GetTxAvailable', 
  3121                    'uint32_t', 
  3121                    'uint32_t', 
  3122                    [], 
  3122                    [], 
  3123                    is_pure_virtual=True, is_const=True, is_virtual=True)
  3123                    is_pure_virtual=True, is_const=True, is_virtual=True)
       
  3124     ## socket.h (module 'network'): static ns3::TypeId ns3::Socket::GetTypeId() [member function]
       
  3125     cls.add_method('GetTypeId', 
       
  3126                    'ns3::TypeId', 
       
  3127                    [], 
       
  3128                    is_static=True)
  3124     ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function]
  3129     ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function]
  3125     cls.add_method('IsRecvPktInfo', 
  3130     cls.add_method('IsRecvPktInfo', 
  3126                    'bool', 
  3131                    'bool', 
  3127                    [], 
  3132                    [], 
  3128                    is_const=True)
  3133                    is_const=True)