#include <iomanip>
#include <memory>
#include <sstream>
#include <boost/test/included/unit_test.hpp>
#include <boost/pointer_cast.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/fstream.hh"
#include "framecpp/Common/FrameH.hh"
#include "framecpp/Version9/FrameH.hh"
#include "framecpp/FrameCPP.hh"
#include "framecpp/FrAdcData.hh"
#include "framecpp/FrRawData.hh"
#include "framecpp/FrVect.hh"
#include "framecpp/OFrameStream.hh"
Macros | |
#define | BOOST_TEST_MAIN |
Typedefs | |
typedef Common::FrameBuffer< filebuf > | FrameBuffer |
typedef Common::FrameH | frameh_type |
typedef boost::shared_ptr< frameh_type > | build_frame_type |
Functions | |
static const LDASTools::AL::GPSTime | START_TIME (913423140, 0) |
static build_frame_type | build_frame (version_type Version, INT_4U ChannelCount) |
void | make_file (INT_4U ChannelCount) |
bool | do_init () |
BOOST_AUTO_TEST_CASE (SixtyK) | |
static void | add_channels (version_type Version, build_frame_type Frame, INT_2U padding, INT_4U ChannelCount) |
static build_frame_type | create_frameh (version_type Version) |
template<typename RawData_type> | |
void | add_channel (RawData_type RawData, INT_2U Padding, INT_4U ChannelOffset) |
template<> | |
void | add_channel (FrameCPP::Version_9::FrameH::rawData_type RawData, INT_2U Padding, INT_4U ChannelOffset) |
template<typename RawData_type> | |
void | add_adc_channels (RawData_type &RawData, INT_2U Padding, INT_4U ChannelCount) |
template<int> | |
build_frame_type | frameh () |
template<> | |
build_frame_type | frameh< 8 > () |
template<> | |
build_frame_type | frameh< 9 > () |
Variables | |
static const INT_4U | CHANNEL_COUNT = 64 |
static const INT_2U | ULEAPS = START_TIME.GetLeapSeconds( ) |
static const REAL_8 | DT = 60.0 |
static const bool | HAS_BEEN_INITIALIZED = do_init( ) |
#define BOOST_TEST_MAIN |
typedef boost::shared_ptr< frameh_type > build_frame_type |
typedef Common::FrameBuffer< filebuf > FrameBuffer |
typedef Common::FrameH frameh_type |
void add_adc_channels | ( | RawData_type & | RawData, |
INT_2U | Padding, | ||
INT_4U | ChannelCount ) |
void add_channel | ( | FrameCPP::Version_9::FrameH::rawData_type | RawData, |
INT_2U | Padding, | ||
INT_4U | ChannelOffset ) |
void add_channel | ( | RawData_type | RawData, |
INT_2U | Padding, | ||
INT_4U | ChannelOffset ) |
|
static |
BOOST_AUTO_TEST_CASE | ( | SixtyK | ) |
|
static |
|
static |
bool do_init | ( | ) |
build_frame_type frameh | ( | ) |
build_frame_type frameh< 8 > | ( | ) |
build_frame_type frameh< 9 > | ( | ) |
void make_file | ( | INT_4U | ChannelCount | ) |
|
static |
|
static |
|
static |
|
static |
|
static |