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
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
35
PTR_ret
appendEmptyFramePacket
(
FRAME_ptr
,
PHDWORD
,
UINT
);
36
37
PTR_ret
findFirstFramePacket
(
FRAME_ptr
);
38
PTR_ret
findLastFramePacket
(
FRAME_ptr
);
39
LOGIC_ret
isLastFramePacket
(
FRAME_ptr
,
PACKET_ptr
);
40
PTR_ret
findFramePacketIndex
(
FRAME_ptr
,
UINT
);
41
PTR_ret
findFramePacketId
(
FRAME_ptr
,
UINT
);
42
PTR_ret
findNextFramePacketId
(
FRAME_ptr
,
PACKET_ptr
,
UINT
);
43
PTR_ret
findNextFramePacket
(
FRAME_ptr
,
PACKET_ptr
);
44
45
VALUE_ret
frameNumPackets
(
FRAME_ptr
);
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
52
53
54
55
online_distribution
blob
master
newbasic
framePackets.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:27
using
1.8.2 with
sPHENIX GitHub integration