#include <stdarg.h>#include <ctype.h>#include <stdio.h>#include <time.h>#include <string.h>#include "common.h"
Go to the source code of this file.
Functions | |
| void | ExitFunction () |
| void | __printlog (char *file_name, const char *funcname, int N, const char *format,...) |
| void | __printwarning (char *file_name, const char *funcname, int N, const char *format,...) |
| void | __printerror (char *file_name, const char *funcname, int N, const char *format,...) |
| void | badarg (const char *s) |
| void | badargnum () |
| int | str2time (char *s, double *time) |
| int | strJ2time (char *s, double *time) |
| char * | time2str (double temps) |
| char * | time2name (double temps, const char *pref, const char *suf) |
| void __printerror | ( | char * | file_name, | |
| const char * | funcname, | |||
| int | N, | |||
| const char * | format, | |||
| ... | ||||
| ) |
| void __printlog | ( | char * | file_name, | |
| const char * | funcname, | |||
| int | N, | |||
| const char * | format, | |||
| ... | ||||
| ) |
| void __printwarning | ( | char * | file_name, | |
| const char * | funcname, | |||
| int | N, | |||
| const char * | format, | |||
| ... | ||||
| ) |
| void ExitFunction | ( | ) |
| int str2time | ( | char * | s, | |
| double * | time | |||
| ) |
Definition at line 138 of file util.c.
References PrintError.
Referenced by GetFrameSkip(), NextWindow(), ParseEvent(), ParseOptions(), PulseFilter(), ReadDtLine(), SequentialSeek(), and TDBInit().
| int strJ2time | ( | char * | s, | |
| double * | time | |||
| ) |
| char* time2name | ( | double | temps, | |
| const char * | pref, | |||
| const char * | suf | |||
| ) |
| char* time2str | ( | double | temps | ) |
Definition at line 234 of file util.c.
Referenced by CheckDiffConfig(), CloseAscFile(), CloseMSeedInt32File(), DumpTriggerEvents(), MergeTriggers(), NextWindow(), ParseEvent(), PrintStation(), PulseFilter(), ResetInput(), SeekTime(), TDBUpdateHeader(), and UpdateInfoHeader().
1.5.6