Skip to main content
. 2010 Sep 15;10(9):8585–8603. doi: 10.3390/s100908585

Listing 7.

Getting the schedule data of the task.

1 . . .
2 // *******Capture Schedule Signals******
3 taskSchet=task.getSchedule (“time”);
4 taskSchev=task.getSchedule (“value”);
5 points = taskSchev.length;
6 . . .