#include <basis/guards.h>#include <basis/istring.h>#include <mechanisms/time_stamp.h>#include <opsystem/application_shell.h>#include <data_struct/static_memory_gremlin.h>Include dependency graph for t_time_stamp.cpp:

Go to the source code of this file.
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| HOOPLE_STARTUP_CODE | |
| const int | RUN_DURATION = 5 * MINUTE_ms |
| const int | SLEEP_DURATION = 420 |
| const int | REPORT_INTERVAL = 4 * SECOND_ms |
| int main | ( | int | formal(argc), | |
| char * | formal(argv)[] | |||
| ) |
Definition at line 70 of file t_time_stamp.cpp.
Definition at line 21 of file t_time_stamp.cpp.
| const int REPORT_INTERVAL = 4 * SECOND_ms |
Definition at line 31 of file t_time_stamp.cpp.
| const int RUN_DURATION = 5 * MINUTE_ms |
Definition at line 25 of file t_time_stamp.cpp.
| const int SLEEP_DURATION = 420 |
Definition at line 28 of file t_time_stamp.cpp.
1.5.1