ldas-tools-framecpp
2.7.0
|
#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... | |
struct | FrameCPP::Version_8::FrVect::data_definition_type |
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 ) |
#define CST_DECL | ( | x, | |
y | |||
) | BIGENDIAN_##x = y, LITTLEENDIAN_##x = y + 256, NATIVE_DECL( x ) |
#define FR_VECT_COMPRESS_TYPE INT_2U |
#define FR_VECT_COMPRESSION_LEVEL_TYPE int |
#define FR_VECT_NBYTES_TYPE INT_8U |
#define FR_VECT_NDATA_TYPE INT_8U |
#define FR_VECT_NDIM_TYPE INT_4U |
#define FR_VECT_TYPE_TYPE INT_2U |
#define NATIVE_DECL | ( | x | ) | x = LITTLEENDIAN_##x |