ldas-tools-framecpp  2.7.0
Namespaces | Functions
CompressionDifferential.hh File Reference
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include "framecpp/Common/Compression.hh"
Include dependency graph for CompressionDifferential.hh:

Namespaces

 FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
 FrameCPP::Compression
 Routines related to compression algorithems.
 
 FrameCPP::Compression::Differential
 Routines related to the differential compression algorithm.
 

Functions

void FrameCPP::Compression::Differential::Decode (CHAR_U *Data, INT_4U NData, data_types_type Type)
 
void FrameCPP::Compression::Differential::Decode (const CHAR_U *Data, INT_4U NData, data_types_type Type, output_type &Out)
 
template<class T >
void FrameCPP::Compression::Differential::Decode (CHAR_U *Data, INT_4U NData)
 
template<class T >
void FrameCPP::Compression::Differential::Decode (const CHAR_U *Data, INT_4U NData, output_type &Out)
 
void FrameCPP::Compression::Differential::Encode (CHAR_U *Data, INT_4U NData, INT_2U Type)
 
void FrameCPP::Compression::Differential::Encode (const CHAR_U *Data, INT_4U NData, INT_2U Type, output_type &Out)
 
template<class T >
void FrameCPP::Compression::Differential::Encode (CHAR_U *Data, INT_4U NData)
 
template<class T >
void FrameCPP::Compression::Differential::Encode (const CHAR_U *Data, INT_4U NData, output_type &Dest)