|
ldas-tools-frameAPI
2.6.6
|
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) |
| 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) |
| 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) |
Variables | |
| const REAL_8 | NANO_SECOND = 1.0e-9 |
| const REAL_8 | TIME_TOLERANCE = ( 1000 * NANO_SECOND ) |
| int | EnableMemoryMappedIO = false |
| int | StreamBufferSize |
| static SAMFSLoader | samfs |
ignore_end:
| typedef CREATERDS_END_TYPE FrameAPI::end_type |
| typedef::RDSFrame::frame_file_container_type FrameAPI::frame_file_container_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 |
|
static |
| int FrameAPI::StreamBufferSize |
| const REAL_8 FrameAPI::TIME_TOLERANCE = ( 1000 * NANO_SECOND ) |
1.8.13