ldas-tools-framecpp
2.7.0
|
#include <fcntl.h>
#include <unistd.h>
#include <cstdio>
#include <cstdarg>
#include <ctime>
#include <cstring>
#include <boost/pointer_cast.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/MemChecker.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/CheckSum.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/FrameCPP.hh"
#include "framecpp/FrameH.hh"
#include "framecpp/FrAdcData.hh"
#include "framecpp/FrHistory.hh"
#include "framecpp/FrRawData.hh"
#include "framecpp/FrVect.hh"
#include "framecpp/Dimension.hh"
Functions | |
boost::shared_ptr< FrameCPP::FrameH > | full_frame (int foo, long bar, int frame_length_seconds) |
int | main () |
Variables | |
int | num_channels = 1 |
boost::shared_ptr< FrameCPP::FrRawData > | rawData |
int | frames_per_file = 1 |
int | blocks_per_frame = 16 |
boost::shared_ptr< FrameCPP::FrameH > full_frame | ( | int | foo, |
long | bar, | ||
int | frame_length_seconds | ||
) |
int main | ( | ) |
int blocks_per_frame = 16 |
int frames_per_file = 1 |
int num_channels = 1 |
boost::shared_ptr< FrameCPP::FrRawData > rawData |