Changes between Version 4 and Version 5 of WARPLab/Framework/Modules
- Timestamp:
- Aug 22, 2013, 8:20:04 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WARPLab/Framework/Modules
v4 v5 30 30 A {{{Transport}}} module is responsible for handling messages to and from the WARP hardware. Typically, these messages are exchanged with a host PC. The WARPLab Reference Design's implementations of a {{{Transport}}} modules are [wiki:../../Reference/Transport described here]. 31 31 32 The MATLAB implementation of {{{Transport}}} modules are intended to inherit from the [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_interface_group.m wl_interface_group.m] abstract class.33 34 32 A {{{Transport}}} is an object from the [browser:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_transport.m wl_transport] abstract class. 35 33