ldas-tools-framecpp
2.6.4
|
#include <list>
#include <sstream>
#include <stdexcept>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/unittest.h"
#include "framecpp/Common/FrameSpec.hh"
#include "FrSample6.tcc"
#include "FrSample7.tcc"
#include "FrSample8.tcc"
Typedefs | |
typedef boost::shared_ptr< FrameSpec::Object > | stat_data_type |
typedef std::list< stat_data_type > | stat_data_container_type |
typedef boost::shared_ptr< FrameSpec::Object > | make_frame_ret_type |
Functions | |
template<typename T > | |
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 boost::shared_ptr< FrameSpec::Object > make_frame_ret_type |
typedef std::list< stat_data_type > stat_data_container_type |
typedef boost::shared_ptr< FrameSpec::Object > stat_data_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
make_frame_ret_type makeFrame | ( | stat_data_container_type & | StatData | ) |
void verify_downconvert | ( | FrameSpec::Object * | FrameObj, |
const std::string & | Leader, | ||
LDASTools::Testing::UnitTest & | Test | ||
) |
void verify_upconvert | ( | FrameSpec::Object * | FrameObj, |
const std::string & | Leader, | ||
LDASTools::Testing::UnitTest & | Test | ||
) |