ldas-tools-framecpp
2.7.0
|
#include <framecpp_config.h>
#include <cmath>
#include <sstream>
#include <stdexcept>
#include "ldastoolsal/util.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/Common/Verify.hh"
#include "framecpp/Version3/FrameSpec.hh"
#include "framecpp/Version3/FrHeader.hh"
Namespaces | |
anonymous_namespace{FrHeader.cc} | |
FrameCPP | |
I/O library for implementing the LIGO/Virgo frame specification. | |
FrameCPP::Version_3 | |
Implementation of the version 3 specification. | |
Macros | |
#define | _PI_CONST_ 3.1415926535897932384 |
Functions | |
static const INT_2U | anonymous_namespace{FrHeader.cc}::x1234 (0x1234) |
static const INT_4U | anonymous_namespace{FrHeader.cc}::x12345678 (0x12345678) |
static const INT_8U | anonymous_namespace{FrHeader.cc}::x123456789abcdef (0x123456789abcdefLL) |
static const REAL_4 | anonymous_namespace{FrHeader.cc}::pi_REAL_4 (_PI_CONST_) |
static const REAL_8 | anonymous_namespace{FrHeader.cc}::pi_REAL_8 (_PI_CONST_) |
template<class T > | |
void | anonymous_namespace{FrHeader.cc}::check_magic_number (const unsigned char *const Source, const T Ref, const std::string &Bytes) |
template<class T > | |
void | anonymous_namespace{FrHeader.cc}::check_pi (const T Source, const T Precision, const std::string &Bytes) |
#define _PI_CONST_ 3.1415926535897932384 |