#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"
|
| | FrameCPP |
| | I/O library for implementing the LIGO/Virgo frame specification.
|
| |
| | FrameCPP::Version_8 |
| | Implementation of the version 8 specification.
|
| |
◆ CST_DECL
| #define CST_DECL |
( |
|
x, |
|
|
|
y |
|
) |
| 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 |