|
aafdatahawkme
1.4-1.el6
|
UserData structure passed to all user defined hook functions. More...
#include <aafdatahawk_ingest.h>
Data Fields | |
| const char * | proc_name |
| process name | |
| const char * | site |
| process site | |
| const char * | fac |
| process facility | |
| CSVConf * | conf |
| CSV configuration structure. | |
| CSVParser * | csv |
| pointer to the CSV Parser | |
| int | in_dsid |
| input datastream ID | |
| int | out_dsid |
| output datastream ID | |
| int | raw_dsid |
| raw output datastream ID | |
| const char * | input_dir |
| raw file input directory | |
| const char * | file_name |
| name of the file being processed | |
| time_t | begin_time |
| first record time in the current file | |
| time_t | end_time |
| last record time in the current file | |
UserData structure passed to all user defined hook functions.
Definition at line 59 of file aafdatahawk_ingest.h.