Skip to content

Commit

Permalink
Merge pull request nasa#799 from skliper/fix798-milli2ticks-dep
Browse files Browse the repository at this point in the history
Fix nasa#798, Remove OS_Milli2Ticks document reference (deprecated)
  • Loading branch information
yammajamma authored Aug 26, 2020
2 parents 5f01981 + b900c36 commit 73316ed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/cFE Application Developers Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,15 +605,9 @@ Application Developer are the following:
multiple processors on the same spacecraft.

For understanding and compensating for the processor timer on a
particular platform, the following two functions provide important
particular platform, the following function provides important
information.

- OS_Milli2Ticks converts a given number of milliseconds into the
appropriate number of processor clock ticks for a given amount of time.
The Developer should never hard-code a time related value in clock
ticks. When the code is ported to another processor, it is important for
any time values to automatically adjust appropriately.

- OS_InfoGetTicks returns the number of microseconds per operating system
clock tick. This can also be used to calculate the appropriate number of
system clock ticks for a specific delta time. An example can be seen
Expand Down

0 comments on commit 73316ed

Please sign in to comment.