CSL  5.2
timetag.c File Reference
#include "lo_types_internal.h"
#include "lo/lo.h"
#include <sys/time.h>
#include <time.h>

Go to the source code of this file.

Macros

#define JAN_1970   0x83aa7e80 /* 2208988800 1970 - 1900 in seconds */

Functions

double lo_timetag_diff (lo_timetag a, lo_timetag b)
 Find the time difference between two timetags.
void lo_timetag_now (lo_timetag *t)
 Return a timetag for the current time.

Macro Definition Documentation

#define JAN_1970   0x83aa7e80 /* 2208988800 1970 - 1900 in seconds */

Definition at line 27 of file timetag.c.

Referenced by lo_timetag_now().