ldas-tools-framecpp  2.9.3
Namespaces | Macros | Functions | Variables
FrDetector.cc File Reference
#include <framecpp_config.h>
#include <cmath>
#include <boost/shared_ptr.hpp>
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/Description.hh"
#include "framecpp/Common/SearchContainer.hh"
#include "framecpp/Version6/FrameSpec.hh"
#include "framecpp/Version6/FrDetector.hh"
#include "framecpp/Version6/FrSE.hh"
#include "framecpp/Version6/FrSH.hh"
#include "framecpp/Version6/PTR_STRUCT.hh"
#include "Common/ComparePrivate.hh"
Include dependency graph for FrDetector.cc:

Namespaces

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

Macros

#define LM_DEBUG   0
 
#define AT()
 
#define CMP__(X)   ( X == RHS.X )
 

Functions

static REAL_8 DMSToRadians (INT_2S Degrees, INT_2S Minutes, REAL_4 Seconds)
 
static void RadiansToDMS (REAL_8 Radians, INT_2S &Degrees, INT_2S &Minutes, REAL_4 &Seconds)
 
void FrAdcData:: FrameCPP::Version_6::vTOCQuery (int InfoClass, va_list vl) const
 

Variables

static const INT_2U MAX_REF = 2
 

Macro Definition Documentation

◆ AT

#define AT ( )

◆ CMP__

#define CMP__ (   X)    ( X == RHS.X )

◆ LM_DEBUG

#define LM_DEBUG   0

Function Documentation

◆ DMSToRadians()

static REAL_8 DMSToRadians ( INT_2S  Degrees,
INT_2S  Minutes,
REAL_4  Seconds 
)
inlinestatic

◆ RadiansToDMS()

static void RadiansToDMS ( REAL_8  Radians,
INT_2S &  Degrees,
INT_2S &  Minutes,
REAL_4 &  Seconds 
)
inlinestatic

Variable Documentation

◆ MAX_REF

const INT_2U MAX_REF = 2
static