NSCL DDAS  1.0
Support for XIA DDAS at the NSCL
 All Classes Namespaces Files Functions Variables Macros Pages
Classes | Typedefs
SetFile.h File Reference

: Define structures and funcions for setfiles. More...

#include <string>
#include <map>
#include <vector>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  DDAS::VarDescriptor
 
struct  DDAS::_Variable
 
class  DDAS::SetFile
 

Typedefs

typedef std::vector
< VarDescriptor > 
DDAS::VarOffsetArray
 
typedef std::map< uint32_t,
VarDescriptor > 
DDAS::VarMapByOffset
 
typedef std::map< std::string,
VarDescriptor > 
DDAS::VarMapByName
 
typedef struct DDAS::_Variable DDAS::Variable
 
typedef std::vector< VariableDDAS::UnpackedSetFile
 
typedef std::map< std::string,
Variable
DDAS::SetFileByName
 

Detailed Description

: Define structures and funcions for setfiles.