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