Psana::PNCCD::FramesV1 Class Reference

#include <pnccd.ddl.h>

List of all members.

Public Types

 TypeId = Pds::TypeId::Id_pnCCDframe
 Version = 1
enum  { TypeId = Pds::TypeId::Id_pnCCDframe }
enum  { Version = 1 }

Public Member Functions

virtual ~FramesV1 ()
virtual const PNCCD::FrameV1frame (uint32_t i0) const =0
virtual uint32_t numLinks () const =0
virtual std::vector< int > frame_shape () const =0


Detailed Description

pnCCD class FramesV1 which is a collection of FrameV1 objects, number of frames in collection is determined by numLinks() method (which should return 4 in most cases). This class does not exist in original pdsdata, has been introduced to psana to help in organizing 4 small pnCCD frames together.

Definition at line 128 of file pnccd.ddl.h.


Member Enumeration Documentation

anonymous enum

Enumerator:
TypeId  XTC type ID value (from Pds::TypeId class)

Definition at line 130 of file pnccd.ddl.h.

anonymous enum

Enumerator:
Version  XTC type version number

Definition at line 131 of file pnccd.ddl.h.


Constructor & Destructor Documentation

Psana::PNCCD::FramesV1::~FramesV1 (  )  [virtual]

Definition at line 22 of file pnccd.ddl.cpp.


Member Function Documentation

virtual const PNCCD::FrameV1& Psana::PNCCD::FramesV1::frame ( uint32_t  i0  )  const [pure virtual]

Number of frames is determined by numLinks() method.

virtual std::vector<int> Psana::PNCCD::FramesV1::frame_shape (  )  const [pure virtual]

Method which returns the shape (dimensions) of the data returned by frame() method.

virtual uint32_t Psana::PNCCD::FramesV1::numLinks (  )  const [pure virtual]


The documentation for this class was generated from the following files:
Generated on 19 Dec 2016 for PSANAclasses by  doxygen 1.4.7