Skip to content
Failed

Changes

Summary

  1. trx_toolkit/udp_link: Switch UDPLink to cdef class (details)
Commit e699985c1f07c6249a7becb0cbcd27b03c7ef1c1 by Kirill Smelkov
trx_toolkit/udp_link: Switch UDPLink to cdef class

- Put fields into the object struct; fields are now accessed directly
  via that C-level struct instead of via __dict__ lookup
- cimport instead of import UDPLink at the users

Change-Id: I4768d06450873c3052ea29420848cf7a2752e474
The file was modifiedsrc/target/trx_toolkit/transceiver.pyx
The file was modifiedsrc/target/trx_toolkit/udp_link.pyx
The file was addedsrc/target/trx_toolkit/udp_link.pxd
The file was modifiedsrc/target/trx_toolkit/data_if.pyx