Changes between Version 6 and Version 7 of WARPLab/Extensions


Ignore:
Timestamp:
Nov 7, 2013, 12:29:30 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Extensions

    v6 v7  
    99Simple extensions are inherently supported by the WARPLab Framework's [wiki:../Framework/Modules#UserExtension User Extension module]. A user can create their own user extension class that knows how to deal with custom WARPLab commands. Custom user extension classes should inherit from the [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_user_ext.m wl_user_ext] class and overload the [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_user_ext.m#L11 procCmd] method. Furthermore, users should update the hardware and software design that runs on the WARP boards to handle their custom commands. For an example of how to use the user extension module, please see the [wiki:../Examples/userExtension EEPROM User Extension] example.
    1010
    11 == Advanced Extensions ==
    12 
    13 coming soon