#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/Version8/FrameH.hh"
#include "framecpp/FrameCPP.hh"
#include "framecpp/FrVect.hh"
#include "framecpp/OFrameStream.hh"
|
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) |
|
| 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_8::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 > () |
|
|
static const INT_4U | CHANNEL_COUNT = 64 |
|
static const INT_2U | ULEAPS = START_TIME.GetLeapSeconds( ) |
|
static const REAL_8 | DT = 60.0 |
|
◆ BOOST_TEST_MAIN
◆ build_frame_type
◆ FrameBuffer
◆ frameh_type
◆ add_adc_channels()
template<typename RawData_type >
void add_adc_channels |
( |
RawData_type & |
RawData, |
|
|
INT_2U |
Padding, |
|
|
INT_4U |
ChannelCount |
|
) |
| |
◆ add_channel() [1/2]
◆ add_channel() [2/2]
template<typename RawData_type >
void add_channel |
( |
RawData_type |
RawData, |
|
|
INT_2U |
Padding, |
|
|
INT_4U |
ChannelOffset |
|
) |
| |
◆ add_channels()
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
SixtyK |
| ) |
|
◆ build_frame()
◆ create_frameh()
◆ frameh()
◆ frameh< 8 >()
◆ make_file()
void make_file |
( |
INT_4U |
ChannelCount | ) |
|
◆ START_TIME()
static const LDASTools::AL::GPSTime START_TIME |
( |
913423140 |
, |
|
|
0 |
|
|
) |
| |
|
static |
◆ CHANNEL_COUNT
const INT_4U CHANNEL_COUNT = 64 |
|
static |
◆ DT
◆ ULEAPS
const INT_2U ULEAPS = START_TIME.GetLeapSeconds( ) |
|
static |