|
CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
The runtime configuration of a connection. More...
#include <snn_datastructures.h>
Public Attributes | |
| float | ALPHA_MINUS_EXC |
| published by GroupConfig More... | |
| float | ALPHA_MINUS_INB |
| published by GroupConfig More... | |
| float | ALPHA_PLUS_EXC |
| published by GroupConfig More... | |
| float | ALPHA_PLUS_INB |
| published by GroupConfig More... | |
| float | BETA_LTD |
| published by GroupConfig More... | |
| float | BETA_LTP |
| published by GroupConfig More... | |
| float | DELTA |
| published by GroupConfig More... | |
| float | GAMMA |
| published by GroupConfig More... | |
| int | grpDest |
| int | grpSrc |
| IcalcType | icalcType |
| published by GroupConfig More... | |
| float | KAPPA |
| published by GroupConfig More... | |
| float | LAMBDA |
| published by GroupConfig More... | |
| float * | mulSynFast |
| factor to be applied to either gAMPA or gGABAa More... | |
| float * | mulSynSlow |
| factor to be applied to either gNMDA or gGABAb More... | |
| int | NM_PKA |
| published by GroupConfig More... | |
| int | NM_PLC |
| published by GroupConfig More... | |
| float | OMEGA |
| published by GroupConfig More... | |
| float | TAU_MINUS_INV_EXC |
| published by GroupConfig More... | |
| float | TAU_MINUS_INV_INB |
| published by GroupConfig More... | |
| float | TAU_PLUS_INV_EXC |
| published by GroupConfig More... | |
| float | TAU_PLUS_INV_INB |
| published by GroupConfig More... | |
| float | W_PKA |
| published by GroupConfig More... | |
| float | W_PLC |
| published by GroupConfig More... | |
| bool | WithESTDP |
| published by GroupConfig More... | |
| STDPCurve | WithESTDPcurve |
| published by GroupConfig More... | |
| STDPType | WithESTDPtype |
| published by GroupConfig More... | |
| bool | WithISTDP |
| published by GroupConfig More... | |
| STDPCurve | WithISTDPcurve |
| published by GroupConfig More... | |
| STDPType | WithISTDPtype |
| published by GroupConfig More... | |
| bool | WithSTDP |
| published by GroupConfig More... | |
This structure contains the configurations of connections that are created by optimizeAndPartiionNetwork(), which is ready to be executed by computing backend.
Definition at line 328 of file snn_datastructures.h.
| float ALPHA_MINUS_EXC |
Definition at line 348 of file snn_datastructures.h.
| float ALPHA_MINUS_INB |
Definition at line 355 of file snn_datastructures.h.
| float ALPHA_PLUS_EXC |
Definition at line 347 of file snn_datastructures.h.
| float ALPHA_PLUS_INB |
Definition at line 354 of file snn_datastructures.h.
| float BETA_LTD |
Definition at line 357 of file snn_datastructures.h.
| float BETA_LTP |
Definition at line 356 of file snn_datastructures.h.
| float DELTA |
Definition at line 359 of file snn_datastructures.h.
| float GAMMA |
Definition at line 349 of file snn_datastructures.h.
| int grpDest |
Definition at line 334 of file snn_datastructures.h.
| int grpSrc |
Definition at line 333 of file snn_datastructures.h.
| IcalcType icalcType |
Definition at line 365 of file snn_datastructures.h.
| float KAPPA |
Definition at line 350 of file snn_datastructures.h.
| float LAMBDA |
Definition at line 358 of file snn_datastructures.h.
| float* mulSynFast |
Definition at line 330 of file snn_datastructures.h.
| float* mulSynSlow |
Definition at line 331 of file snn_datastructures.h.
| int NM_PKA |
Definition at line 361 of file snn_datastructures.h.
| int NM_PLC |
Definition at line 362 of file snn_datastructures.h.
| float OMEGA |
Definition at line 351 of file snn_datastructures.h.
| float TAU_MINUS_INV_EXC |
Definition at line 346 of file snn_datastructures.h.
| float TAU_MINUS_INV_INB |
Definition at line 353 of file snn_datastructures.h.
| float TAU_PLUS_INV_EXC |
Definition at line 345 of file snn_datastructures.h.
| float TAU_PLUS_INV_INB |
Definition at line 352 of file snn_datastructures.h.
| float W_PKA |
Definition at line 363 of file snn_datastructures.h.
| float W_PLC |
Definition at line 364 of file snn_datastructures.h.
| bool WithESTDP |
Definition at line 339 of file snn_datastructures.h.
| STDPCurve WithESTDPcurve |
Definition at line 343 of file snn_datastructures.h.
| STDPType WithESTDPtype |
Definition at line 341 of file snn_datastructures.h.
| bool WithISTDP |
Definition at line 340 of file snn_datastructures.h.
| STDPCurve WithISTDPcurve |
Definition at line 344 of file snn_datastructures.h.
| STDPType WithISTDPtype |
Definition at line 342 of file snn_datastructures.h.
| bool WithSTDP |
Definition at line 338 of file snn_datastructures.h.