Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
packetV1Public.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file packetV1Public.h
1
/*
2
** packetV1Public.h
3
**
4
** Author: $Author: purschke $
5
** Date: $Date: 2000/07/21 01:51:17 $
6
**
7
** $Log: packetV1Public.h,v $
8
** Revision 1.1.1.1 2000/07/21 01:51:17 purschke
9
** mlp -- adding the new automakified "basic" module to CVS.
10
**
11
**
12
** Revision 1.3 1998/12/11 22:01:49 markacs
13
** (stephen markacs) adding log into cvs tags
14
**
15
*/
16
/*
17
** packetV1Public.h
18
**
19
** This file contains enumerations, typedefs etc. that public
20
** users of packet C and C++ routines might need.
21
**
22
*/
23
24
#include "
phenixOnline.h
"
25
26
#ifndef _PACKETV1PUBLIC_
27
#define _PACKETV1PUBLIC_
28
29
/*
30
** Use C linkage in C++ code
31
*/
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
/*
37
** We point to packets using a PHDWORD pointer.
38
*/
39
typedef
PHDWORD
*
PACKETV1_ptr
;
40
41
#ifdef __cplusplus
42
}
/* end extern C block */
43
#endif
44
45
#endif
46
/* end ifdef _PACKETV1PUBLIC_ */
47
48
49
50
51
52
53
54
online_distribution
blob
master
newbasic
packetV1Public.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:28
using
1.8.2 with
sPHENIX GitHub integration