NEST
2.6.0,not_revisioned_source_dir@0
|
Public Member Functions | |
Parameters_ () | |
Sets default parameter values. More... | |
Parameters_ (const Parameters_ &) | |
Recalibrate all times. More... | |
void | get (DictionaryDatum &) const |
Store current values in dictionary. More... | |
bool | set (const DictionaryDatum &, const correlomatrix_detector &) |
Set values from dicitonary. More... | |
Public Attributes | |
Time | delta_tau_ |
width of correlation histogram bins More... | |
Time | tau_max_ |
maximum time difference of events to detect More... | |
Time | Tstart_ |
start of recording More... | |
Time | Tstop_ |
end of recording More... | |
long_t | N_channels_ |
number of channels More... | |
nest::correlomatrix_detector::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
nest::correlomatrix_detector::Parameters_::Parameters_ | ( | const Parameters_ & | p | ) |
Recalibrate all times.
References nest::Time::calibrate(), delta_tau_, tau_max_, Tstart_, and Tstop_.
void nest::correlomatrix_detector::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::delta_tau, nest::names::N_channels, nest::names::tau_max, nest::names::Tstart, and nest::names::Tstop.
bool nest::correlomatrix_detector::Parameters_::set | ( | const DictionaryDatum & | d, |
const correlomatrix_detector & | n | ||
) |
Set values from dicitonary.
References nest::names::delta_tau, nest::Node::get_name(), nest::Time::ms, nest::names::N, nest::names::N_channels, nest::names::tau_max, nest::names::Tstart, and nest::names::Tstop.
Referenced by nest::correlomatrix_detector::set_status().
Time nest::correlomatrix_detector::Parameters_::delta_tau_ |
width of correlation histogram bins
Referenced by nest::correlomatrix_detector::correlomatrix_detector(), Parameters_(), and nest::correlomatrix_detector::State_::reset().
long_t nest::correlomatrix_detector::Parameters_::N_channels_ |
number of channels
Referenced by nest::correlomatrix_detector::handles_test_event(), and nest::correlomatrix_detector::State_::reset().
Time nest::correlomatrix_detector::Parameters_::tau_max_ |
maximum time difference of events to detect
Referenced by Parameters_(), and nest::correlomatrix_detector::State_::reset().
Time nest::correlomatrix_detector::Parameters_::Tstart_ |
start of recording
Referenced by Parameters_().
Time nest::correlomatrix_detector::Parameters_::Tstop_ |
end of recording
Referenced by Parameters_().