Menu

#393 Implement a 'sleep()' function

v1.1.x
closed
None
v1.1.1
New Functionality
2018-11-11
2018-11-10
Erik Hänel
No

Implement a sleep(nMilliSeconds) function to interrupt a calculation process for some time.

Analysis:

Simple implementation: create the corresponding function based upon the kernel32.dll command and link it in the parser. Create the corresponding language strings and the search database entry.

Implementation:

  • Implementation: The new functionality was implemented as proposed by the analysis.
  • Revision: [r411]
  • Implementation test: Different periods of time as milliseconds were added and the function paused correspondingly.

Documentation:

  • ChangesLog: updated
  • Comments: The new function was commented
  • Documentation articles: The search database was updated
  • Language files: The language files were updated

Tests:

This functionality was tested in the automatic SW tests. No deviations detected.

Related

Commit: [r411]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-11-10
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     Implement a `sleep(nMilliSeconds)` function to interrupt a calculation process for some time.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* ChangesLog: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Implement a `sleep(nMilliSeconds)` function to interrupt a calculation process for some time.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Simple implementation: create the corresponding function based upon the kernel32.dll command and link it in the parser. Create the corresponding language strings and the search database entry.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-11-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     Simple implementation: create the corresponding function based upon the kernel32.dll command and link it in the parser. Create the corresponding language strings and the search database entry.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The new functionality was implemented as proposed by the analysis.
    +* Revision: [r411]
    +* Implementation test: Different periods of time as milliseconds were added and the function paused correspondingly.
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: updated
    +* Comments: The new function was commented
    +* Documentation articles: The search database was updated
    +* Language files: The language files were updated
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r411]

  • Erik Hänel

    Erik Hänel - 2018-11-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: The language files were updated
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +This functionality was tested in the automatic SW tests. No deviations detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB