#include <IFrameStream.hh>
|
| IFrameFStream (const char *Filename) |
| Constructor. More...
|
|
| IFrameFStream (const char *Filename, bool MemoryMappedIO, size_t BufferSize) |
| Constructor. More...
|
|
std::string | Filename () const |
|
frame_library_type | FrameLibrary () const |
|
std::string | FrameLibraryName () const |
|
size_type | GetNumberOfFrames () const |
|
const FrTOC & | GetTOC () const |
|
library_revision_type | LibraryRevision () const |
|
fr_detector_type | ReadDetector (const std::string &Name) |
|
fr_adc_data_type | ReadFrAdcData (INT_4U Frame, const std::string &Channel) |
|
fr_event_type | ReadFrEvent (INT_4U Frame, const std::string &Channel) |
|
fr_event_type | ReadFrEvent (const std::string &Channel, fr_event_offset_type Offset) |
|
fr_history_type | ReadFrHistory (INT_4U Frame) |
|
fr_proc_data_type | ReadFrProcData (INT_4U Frame, const std::string &Channel) |
|
fr_ser_data_type | ReadFrSerData (INT_4U Frame, const std::string &Channel) |
|
fr_sim_data_type | ReadFrSimData (INT_4U Frame, const std::string &Channel) |
|
fr_sim_event_type | ReadFrSimEvent (INT_4U Frame, const std::string &Channel) |
|
fr_sim_event_type | ReadFrSimEvent (const std::string &Channel, fr_sim_event_offset_type Offset) |
|
frame_h_type | ReadFrameN (INT_4U Index) |
|
frame_h_type | ReadFrameNSubset (INT_4U Index, INT_4U Elements) |
|
frame_h_type | ReadNextFrame () |
|
version_type | Version () const |
|
Enumerator |
---|
HISTORY |
|
DETECT_SIM |
|
DETECT_PROC |
|
AUX_DATA |
|
AUX_TABLE |
|
TYPE |
|
USER |
|
FrameCPP::IFrameFStream::IFrameFStream |
( |
const char * |
Filename | ) |
|
|
inline |
Constructor.
- Parameters
-
[in] | Filename | Name of the input frame file |
FrameCPP::IFrameFStream::IFrameFStream |
( |
const char * |
Filename, |
|
|
bool |
MemoryMappedIO, |
|
|
size_t |
BufferSize = IFrameFStream::BUFFER_SIZE |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | Filename | Name of the input frame file |
[in] | MemoryMappedIO | True if memory mapped io should be used, false otherwise. |
[in] | BufferSize | Number of bytes to use for file buffering. |
std::string FrameCPP::IFrameFStream::Filename |
( |
| ) |
const |
|
inline |
std::string FrameCPP::IFrameFStream::FrameLibraryName |
( |
| ) |
const |
|
inline |
const FrTOC & FrameCPP::IFrameFStream::GetTOC |
( |
| ) |
const |
|
inline |
const int FrameCPP::IFrameFStream::BUFFER_SIZE = 1024 * 1024 |
|
static |
const bool FrameCPP::IFrameFStream::MEMORY_MAPPED_IO = false |
|
static |
The documentation for this class was generated from the following file: