#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 |
|
◆ fr_adc_data_type
◆ fr_detector_type
◆ fr_event_offset_type
◆ fr_event_type
◆ fr_history_type
◆ fr_proc_data_type
◆ fr_ser_data_type
◆ fr_sim_data_type
◆ fr_sim_event_offset_type
◆ fr_sim_event_type
◆ frame_h_type
◆ frame_library_type
◆ library_revision_type
◆ size_type
◆ version_type
◆ sub_element_type
Enumerator |
---|
HISTORY | |
DETECT_SIM | |
DETECT_PROC | |
AUX_DATA | |
AUX_TABLE | |
TYPE | |
USER | |
◆ IFrameFStream() [1/2]
FrameCPP::IFrameFStream::IFrameFStream |
( |
const char * |
Filename | ) |
|
|
inline |
Constructor.
- Parameters
-
[in] | Filename | Name of the input frame file |
◆ IFrameFStream() [2/2]
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. |
◆ Filename()
std::string FrameCPP::IFrameFStream::Filename |
( |
| ) |
const |
|
inline |
◆ FrameLibrary()
◆ FrameLibraryName()
std::string FrameCPP::IFrameFStream::FrameLibraryName |
( |
| ) |
const |
|
inline |
◆ GetNumberOfFrames()
◆ GetTOC()
const FrTOC & FrameCPP::IFrameFStream::GetTOC |
( |
| ) |
const |
|
inline |
◆ LibraryRevision()
◆ ReadDetector()
◆ ReadFrAdcData()
◆ ReadFrameN()
◆ ReadFrameNSubset()
◆ ReadFrEvent() [1/2]
◆ ReadFrEvent() [2/2]
◆ ReadFrHistory()
◆ ReadFrProcData()
◆ ReadFrSerData()
◆ ReadFrSimData()
◆ ReadFrSimEvent() [1/2]
◆ ReadFrSimEvent() [2/2]
◆ ReadNextFrame()
◆ Version()
◆ BUFFER_SIZE
const int FrameCPP::IFrameFStream::BUFFER_SIZE = 1024 * 1024 |
|
static |
◆ MEMORY_MAPPED_IO
const bool FrameCPP::IFrameFStream::MEMORY_MAPPED_IO = false |
|
static |
The documentation for this class was generated from the following file: