Four Js Genero Report Writer
grerunner.h
1 /*
2  * FOURJS_START_COPYRIGHT(D,2011)
3  * Property of Four Js*
4  * (c) Copyright Four Js 2011, 2019. All Rights Reserved.
5  * * Trademark of Four Js Development Tools Europe Ltd
6  * in the United States and elsewhere
7  *
8  * This file can be modified by licensees according to the
9  * product manual.
10  * FOURJS_END_COPYRIGHT
11 */
12 
13 #ifndef _GRE_RUNNER_H
14 #define _GRE_RUNNER_H 1
15 
16 #include "gre.h"
17 #include "libgreprops.h"
18 
31 int fgl_report_runReportFromProcessLevelDataFile(RuntimeConfigurationPtr rcPtr,char *dataFileName);
47 ContentHandler* fgl_report_createProcessLevelDataFile(RuntimeConfigurationPtr rcPtr,char *dataFileName);
48 
49 ContentHandler* fgl_report_createContentHandler(RuntimeConfigurationPtr rcPtr);
50 
51 #endif /* _GRE_RUNNER_H */