ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatIO.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file formatIO.h
1 /*
2 ** formatIO.h
3 **
4 ** Author: $Author: purschke $
5 ** Date: $Date: 2000/07/21 01:51:13 $
6 **
7 ** $Log: formatIO.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.3 1998/12/11 22:01:19 markacs
13 ** (stephen markacs) adding log into cvs tags
14 **
15 */
16 /*
17 ** formatIO.h
18 **
19 **
20 ** Defines function prototypes and useful macros for
21 ** dumping packets and frames.
22 **
23 */
24 
25 #ifndef _FORMATIO_
26 #define _FORMATIO_
27 
28 #include <stdio.h>
29 #include "Cpacket.h"
30 #include "framePackets.h"
31 
32 /*
33 ** Use C linkage for below structures
34 */
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 #include "phenixOnline.h"
40 #include "framePublic.h"
41 #include "packetPublic.h"
42 
43 /*
44 ** Function prototypes
45 */
46 
48 
50 
52 
54 
55 #ifdef __cplusplus
56 }
57 /* End of "extern C" */
58 #endif
59 
60 #endif
61 
62 
63 
64 
65 
66