ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrSample.hh File Reference
#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"
Include dependency graph for FrSample.hh:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  anonymous_namespace{FrSample.hh}
 

Typedefs

typedef boost::shared_ptr< FrameSpec::Objectstat_data_type
 
typedef std::list< stat_data_typestat_data_container_type
 
typedef boost::shared_ptr< FrameSpec::Objectmake_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 >
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 Documentation

◆ make_frame_ret_type

typedef boost::shared_ptr< FrameSpec::Object > make_frame_ret_type

◆ stat_data_container_type

typedef std::list< stat_data_type > stat_data_container_type

◆ stat_data_type

typedef boost::shared_ptr< FrameSpec::Object > stat_data_type

Function Documentation

◆ C16()

static const COMPLEX_16 C16 ( 5. 0,
6. 0 )
static

◆ C8()

static const COMPLEX_8 C8 ( 3. 0,
4. 0 )
static

◆ Default() [1/15]

template<typename T >
T Default ( )

◆ Default() [2/15]

template<>
REAL_4 Default ( )
inline

◆ Default() [3/15]

template<>
REAL_8 Default ( )
inline

◆ Default() [4/15]

template<>
INT_2U Default ( )
inline

◆ Default() [5/15]

template<>
INT_2S Default ( )
inline

◆ Default() [6/15]

template<>
INT_4U Default ( )
inline

◆ Default() [7/15]

template<>
INT_4S Default ( )
inline

◆ Default() [8/15]

template<>
INT_8U Default ( )
inline

◆ Default() [9/15]

template<>
INT_8S Default ( )
inline

◆ Default() [10/15]

template<>
CHAR Default ( )
inline

◆ Default() [11/15]

template<>
CHAR_U Default ( )
inline

◆ Default() [12/15]

template<>
COMPLEX_8 Default ( )
inline

◆ Default() [13/15]

template<>
COMPLEX_16 Default ( )
inline

◆ Default() [14/15]

template<>
std::string Default ( )
inline

◆ Default() [15/15]

template<>
STRING< INT_2U > Default ( )
inline

◆ makeFrame()

template<int V>
make_frame_ret_type makeFrame ( stat_data_container_type & StatData)

◆ verify_downconvert()

template<int V>
void verify_downconvert ( FrameSpec::Object * FrameObj,
const std::string & Leader )

◆ verify_upconvert()

template<int V>
void verify_upconvert ( FrameSpec::Object * FrameObj,
const std::string & Leader )

Variable Documentation

◆ C

const char C = 'a'
static

◆ I2S

const INT_2S I2S = -1
static

◆ I2U

const INT_2U I2U = 1
static

◆ I4S

const INT_4S I4S = -2
static

◆ I4U

const INT_4U I4U = 2
static

◆ I8S

const INT_8S I8S = -3
static

◆ I8U

const INT_8U I8U = 3
static

◆ R4

const REAL_4 R4 = 1.0
static

◆ R8

const REAL_8 R8 = 2.0
static

◆ S

const std::string S = "TesT"
static

◆ UC

const unsigned char UC = 'b'
static