feisty meow concerns codebase  2.140
test_earth_time.cpp File Reference
#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>
Include dependency graph for test_earth_time.cpp:

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
 

Macro Definition Documentation

◆ BASE_LOG

#define BASE_LOG (   s)    STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 44 of file test_earth_time.cpp.

◆ DEBUG_EARTH_TIME

#define DEBUG_EARTH_TIME

Definition at line 13 of file test_earth_time.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 42 of file test_earth_time.cpp.

Variable Documentation

◆ TIME_FORMAT

const int TIME_FORMAT
Initial value:
= clock_time::MERIDIAN | clock_time::SECONDS
| clock_time::MILLISECONDS

Definition at line 46 of file test_earth_time.cpp.