ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
frameRoutines.h File Reference
#include "phenixOnline.h"
#include "framePublic.h"
+ Include dependency graph for frameRoutines.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

VALUE_ret makeFrameHdr (PHDWORD *, UINT, UINT, UINT, UINT)
 
VALUE_ret storeFrameData (FRAME_ptr, UINT, PHDWORD *, UINT)
 
VALUE_ret storeFrameHistory (FRAME_ptr, UINT, PHDWORD *, UINT)
 
VALUE_ret extendFrameData (FRAME_ptr, UINT, UINT)
 
VALUE_ret extendFrameDataNopad (FRAME_ptr, UINT, UINT)
 
VALUE_ret extendFrameHistory (FRAME_ptr, UINT, UINT)
 
VALUE_ret extendFrameHistoryNopad (FRAME_ptr, UINT, UINT)
 

Function Documentation

VALUE_ret extendFrameData ( FRAME_ptr  ,
UINT  ,
UINT   
)

Definition at line 136 of file frameRoutines.C.

View newest version in sPHENIX GitHub at line 136 of file frameRoutines.C

References adjustFrameDataLength(), adjustFrameLength(), TRUE, and valueFailure.

Referenced by appendEmptyFramePacket(), and storeFrameData().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VALUE_ret extendFrameDataNopad ( FRAME_ptr  ,
UINT  ,
UINT   
)

Definition at line 150 of file frameRoutines.C.

View newest version in sPHENIX GitHub at line 150 of file frameRoutines.C

References adjustFrameDataLength(), adjustFrameLength(), FALSE, and valueFailure.

Referenced by fakeFrame().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VALUE_ret extendFrameHistory ( FRAME_ptr  ,
UINT  ,
UINT   
)

Definition at line 165 of file frameRoutines.C.

View newest version in sPHENIX GitHub at line 165 of file frameRoutines.C

References adjustFrameHistoryLength(), adjustFrameLength(), TRUE, and valueFailure.

+ Here is the call graph for this function:

VALUE_ret extendFrameHistoryNopad ( FRAME_ptr  ,
UINT  ,
UINT   
)

Definition at line 179 of file frameRoutines.C.

View newest version in sPHENIX GitHub at line 179 of file frameRoutines.C

References adjustFrameHistoryLength(), adjustFrameLength(), FALSE, and valueFailure.

Referenced by storeFrameHistory().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VALUE_ret makeFrameHdr ( PHDWORD ,
UINT  ,
UINT  ,
UINT  ,
UINT   
)
VALUE_ret storeFrameData ( FRAME_ptr  ,
UINT  ,
PHDWORD ,
UINT   
)
VALUE_ret storeFrameHistory ( FRAME_ptr  ,
UINT  ,
PHDWORD ,
UINT   
)