#include <cm_compartmentcurrents.h>
|
| | GABA (const long syn_index) |
| |
| | GABA (const long syn_index, const Dictionary &receptor_params) |
| |
| | ~GABA () |
| |
| long | get_syn_idx () |
| |
| void | pre_run_hook () |
| | initialization of the state variables
|
| |
| void | append_recordables (std::map< std::string, double * > *recordables) |
| | make the state variables of this receptor accessible
|
| |
| void | set_buffer_ptr (std::vector< RingBuffer > &syn_buffers) |
| | associate the receptor with a spike buffer
|
| |
| std::pair< double, double > | f_numstep (const double v_comp, const long lag) |
| | advance receptor by one numerical integration step
|
| |
◆ GABA() [1/2]
| nest::GABA::GABA |
( |
const long |
syn_index | ) |
|
|
explicit |
◆ GABA() [2/2]
| nest::GABA::GABA |
( |
const long |
syn_index, |
|
|
const Dictionary & |
receptor_params |
|
) |
| |
◆ ~GABA()
◆ append_recordables()
| void nest::GABA::append_recordables |
( |
std::map< std::string, double * > * |
recordables | ) |
|
◆ f_numstep()
| std::pair< double, double > nest::GABA::f_numstep |
( |
const double |
v_comp, |
|
|
const long |
lag |
|
) |
| |
◆ get_syn_idx()
| long nest::GABA::get_syn_idx |
( |
| ) |
|
|
inline |
◆ pre_run_hook()
| void nest::GABA::pre_run_hook |
( |
| ) |
|
|
inline |
◆ set_buffer_ptr()
| void nest::GABA::set_buffer_ptr |
( |
std::vector< RingBuffer > & |
syn_buffers | ) |
|
|
inline |
◆ b_spikes_
◆ e_rev_
| double nest::GABA::e_rev_ |
|
private |
◆ g_d_GABA_
| double nest::GABA::g_d_GABA_ |
|
private |
◆ g_norm_
| double nest::GABA::g_norm_ |
|
private |
◆ g_r_GABA_
| double nest::GABA::g_r_GABA_ |
|
private |
◆ prop_d_
| double nest::GABA::prop_d_ |
|
private |
◆ prop_r_
| double nest::GABA::prop_r_ |
|
private |
◆ syn_idx
| long nest::GABA::syn_idx = 0 |
|
private |
◆ tau_d_
| double nest::GABA::tau_d_ |
|
private |
◆ tau_r_
| double nest::GABA::tau_r_ |
|
private |
The documentation for this class was generated from the following files: