Reference: IVETimeInterval

Overview

In C, an IVETimeInterval is used to represent the time elapsed between two time points. It is a signed integral type of at least 32 bits. The range of values that may be represented by an IVETimeInterval are [IVE_TIME_INTERVAL_MIN, IVE_TIME_INTERVAL_MAX].

Include ive_time.h to declare IVETimeInterval, IVE_TIME_INTERVAL_MIN, IVE_TIME_INTERVAL_MAX.

Cross references

IVECalcTimeDiff and IVESleep


| categories | alphabetical |


modified June 22, 2001

Eric Branlund (eric@msg.ucsf.edu)