Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:20:45

0001 /* 
0002 ** fakeFrame.h
0003 ** 
0004 ** Author: $Author: purschke $  
0005 **   Date: $Date: 2000/07/21 01:51:12 $ 
0006 ** 
0007 ** $Log: fakeFrame.h,v $
0008 ** Revision 1.1.1.1  2000/07/21 01:51:12  purschke
0009 ** mlp -- adding the new automakified "basic" module to CVS.
0010 **
0011 **
0012 ** Revision 1.4  1999/09/29 22:16:07  steinber
0013 ** mods to bring afs to nevis1 version
0014 **
0015 ** Revision 1.3  1998/12/11 22:01:17  markacs
0016 ** (stephen markacs) adding log into cvs tags
0017 ** 
0018 */
0019 #ifndef _FAKEFRAME_
0020 #define _FAKEFRAME_
0021 
0022 /*
0023 **  Use C linkage for below structures
0024 */
0025 #ifdef __cplusplus
0026 extern "C" {
0027 #endif
0028 
0029 #include "phenixOnline.h"
0030 #include "framePublic.h"
0031 
0032 
0033 int fakeFrame (FRAME_ptr,int,UINT,ALIGNBLK,int,int*,int*,int,int);
0034 int splitFakeFrame (FRAME_ptr,int,int,PHDWORD* []);
0035 
0036 #ifdef __cplusplus
0037 }
0038 #endif
0039 
0040 #endif //_FAKEFRAME_
0041 
0042 
0043