#include <stdlib.h>#include <stdio.h>#include <time.h>#include <ctype.h>#include <math.h>#include <errno.h>#include <unistd.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <dirent.h>#include <signal.h>#include <sys/time.h>#include <sys/resource.h>#include "common.h"
Go to the source code of this file.
Functions | |
| char * | MaskToList (int64_t mask) |
| int | DumpTriggerEvents (char *file) |
| read the TiggerEvent file and print the content in a human readable form | |
| int DumpTriggerEvents | ( | char * | file | ) |
read the TiggerEvent file and print the content in a human readable form
| file | the TiggerEvent file name |
Definition at line 64 of file aux.c.
References MaskToList(), PrintError, time2str(), and trigger.
Referenced by ParseOptions().
| char* MaskToList | ( | int64_t | mask | ) |
Definition at line 43 of file aux.c.
Referenced by DumpOIF(), DumpTriggerEvents(), and PrintField().
1.5.6