ldas-tools-framecpp  2.5.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Typedefs | Functions
FrSample.hh File Reference
#include <list>
#include <sstream>
#include <stdexcept>
#include "ldastoolsal/SharedPtr.hh"
#include "ldastoolsal/unittest.h"
#include "framecpp/Common/FrameSpec.hh"
#include "FrSample6.tcc"
#include "FrSample7.tcc"
#include "FrSample8.tcc"

Typedefs

typedef SharedPtr
< FrameSpec::Object > 
stat_data_type
 
typedef std::list< stat_data_typestat_data_container_type
 
typedef SharedPtr
< FrameSpec::Object > 
make_frame_ret_type
 

Functions

template<typename T >
Default ()
 
template<>
REAL_4 Default ()
 
template<>
REAL_8 Default ()
 
template<>
INT_2U Default ()
 
template<>
INT_2S Default ()
 
template<>
INT_4U Default ()
 
template<>
INT_4S Default ()
 
template<>
INT_8U Default ()
 
template<>
INT_8S Default ()
 
template<>
CHAR Default ()
 
template<>
CHAR_U Default ()
 
template<>
COMPLEX_8 Default ()
 
template<>
COMPLEX_16 Default ()
 
template<>
std::string Default ()
 
template<>
STRING< INT_2U > Default ()
 
template<int V>
make_frame_ret_type makeFrame (stat_data_container_type &StatData)
 
template<int V>
void verify_downconvert (FrameSpec::Object *FrameObj, const std::string &Leader, LDASTools::Testing::UnitTest &Test)
 
template<int V>
void verify_upconvert (FrameSpec::Object *FrameObj, const std::string &Leader, LDASTools::Testing::UnitTest &Test)
 

Typedef Documentation

typedef SharedPtr< FrameSpec::Object > make_frame_ret_type
typedef SharedPtr< FrameSpec::Object > stat_data_type

Function Documentation

template<typename T >
T Default ( )
inline
template<>
REAL_4 Default ( )
inline
template<>
REAL_8 Default ( )
inline
template<>
INT_2U Default ( )
inline
template<>
INT_2S Default ( )
inline
template<>
INT_4U Default ( )
inline
template<>
INT_4S Default ( )
inline
template<>
INT_8U Default ( )
inline
template<>
INT_8S Default ( )
inline
template<>
CHAR Default ( )
inline
template<>
CHAR_U Default ( )
inline
template<>
COMPLEX_8 Default ( )
inline
template<>
COMPLEX_16 Default ( )
inline
template<>
std::string Default ( )
inline
template<>
STRING< INT_2U > Default ( )
inline
template<int V>
make_frame_ret_type makeFrame ( stat_data_container_type StatData)
template<int V>
void verify_downconvert ( FrameSpec::Object *  FrameObj,
const std::string &  Leader,
LDASTools::Testing::UnitTest &  Test 
)
template<int V>
void verify_upconvert ( FrameSpec::Object *  FrameObj,
const std::string &  Leader,
LDASTools::Testing::UnitTest &  Test 
)