]> git.mxchange.org Git - simgear.git/commit
Add sleep implementations to SGTimeStamp.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 28 Oct 2011 14:52:46 +0000 (16:52 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Fri, 28 Oct 2011 16:45:23 +0000 (18:45 +0200)
commitcd773e476407386a138ec1f9f6e46327f60e81a4
tree698efbc41aaf23ea10e18d888a0f6d7d83cf9947
parentf14ffd5b1db1c243d47eccd2a37c71f719c33681
Add sleep implementations to SGTimeStamp.

Implement sleeping to an absolute timestamp
as well as sleeping for a relative time in
SGtimeStamp.
The reason for including this into SGTimeStamp
is that the timestamps internals are required to
do accurate sleeps to and absolute timestamp
for the posix timer implementation.
simgear/timing/timestamp.cxx
simgear/timing/timestamp.hxx