Changes between Version 25 and Version 26 of WARPLab/Porting


Ignore:
Timestamp:
Sep 17, 2015, 2:10:57 PM (9 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Porting

    v25 v26  
    66WARPLab 7.6 adopts a new, cleaner syntax for handling the numeric IDs of RF interfaces and trigger inputs/outputs. The previous syntax is still supported in WARPLab 7.6 but will be removed in future releases. Refer to the code snippets below for details. All [wiki:../Examples WARPLab examples] have been updated with the new syntax.
    77
    8 Refer to the reference design user guide for details of the new structures returned by the [wiki:../Reference/Interface/X245 wl_getInterfaceIDs()], [wiki:../Reference/TriggerManager/TriggerProcessor wl_getTriggerInputIDs()], and [wiki:../Reference/TriggerManager/TriggerProcessor wl_getTriggerOutputIDs()] methods.
     8Refer to the reference design user guide for details of the new structures returned by the [wiki:../Reference/Node#wl_getInterfaceIDs wl_getInterfaceIDs()], [wiki:../Reference/Node#wl_getTriggerInputIDs wl_getTriggerInputIDs()], and [wiki:../Reference/Node#wl_getTriggerOutputIDs wl_getTriggerOutputIDs()] methods.
    99
    1010'''Old WARPLab 7.5 Syntax'''