genericopenlibs/openenvcore/include/sys/timespec.dosc
changeset 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/include/sys/timespec.dosc	Tue Feb 02 02:01:42 2010 +0200
@@ -0,0 +1,20 @@
+/** @file  ../include/sys/timespec.h
+@internalComponent
+*/
+
+/** @struct timespec
+
+The struct timespec structure represents an elapsed time. It is declared in `time.h'
+Includes the following members,
+
+@publishedAll
+@externallyDefinedApi
+*/
+
+/** @var timespec::tv_sec
+This represents the number of whole seconds of elapsed time.
+*/
+
+/** @var timespec::tv_nsec
+This is the rest of the elapsed time (a fraction of a second), represented as the number of nanoseconds. It is always less than one billion.
+*/