ldas-tools-framecpp  2.6.2
Classes | Namespaces | Macros
FrVect.hh File Reference
#include <memory>
#include <vector>
#include <string>
#include <boost/shared_array.hpp>
#include "ldastoolsal/types.hh"
#include "framecpp/Common/Compression.hh"
#include "framecpp/Common/FrVect.hh"
#include "framecpp/Version7/FrVect.hh"
#include "framecpp/Version8/FrameSpec.hh"
#include "framecpp/Version8/Dimension.hh"
#include "framecpp/Version8/GPSTime.hh"
#include "framecpp/Version8/STRING.hh"

Classes

class  FrameCPP::Version_8::FrVect
 Vector Data Structure Definition. More...
 

Namespaces

 FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
 FrameCPP::Version_8
 Implementation of the version 8 specification.
 

Macros

#define FR_VECT_COMPRESS_TYPE   INT_2U
 
#define FR_VECT_TYPE_TYPE   INT_2U
 
#define FR_VECT_NDATA_TYPE   INT_8U
 
#define FR_VECT_NBYTES_TYPE   INT_8U
 
#define FR_VECT_NDIM_TYPE   INT_4U
 
#define FR_VECT_COMPRESSION_LEVEL_TYPE   int
 
#define NATIVE_DECL(x)   x = LITTLEENDIAN_##x
 
#define CST_DECL(x, y)   BIGENDIAN_##x = y, LITTLEENDIAN_##x = y + 256, NATIVE_DECL(x)
 

Macro Definition Documentation

◆ CST_DECL

#define CST_DECL (   x,
 
)    BIGENDIAN_##x = y, LITTLEENDIAN_##x = y + 256, NATIVE_DECL(x)

◆ FR_VECT_COMPRESS_TYPE

#define FR_VECT_COMPRESS_TYPE   INT_2U

◆ FR_VECT_COMPRESSION_LEVEL_TYPE

#define FR_VECT_COMPRESSION_LEVEL_TYPE   int

◆ FR_VECT_NBYTES_TYPE

#define FR_VECT_NBYTES_TYPE   INT_8U

◆ FR_VECT_NDATA_TYPE

#define FR_VECT_NDATA_TYPE   INT_8U

◆ FR_VECT_NDIM_TYPE

#define FR_VECT_NDIM_TYPE   INT_4U

◆ FR_VECT_TYPE_TYPE

#define FR_VECT_TYPE_TYPE   INT_2U

◆ NATIVE_DECL

#define NATIVE_DECL (   x)    x = LITTLEENDIAN_##x