ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameSpec.cc File Reference
#include <framecpp_config.h>
#include <assert.h>
#include <stdexcept>
#include <iostream>
#include "ldastoolsal/AtExit.hh"
#include "ldastoolsal/gpstime.hh"
#include "ldastoolsal/mutexlock.hh"
#include "framecpp/Common/Description.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/FrDetector.hh"
#include "framecpp/Common/FrSH.hh"
#include "framecpp/Common/FrStatData.hh"
#include "framecpp/Common/FrameSpec.tcc"
Include dependency graph for FrameSpec.cc:

Classes

class  FrameCPP::Common::FrameSpec::frame_spec_container
 Collection of frame specifications. More...
 

Namespaces

namespace  FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
namespace  FrameCPP::Common
 Routines upon which the version specific layers are built.
 

Macros

#define INSTANTIATE(LM_TYPE, LM_CRC_TYPE)
 

Functions

 FrameCPP::Common::INSTANTIATE (FrameSpec::Object, INT_4U)
 
 FrameCPP::Common::INSTANTIATE (FrDetector, INT_4U)
 
 FrameCPP::Common::INSTANTIATE (FrSH, INT_4U)
 
 FrameCPP::Common::INSTANTIATE (FrStatData, INT_4U)
 
INT_2U FrameCPP::GetDataFormatVersion ()
 Return the data format version.
 
std::string FrameCPP::GetVersion ()
 Get the version of frameCPP.
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE ( LM_TYPE,
LM_CRC_TYPE )
Value:
template FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >:: \
ObjectWithChecksum( \
const FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >& ); \
template FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >:: \
~ObjectWithChecksum( ); \
template streamsize_type \
FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >::Bytes( \
const StreamBase& ) const; \
template FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >::self_type* \
FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >::Create( \
istream_type& ) const; \
template void \
FrameSpec::ObjectWithChecksum< LM_TYPE, LM_CRC_TYPE >::Write( \
ostream_type& ) const