#include <unistd.h>
#include <time.h>
#include <stdio.h>
#include <string>
#include "log.h"
Include dependency graph for log.cc:
Go to the source code of this file.
Functions | |
unsigned long int | sTime (void) |
string | timeStamp () |
void | andTimePasses () |
Variables | |
unsigned long int | localTime = 0 |
|
Definition at line 42 of file log.cc. References localTime. Referenced by CommCenter::loop(). |
|
Definition at line 31 of file log.cc. References localTime. Referenced by World::getStats(), and timeStamp(). |
|
Definition at line 35 of file log.cc. References sTime(). |
|
Definition at line 29 of file log.cc. Referenced by andTimePasses(), and sTime(). |