#include <iostream>
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
#include <Bikex.h>
Go to the source code of this file.
|
static int | time_diff (struct timeval x, struct timeval y) |
|
static int time_diff |
( |
struct timeval |
x, |
|
|
struct timeval |
y |
|
) |
| |
|
static |
Get time difference between two timestamps
Definition at line 10 of file Bikex.cpp.