#include "vul_get_timestamp.h"
#include <vcl_compiler.h>
#include <unistd.h>
#include <vcl_sys/time.h>
#include <vcl_ctime.h>
#include <vul/vul_string.h>
#include <vcl_sstream.h>
#include <vcl_iomanip.h>
Go to the source code of this file.
Functions | |
void | vul_get_timestamp (int &secs, int &msecs) |
purpose: obtain time elapsed since 1 Jan 1970, in seconds and milliseconds. | |
vcl_string | vul_get_time_as_string (vul_time_style style) |
Get the present time and date as a string, e.g. "Fri Dec 8 14:54:17 2006". |
Definition in file vul_get_timestamp.cxx.
vcl_string vul_get_time_as_string | ( | vul_time_style | style | ) |
Get the present time and date as a string, e.g. "Fri Dec 8 14:54:17 2006".
Definition at line 63 of file vul_get_timestamp.cxx.
void vul_get_timestamp | ( | int & | secs, |
int & | msecs | ||
) |
purpose: obtain time elapsed since 1 Jan 1970, in seconds and milliseconds.
Definition at line 30 of file vul_get_timestamp.cxx.