ldas-tools-framecpp 3.0.4
|
#include <list>
#include <sstream>
#include <stdexcept>
#include <boost/test/included/unit_test.hpp>
#include <boost/shared_ptr.hpp>
#include "framecpp/Common/FrameSpec.hh"
#include "FrSample6.tcc"
#include "FrSample7.tcc"
#include "FrSample8.tcc"
#include "FrSample9.tcc"
Namespaces | |
namespace | anonymous_namespace{FrSample.hh} |
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 | |
static const COMPLEX_8 | C8 (3.0, 4.0) |
static const COMPLEX_16 | C16 (5.0, 6.0) |
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) |
template<int V> | |
void | verify_upconvert (FrameSpec::Object *FrameObj, const std::string &Leader) |
template<class C , class T > | |
void | anonymous_namespace{FrSample.hh}::append (C &Container, const T &Data, INT_2S Cnt) |
Variables | |
static const REAL_4 | R4 = 1.0 |
static const REAL_8 | R8 = 2.0 |
static const std::string | S = "TesT" |
static const INT_2U | I2U = 1 |
static const INT_4U | I4U = 2 |
static const INT_8U | I8U = 3 |
static const INT_2S | I2S = -1 |
static const INT_4S | I4S = -2 |
static const INT_8S | I8S = -3 |
static const char | C = 'a' |
static const unsigned char | UC = 'b' |
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 |
|
static |
|
static |
T Default | ( | ) |
|
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 ) |
void verify_upconvert | ( | FrameSpec::Object * | FrameObj, |
const std::string & | Leader ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |