NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::RecordingBackendSIONlib::Parameters_ Struct Reference

Public Member Functions

 Parameters_ ()
 
void get (const RecordingBackendSIONlib &, Dictionary &) const
 
void set (const RecordingBackendSIONlib &, const Dictionary &)
 

Public Attributes

std::string filename_
 the file name extension to use, without .
 
bool sion_collective_
 use SIONlib's collective mode.
 
long sion_chunksize_
 the size of SIONlib's buffer.
 
int sion_n_files_
 the number of SIONLIB container files used.
 
long buffer_size_
 the size of the internal buffer.
 

Constructor & Destructor Documentation

◆ Parameters_()

nest::RecordingBackendSIONlib::Parameters_::Parameters_ ( )

Member Function Documentation

◆ get()

void nest::RecordingBackendSIONlib::Parameters_::get ( const RecordingBackendSIONlib &  ,
Dictionary &  d 
) const

References nest::names::buffer_size(), nest::names::filename(), nest::RecordingBackendSIONlib::filename_, nest::names::sion_chunksize(), nest::names::sion_collective(), and nest::names::sion_n_files().

Referenced by nest::RecordingBackendSIONlib::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

void nest::RecordingBackendSIONlib::Parameters_::set ( const RecordingBackendSIONlib &  ,
const Dictionary &  d 
)

References nest::names::buffer_size(), nest::names::filename(), nest::RecordingBackendSIONlib::filename_, nest::names::sion_chunksize(), nest::names::sion_collective(), and nest::names::sion_n_files().

Referenced by nest::RecordingBackendSIONlib::set_status().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ buffer_size_

long nest::RecordingBackendSIONlib::Parameters_::buffer_size_

the size of the internal buffer.

Referenced by nest::RecordingBackendSIONlib::open_files_().

◆ filename_

std::string nest::RecordingBackendSIONlib::Parameters_::filename_

the file name extension to use, without .

Referenced by nest::RecordingBackendSIONlib::build_filename_().

◆ sion_chunksize_

long nest::RecordingBackendSIONlib::Parameters_::sion_chunksize_

the size of SIONlib's buffer.

Referenced by nest::RecordingBackendSIONlib::open_files_().

◆ sion_collective_

bool nest::RecordingBackendSIONlib::Parameters_::sion_collective_

◆ sion_n_files_

int nest::RecordingBackendSIONlib::Parameters_::sion_n_files_

the number of SIONLIB container files used.

Referenced by nest::RecordingBackendSIONlib::open_files_().


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