-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TP: Added two functions that allow to retrieve info about TPs
Added TP_GetStoredTP and TP_GetStoredTPsFromCycle that allow to get information about a TP by tpMarker or TPs by cycle id. - both function allow to recreate the DA wave for the TPs with the flag includeDAC - the returned data includes the AD, DA data as well as meta informations for each returned TP (from TPStorage). - the former function TP_GetStoredTPs was renamed to TP_GetConsecutiveTPsUptoMarker to prevent misleading naming. - These TP functions use the same TP utility function.
- Loading branch information
1 parent
6368bbb
commit 9c33299
Showing
3 changed files
with
235 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters