CFEL - ASG Software Suite  2.5.0
CASS
Functions
xtc_reader.cpp File Reference

contains the class to read xtc files More...

#include "pdsdata/xtc/Dgram.hh"
#include <tr1/memory>
#include "xtc_reader.h"
#include "cass_event.h"
#include "format_converter.h"
#include "cass_settings.h"
#include "log.h"
+ Include dependency graph for xtc_reader.cpp:

Go to the source code of this file.

Functions

void readDgramHeaderToBuf (ifstream &file, CASSEvent::buffer_t &buf)
 
void readDgramPayloadToBuf (ifstream &file, CASSEvent::buffer_t &buf)
 

Detailed Description

contains the class to read xtc files

Author
Lutz Foucar

Definition in file xtc_reader.cpp.

Function Documentation

void readDgramHeaderToBuf ( ifstream &  file,
CASSEvent::buffer_t buf 
)

Definition at line 24 of file xtc_reader.cpp.

Referenced by cass::XtcReader::operator()(), and cass::XtcReader::readHeaderInfo().

void readDgramPayloadToBuf ( ifstream &  file,
CASSEvent::buffer_t buf 
)

Definition at line 30 of file xtc_reader.cpp.

Referenced by cass::XtcReader::operator()(), and cass::XtcReader::readHeaderInfo().