ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fakeFrame.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file fakeFrame.h
1 /*
2 ** fakeFrame.h
3 **
4 ** Author: $Author: purschke $
5 ** Date: $Date: 2000/07/21 01:51:12 $
6 **
7 ** $Log: fakeFrame.h,v $
8 ** Revision 1.1.1.1 2000/07/21 01:51:12 purschke
9 ** mlp -- adding the new automakified "basic" module to CVS.
10 **
11 **
12 ** Revision 1.4 1999/09/29 22:16:07 steinber
13 ** mods to bring afs to nevis1 version
14 **
15 ** Revision 1.3 1998/12/11 22:01:17 markacs
16 ** (stephen markacs) adding log into cvs tags
17 **
18 */
19 #ifndef _FAKEFRAME_
20 #define _FAKEFRAME_
21 
22 /*
23 ** Use C linkage for below structures
24 */
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 #include "phenixOnline.h"
30 #include "framePublic.h"
31 
32 
33 int fakeFrame (FRAME_ptr,int,UINT,ALIGNBLK,int,int*,int*,int,int);
34 int splitFakeFrame (FRAME_ptr,int,int,PHDWORD* []);
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif //_FAKEFRAME_
41 
42 
43