Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <timespec.h>

Struct timespec

Interface status: externallyDefinedApi

struct timespec;

Description

The struct timespec structure represents an elapsed time. It is declared in `time.h' Includes the following members,

Members

Defined in timespec:


Member data


tv_sec

Interface status: externallyDefinedApi Inherited from: timespec

time_t tv_sec;

Description

This represents the number of whole seconds of elapsed time.


tv_nsec

Interface status: externallyDefinedApi Inherited from: timespec

long tv_nsec;

Description

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.