NEURON
cabvars.h File Reference
#include "cabcode.h"

Go to the source code of this file.

Macros

#define XMECH   0
 

Functions

void capac_reg_ ()
 
void passive0_reg_ ()
 
void _passive_reg_ ()
 
void extracell_reg_ ()
 
void _stim_reg_ ()
 
void _syn_reg_ ()
 
void _expsyn_reg_ ()
 
void _exp2syn_reg_ ()
 
void _svclmp_reg_ ()
 
void _vclmp_reg_ ()
 
void _oclmp_reg_ ()
 
void _apcount_reg_ ()
 
void _netstim_reg_ ()
 
void _intfire1_reg_ ()
 
void _intfire2_reg_ ()
 
void _intfire4_reg_ ()
 
void _ppmark_reg_ ()
 
void _pattern_reg_ ()
 
void _feature_reg_ ()
 
void _hh_reg_ ()
 

Variables

struct {
   const char *   name
 
   short   type
 
   short   index
 
usrprop [] = {{"nseg", 0, 0}, {"L", 1, 2}, {"rallbranch", 1, 4}, {"Ra", 1, 7}, {nullptr, 0, 0}}
 
static Pfrv mechanism []
 
static const char * morph_mech []
 
std::vector< Memb_funcmemb_func
 

Macro Definition Documentation

◆ XMECH

#define XMECH   0

Definition at line 5 of file cabvars.h.

Function Documentation

◆ _apcount_reg_()

void _apcount_reg_ ( )

◆ _exp2syn_reg_()

void _exp2syn_reg_ ( )

◆ _expsyn_reg_()

void _expsyn_reg_ ( )

◆ _feature_reg_()

void _feature_reg_ ( )

◆ _hh_reg_()

void _hh_reg_ ( )

◆ _intfire1_reg_()

void _intfire1_reg_ ( )

◆ _intfire2_reg_()

void _intfire2_reg_ ( )

◆ _intfire4_reg_()

void _intfire4_reg_ ( )

◆ _netstim_reg_()

void _netstim_reg_ ( )

◆ _oclmp_reg_()

void _oclmp_reg_ ( )

◆ _passive_reg_()

void _passive_reg_ ( )

◆ _pattern_reg_()

void _pattern_reg_ ( )

◆ _ppmark_reg_()

void _ppmark_reg_ ( )

◆ _stim_reg_()

void _stim_reg_ ( )

◆ _svclmp_reg_()

void _svclmp_reg_ ( )

◆ _syn_reg_()

void _syn_reg_ ( )

◆ _vclmp_reg_()

void _vclmp_reg_ ( )

◆ capac_reg_()

void capac_reg_ ( void  )

◆ extracell_reg_()

void extracell_reg_ ( void  )

◆ passive0_reg_()

void passive0_reg_ ( void  )

Variable Documentation

◆ index

short index

Definition at line 11 of file cabvars.h.

◆ mechanism

Pfrv mechanism[]
static
Initial value:
= {
0}
void capac_reg_()
void _stim_reg_()
void _syn_reg_()
void _pattern_reg_()
void _intfire1_reg_()
void _intfire2_reg_()
void _passive_reg_()
void _svclmp_reg_()
void extracell_reg_()
void _intfire4_reg_()
void _hh_reg_()
void _netstim_reg_()
void _feature_reg_()
void _vclmp_reg_()
void _oclmp_reg_()
void _expsyn_reg_()
void _apcount_reg_()
void _ppmark_reg_()
void _exp2syn_reg_()
void passive0_reg_()

Definition at line 27 of file cabvars.h.

◆ memb_func

std::vector<Memb_func> memb_func
extern

Definition at line 145 of file init.cpp.

◆ morph_mech

const char* morph_mech[]
static
Initial value:
= {
"0",
"morphology",
"diam",
0,
0,
0,
}

Definition at line 57 of file cabvars.h.

◆ name

const char* name

Definition at line 9 of file cabvars.h.

◆ type

short type

Definition at line 10 of file cabvars.h.

◆ 

struct { ... } usrprop[]