ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
framePackets.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file framePackets.h
1 /*
2 ** framePackets.h
3 **
4 ** Author: $Author: purschke $
5 ** Date: $Date: 2000/07/21 01:51:13 $
6 **
7 ** $Log: framePackets.h,v $
8 ** Revision 1.1.1.1 2000/07/21 01:51:13 purschke
9 ** mlp -- adding the new automakified "basic" module to CVS.
10 **
11 **
12 ** Revision 1.4 1998/12/11 22:01:36 markacs
13 ** (stephen markacs) adding log into cvs tags
14 **
15 */
16 /*
17 ** Routines that work with both frames and packets
18 **
19 **
20 */
21 #ifndef _FRAME_PACKETS_
22 #define _FRAME_PACKETS_
23 
24 #include "phenixOnline.h"
25 #include "framePublic.h"
26 #include "packetPublic.h"
27 
28 /*
29 ** Use C linkage for below structures
30 */
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
36 
44 
46 
47 #ifdef __cplusplus
48  }
49 #endif
50 
51 #endif
52 
53 
54 
55