EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
47
VALUE_ret
dumpFrameHdr
(
FRAME_ptr
);
48
49
VALUE_ret
dumpFrame
(
FRAME_ptr
);
50
51
VALUE_ret
dumpFramePackets
(
FRAME_ptr
);
52
53
VALUE_ret
dumpPacket
(
PACKET_ptr
);
54
55
#ifdef __cplusplus
56
}
57
/* End of "extern C" */
58
#endif
59
60
#endif
61
62
63
64
65
66
online_distribution
blob
master
newbasic
formatIO.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:55
using
1.8.2 with
EIC GitHub integration