CoreNEURON
coreneuron::ReportConfiguration Struct Reference

Detailed Description

Definition at line 85 of file nrnreport.hpp.

#include <nrnreport.hpp>

Public Attributes

std::string name
 
std::string output_path
 
std::string target_name
 
std::vector< std::string > mech_names
 
std::vector< std::string > var_names
 
std::vector< int > mech_ids
 
std::string unit
 
std::string format
 
std::string type_str
 
TargetType target_type
 
ReportType type
 
SectionType section_type
 
bool section_all_compartments
 
double report_dt
 
double start
 
double stop
 
int num_gids
 
int buffer_size
 
std::vector< int > target
 

Member Data Documentation

◆ buffer_size

int coreneuron::ReportConfiguration::buffer_size

Definition at line 103 of file nrnreport.hpp.

◆ format

std::string coreneuron::ReportConfiguration::format

Definition at line 93 of file nrnreport.hpp.

◆ mech_ids

std::vector<int> coreneuron::ReportConfiguration::mech_ids

Definition at line 91 of file nrnreport.hpp.

◆ mech_names

std::vector<std::string> coreneuron::ReportConfiguration::mech_names

Definition at line 89 of file nrnreport.hpp.

◆ name

std::string coreneuron::ReportConfiguration::name

Definition at line 86 of file nrnreport.hpp.

◆ num_gids

int coreneuron::ReportConfiguration::num_gids

Definition at line 102 of file nrnreport.hpp.

◆ output_path

std::string coreneuron::ReportConfiguration::output_path

Definition at line 87 of file nrnreport.hpp.

◆ report_dt

double coreneuron::ReportConfiguration::report_dt

Definition at line 99 of file nrnreport.hpp.

◆ section_all_compartments

bool coreneuron::ReportConfiguration::section_all_compartments

Definition at line 98 of file nrnreport.hpp.

◆ section_type

SectionType coreneuron::ReportConfiguration::section_type

Definition at line 97 of file nrnreport.hpp.

◆ start

double coreneuron::ReportConfiguration::start

Definition at line 100 of file nrnreport.hpp.

◆ stop

double coreneuron::ReportConfiguration::stop

Definition at line 101 of file nrnreport.hpp.

◆ target

std::vector<int> coreneuron::ReportConfiguration::target

Definition at line 104 of file nrnreport.hpp.

◆ target_name

std::string coreneuron::ReportConfiguration::target_name

Definition at line 88 of file nrnreport.hpp.

◆ target_type

TargetType coreneuron::ReportConfiguration::target_type

Definition at line 95 of file nrnreport.hpp.

◆ type

ReportType coreneuron::ReportConfiguration::type

Definition at line 96 of file nrnreport.hpp.

◆ type_str

std::string coreneuron::ReportConfiguration::type_str

Definition at line 94 of file nrnreport.hpp.

◆ unit

std::string coreneuron::ReportConfiguration::unit

Definition at line 92 of file nrnreport.hpp.

◆ var_names

std::vector<std::string> coreneuron::ReportConfiguration::var_names

Definition at line 90 of file nrnreport.hpp.


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