#include <memory>
#include <vector>
#include <string>
#include "ldastoolsal/types.hh"
#include "ldastoolsal/SharedArray.hh"
#include "framecpp/Common/Compression.hh"
#include "framecpp/Common/FrVect.hh"
#include "framecpp/Version4/FrVect.hh"
#include "framecpp/Version6/FrameSpec.hh"
#include "framecpp/Version6/Dimension.hh"
#include "framecpp/Version6/GPSTime.hh"
#include "framecpp/Version6/STRING.hh"
|
| FrameCPP |
| I/O library for implementing the LIGO/Virgo frame specification.
|
|
| FrameCPP::Version_6 |
| Implementation of the version 6 specification.
|
|
#define CST_DECL |
( |
|
x, |
|
|
|
y |
|
) |
| |
Value:BIGENDIAN_##x = y, \
LITTLEENDIAN_##x = y + 256,
\
#define NATIVE_DECL(x)
Definition: FrVect.hh:45
#define NATIVE_DECL |
( |
|
x | ) |
x = LITTLEENDIAN_##x |