cubesatlab / cubedos

A flight software framework in SPARK/Ada
48 stars 5 forks source link

The test/demo program for the tick generator should demonstrate an absolute tick request #14

Closed pchapin closed 4 years ago

pchapin commented 6 years ago

Currently the test/demo program for the tick generator demonstrates relative tick requests and tick cancellation requests. It should also demonstrate absolute tick requests. This will probably require it to display, for each event, relative time from the start of the program and absolute time (so the user can compare the behavior with the expected behavior).

DevonDiianni commented 4 years ago

Updated with absolute time stamp.