Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Bikex.cpp File Reference
#include <iostream>
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
#include <Bikex.h>
Include dependency graph for Bikex.cpp:

Go to the source code of this file.

Functions

static int time_diff (struct timeval x, struct timeval y)
 

Function Documentation

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.