#include <basis/chaos.h>#include <basis/earth_time.h>#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <mechanisms/time_stamp.h>#include <opsystem/application_shell.h>#include <loggers/file_logger.h>#include <data_struct/static_memory_gremlin.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Include dependency graph for t_earth_time.cpp:

Go to the source code of this file.
Defines | |
| #define | DEBUG_EARTH_TIME |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | BASE_LOG(s) STAMPED_EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | TIME_FORMAT |
| #define BASE_LOG | ( | s | ) | STAMPED_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 38 of file t_earth_time.cpp.
| #define DEBUG_EARTH_TIME |
Definition at line 15 of file t_earth_time.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 36 of file t_earth_time.cpp.
| const int TIME_FORMAT |
Initial value:
clock_time::MERIDIAN | clock_time::SECONDS
| clock_time::MILLISECONDS
Definition at line 40 of file t_earth_time.cpp.
1.5.1