| 
    ROHC compression/decompression library
    
   | 
 
A timestamp for the ROHC library. More...
#include <rohc_time.h>
Data Fields | |
| uint64_t | sec | 
| uint64_t | nsec | 
A timestamp for the ROHC library.
Could be easily created from struct timespec on UNIX:
| uint64_t rohc_ts::nsec | 
The nanoseconds part of the timestamp
| uint64_t rohc_ts::sec | 
The seconds part of the timestamp
 1.8.14