ldas-tools-frameAPI
3.0.3
|
#include "ldastoolsal/types.hh"
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/path.hpp>
#include "frameAPI/rdsframe.hh"
#include "frameAPI/rdsresample.hh"
#include "frameAPI/Frame.hh"
Classes | |
struct | FrameAPI::channel_container_type |
struct | FrameAPI::channel_naming_conventions_type |
struct | FrameAPI::channel_name_file_type< ChannelFunctor_Type > |
Read channels from an input source. More... | |
Namespaces | |
FrameAPI | |
ignore_end: | |
Macros | |
#define | CREATERDS_START_TYPE INT_4U |
#define | CREATERDS_END_TYPE INT_4U |
Typedefs | |
typedef ::RDSFrame::frame_file_container_type | FrameAPI::frame_file_container_type |
typedef CREATERDS_START_TYPE | FrameAPI::start_type |
typedef CREATERDS_END_TYPE | FrameAPI::end_type |
typedef RDS::Options::compression_level_type | FrameAPI::compression_level_type |
typedef RDS::Options::compression_method_type | FrameAPI::compression_method_type |
typedef RDS::Options::frames_per_file_type | FrameAPI::frames_per_file_type |
typedef RDS::Options::seconds_per_frame_type | FrameAPI::seconds_per_frame_type |
Functions | |
Frame | FrameAPI::createRDSFrame (const frame_file_container_type &FrameFiles, start_type Start, end_type End, const channel_container_type &Channels) |
void | FrameAPI::createRDSSet (const frame_file_container_type &FrameFiles, const channel_container_type &Channels, const FrameAPI::RDS::FileOptions &Opts) |
#define CREATERDS_END_TYPE INT_4U |
#define CREATERDS_START_TYPE INT_4U |