pjsip logo pjsip.org
Open source SIP stack and media stack for presence, im/instant messaging, and multimedia communication

HOME

SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port

FAQ

Documentation

Licensing

Download

Development (Trac)

Projects using pjsip

Mailing List

Open Source Links


About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono
<bennylp@pjsip.org>


 

Home --> Documentations --> PJLIB Reference

pj_timestamp Union Reference
[Basic Data Types and Library Functionality.]


Detailed Description

This structure represents high resolution (64bit) time value. The time values represent time in cycles, which is retrieved by calling pj_get_timestamp().

Data Fields

struct {
   pj_uint32_t   hi
   pj_uint32_t   lo
u32

Field Documentation

high 32-bit value of the 64-bit value.

Low 32-bit value of the 64-bit value.

struct { ... } pj_timestamp::u32

The 64-bit value as two 32-bit values.


The documentation for this union was generated from the following file:

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
(C)2001-2008 Benny Prijono