feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/functions.h>
#include <basis/guards.h>
#include <basis/astring.h>
#include <loggers/file_logger.h>
#include <mathematics/chaos.h>
#include <structures/static_memory_gremlin.h>
#include <timely/earth_time.h>
#include <timely/time_stamp.h>
#include <unit_test/unit_base.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | DEBUG_EARTH_TIME |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | BASE_LOG(s) STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s) |
Variables | |
const int | TIME_FORMAT |
#define BASE_LOG | ( | s | ) | STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 44 of file test_earth_time.cpp.
#define DEBUG_EARTH_TIME |
Definition at line 13 of file test_earth_time.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 42 of file test_earth_time.cpp.
const int TIME_FORMAT |
Definition at line 46 of file test_earth_time.cpp.