ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
formatIO.C File Reference
#include <stdio.h>
#include "phenixOnline.h"
#include "Cframe.h"
#include "framePublic.h"
#include "packetPublic.h"
#include "Cpacket.h"
#include "dataBlock.h"
#include "formatIO.h"
+ Include dependency graph for formatIO.C:

Go to the source code of this file.

Functions

VALUE_ret dumpFrame (FRAME_ptr frame_ptr)
 
VALUE_ret dumpFramePackets (FRAME_ptr frame_ptr)
 
VALUE_ret dumpFrameHdr (FRAME_ptr frame_ptr)
 
VALUE_ret dumpPacket (PACKET_ptr packet_ptr)
 

Function Documentation

VALUE_ret dumpFrame ( FRAME_ptr  frame_ptr)

Definition at line 49 of file formatIO.C.

View newest version in sPHENIX GitHub at line 49 of file formatIO.C

References dumpFrameHdr(), findFrameDataStart(), getFrameDataLength(), printf(), and valueFailure.

+ Here is the call graph for this function:

VALUE_ret dumpFrameHdr ( FRAME_ptr  frame_ptr)

Definition at line 130 of file formatIO.C.

View newest version in sPHENIX GitHub at line 130 of file formatIO.C

References findFrameAlignBlock(), getFrameAlignLength(), getFrameDataType(), getFrameErrorLength(), getFrameHdrLength(), getFrameHdrVersion(), getFrameHistoryLength(), getFrameLength(), getFrameMark(), getFramePadding(), getFrameSourceId(), getFrameStatus(), getFrameType(), printf(), validFrameHdr(), and valueFailure.

Referenced by dumpFrame(), and dumpFramePackets().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VALUE_ret dumpFramePackets ( FRAME_ptr  frame_ptr)

Definition at line 89 of file formatIO.C.

View newest version in sPHENIX GitHub at line 89 of file formatIO.C

References dumpFrameHdr(), dumpPacket(), findFirstFramePacket(), findNextFramePacket(), printf(), ptrFailure, and valueFailure.

+ Here is the call graph for this function:

VALUE_ret dumpPacket ( PACKET_ptr  packet_ptr)

Definition at line 183 of file formatIO.C.

View newest version in sPHENIX GitHub at line 183 of file formatIO.C

References findPacketDataStart(), getPacketDebugLength(), getPacketEndianism(), getPacketErrorLength(), getPacketHdrLength(), getPacketHdrVersion(), getPacketId(), getPacketLength(), getPacketPadding(), getPacketStatus(), getPacketStructure(), getUnstructPacketDataLengthWords(), getUnstructPacketHitFormat(), getUnstructPacketWordSize(), printf(), Unstructured, validPacketHdr(), and valueFailure.

Referenced by dumpFramePackets().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: