actf 0.0.1
An acute CTF reader
Loading...
Searching...
No Matches
actf_freader_cfg Struct Reference

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.

Detailed Description

The configuration of a CTF2 FS reader.

It can be initialized to zero to get the default values.

Field Documentation

◆ metadata_filename

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".

◆ dstream_evs_cap

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.

◆ muxer_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.


The documentation for this struct was generated from the following file: