Psana::L3T::ConfigV1 Class Reference

#include <l3t.ddl.h>

List of all members.

Public Types

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

Public Member Functions

virtual ~ConfigV1 ()
virtual uint32_t module_id_len () const =0
virtual uint32_t desc_len () const =0
virtual const char * module_id () const =0
virtual const char * desc () const =0
virtual std::vector< int > module_id_shape () const =0
virtual std::vector< int > desc_shape () const =0


Detailed Description

Definition at line 20 of file l3t.ddl.h.


Member Enumeration Documentation

anonymous enum

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

Definition at line 22 of file l3t.ddl.h.

anonymous enum

Enumerator:
Version  XTC type version number

Definition at line 23 of file l3t.ddl.h.


Constructor & Destructor Documentation

Psana::L3T::ConfigV1::~ConfigV1 (  )  [virtual]

Definition at line 10 of file l3t.ddl.cpp.


Member Function Documentation

virtual const char* Psana::L3T::ConfigV1::desc (  )  const [pure virtual]

The description string

virtual uint32_t Psana::L3T::ConfigV1::desc_len (  )  const [pure virtual]

Length of the description string

virtual std::vector<int> Psana::L3T::ConfigV1::desc_shape (  )  const [pure virtual]

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

virtual const char* Psana::L3T::ConfigV1::module_id (  )  const [pure virtual]

The module identification string

virtual uint32_t Psana::L3T::ConfigV1::module_id_len (  )  const [pure virtual]

Length of the module identification string

virtual std::vector<int> Psana::L3T::ConfigV1::module_id_shape (  )  const [pure virtual]

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


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