Changes between Version 25 and Version 26 of WARPLab/Porting
- Timestamp:
- Sep 17, 2015, 2:10:57 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WARPLab/Porting
v25 v26 6 6 WARPLab 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. 7 7 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/TriggerProcessorwl_getTriggerOutputIDs()] methods.8 Refer 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. 9 9 10 10 '''Old WARPLab 7.5 Syntax'''