#include <iostream>
#include <string>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | log cout<<TS<<" "<<__FILE__<<":"<<__LINE__<<" " |
#define | TS timeStamp() |
Functions | |
string | timeStamp (void) |
unsigned long int | sTime (void) |
void | andTimePasses (void) |
|
Definition at line 29 of file log.h. Referenced by Agent::Agent(), Cylinder::applyForce(), baseClient::baseClient(), Client::clientLog(), CommCenter::CommCenter(), Cylinder::drop(), Client::dropCylinder(), baseClient::Final(), CommCenter::getClientForMigration(), Client::grow(), Client::initialize(), CommCenter::loop(), main(), Cylinder::move(), Client::move(), World::newAgent(), Client::newCylinder(), CommCenter::newServer(), operator *(), Cylinder::performAction(), Collision::resolveGroundCollision(), Quaternion::rotate(), GraphicClient::Run(), ControlClient::Run(), Client::Run(), baseClient::Run(), Client::sendEnergy(), Client::sendMessage(), World::World(), baseClient::~baseClient(), and CommCenter::~CommCenter(). |
|
|
|
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(). |