ldas-tools-framecpp 2.7.0
|
#include <unistd.h>
#include <list>
#include <memory>
#include <sstream>
#include <boost/test/included/unit_test.hpp>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/fstream.hh"
#include "ldastoolsal/gpstime.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/FrStatData.hh"
#include "FrStatData4.icc"
#include "FrStatData6.icc"
#include "FrStatData7.icc"
#include "FrStatData8.icc"
Classes | |
struct | stat_data_container_type< T > |
Macros | |
#define | BOOST_TEST_MAIN |
#define | FRAME_SPEC_MIN 4 |
#define | FRAME_SPEC_MAX 8 |
#define | USING_NS(X) using namespace FrameCPP::Version_##X |
Typedefs | |
typedef FrameCPP::Common::FrameBuffer< filebuf > | filebuf_type |
typedef boost::shared_ptr< IFrameStream > | create_frame_ret_type |
Functions | |
template<int > | |
create_frame_ret_type | create_frame (std::string &Filename) |
GPSTime | GTime (600000000, 0) |
void | test (int FrameSpec, const std::string &Leader, INT_4U Results, IFrameStream &FrameStream, const std::string &NamePattern, const std::string &DetectorPattern, const GPSTime &Start, const GPSTime &Stop, INT_4U Version) |
static void | version_check (int x) |
BOOST_AUTO_TEST_CASE (StatData) | |
Variables | |
std::ostringstream | filename |
#define BOOST_TEST_MAIN |
#define FRAME_SPEC_MAX 8 |
#define FRAME_SPEC_MIN 4 |
#define USING_NS | ( | X | ) | using namespace FrameCPP::Version_##X |
typedef boost::shared_ptr< IFrameStream > create_frame_ret_type |
typedef FrameCPP::Common::FrameBuffer< filebuf > filebuf_type |
BOOST_AUTO_TEST_CASE | ( | StatData | ) |
create_frame_ret_type create_frame | ( | std::string & | Filename | ) |
GPSTime GTime | ( | 600000000 | , |
0 | ) |
void test | ( | int | FrameSpec, |
const std::string & | Leader, | ||
INT_4U | Results, | ||
IFrameStream & | FrameStream, | ||
const std::string & | NamePattern, | ||
const std::string & | DetectorPattern, | ||
const GPSTime & | Start, | ||
const GPSTime & | Stop, | ||
INT_4U | Version ) |
|
static |
std::ostringstream filename |