ldas-tools-frameAPI
2.5.1
|
ignore_end: More...
Namespaces | |
FrAdcData | |
FrameH | |
FrProcData | |
FrRawData | |
FrVect | |
RDS | |
RDSFrameCC | |
Classes | |
class | Catalog |
Maintains a catalog of channels. More... | |
class | Channel |
Generic wrapper for channel information. More... | |
struct | channel_container_type |
class | ConditionData |
class | DeviceIOConfiguration |
Singleton to keep track of how to support io on a device. More... | |
class | Frame |
class | MountMgr |
class | SAMFSLoader |
Functions | |
Frame | createRDSFrame (const frame_file_container_type &FrameFiles, start_type Start, end_type End, const channel_container_type &Channels) |
void | createRDSSet (const frame_file_container_type &FrameFiles, const channel_container_type &Channels, const FrameAPI::RDS::FileOptions &Opts) |
template<> | |
REAL_8 | SampleRate< FrameCPP::FrAdcData > (const FrameCPP::FrAdcData &C) |
void | Normalize (FrameCPP::FrameH &Frame) |
template<> | |
REAL_8 | SampleRate (const FrameCPP::FrProcData &C) |
void | Stage (const std::string &Filename) |
bool | Continuous (const LDASTools::AL::GPSTime &T1, const LDASTools::AL::GPSTime &T2) |
FrameCPP::FrVect::compression_scheme_type | StrToCompressionScheme (const char *Method) |
void | LogMD5Sum (const std::string &FrameFilename, const FrameCPP::Common::MD5Sum &MD5, const std::string &OutputDir) |
template<typename Channel > | |
REAL_8 | SampleRate (const Channel &C) |
Variables | |
const REAL_8 | NANO_SECOND = 1.0e-9 |
const REAL_8 | TIME_TOLERANCE = ( 1000 * NANO_SECOND ) |
int | EnableMemoryMappedIO = false |
int | StreamBufferSize = int( FrameCPP::Common::FrameBufferInterface::M_BUFFER_SIZE_DEFAULT ) |
ignore_end:
typedef CREATERDS_END_TYPE FrameAPI::end_type |
bool FrameAPI::Continuous | ( | const LDASTools::AL::GPSTime & | T1, |
const LDASTools::AL::GPSTime & | T2 | ||
) |
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 | ||
) |
void FrameAPI::LogMD5Sum | ( | const std::string & | FrameFilename, |
const FrameCPP::Common::MD5Sum & | MD5, | ||
const std::string & | OutputDir | ||
) |
void FrameAPI::Normalize | ( | FrameCPP::FrameH & | Frame | ) |
REAL_8 FrameAPI::SampleRate | ( | const FrameCPP::FrProcData & | C | ) |
REAL_8 FrameAPI::SampleRate | ( | const Channel & | C | ) |
REAL_8 FrameAPI::SampleRate< FrameCPP::FrAdcData > | ( | const FrameCPP::FrAdcData & | C | ) |
|
inline |
FrameCPP::FrVect::compression_scheme_type FrameAPI::StrToCompressionScheme | ( | const char * | Method | ) |
int FrameAPI::EnableMemoryMappedIO = false |
const REAL_8 FrameAPI::NANO_SECOND = 1.0e-9 |
int FrameAPI::StreamBufferSize = int( FrameCPP::Common::FrameBufferInterface::M_BUFFER_SIZE_DEFAULT ) |
const REAL_8 FrameAPI::TIME_TOLERANCE = ( 1000 * NANO_SECOND ) |