ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
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

namespace  FrameCPP
 I/O library for implementing the LIGO/Virgo frame specification.
 
namespace  FrameCPP::Compression
 Routines related to compression algorithems.
 
namespace  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)