|
actf 0.0.1
An acute CTF reader
|
The configuration of a CTF2 FS reader. More...
#include <freader.h>
Data Fields | |
| const char * | metadata_filename |
| The name of the metadata file located at path/metadata_filename. | |
| size_t | dstream_evs_cap |
| The number of events used in the buffer for each data stream file. | |
| size_t | muxer_evs_cap |
| The number of events used in the buffer for the muxer. | |
The configuration of a CTF2 FS reader.
It can be initialized to zero to get the default values.
| const char* actf_freader_cfg::metadata_filename |
The name of the metadata file located at path/metadata_filename.
If metadata_filename is NULL, the default value is "metadata".
| size_t actf_freader_cfg::dstream_evs_cap |
The number of events used in the buffer for each data stream file.
If zero, the default value is ACTF_DEFAULT_EVS_CAP.
| size_t actf_freader_cfg::muxer_evs_cap |
The number of events used in the buffer for the muxer.
If zero, the default value is ACTF_DEFAULT_EVS_CAP.