|
CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
| GroupConfigMD_s () | |
| bool | operator== (const struct GroupConfigMD_s &grp) |
Public Attributes | |
| int | currTimeSlice |
| timeSlice is used by the Poisson generators in order to not generate too many or too few spikes within a window of time More... | |
| bool | fixedInputWts |
| int | gEndN |
| int | gGrpId |
| int | groupMonitorId |
| int | gStartN |
| int | GtoLOffset |
| bool | hasExternalConnect |
| int | homeoId |
| int | lEndN |
| int | lGrpId |
| int | lStartN |
| int | LtoGOffset |
| int | maxOutgoingDelay |
| int | netId |
| int | neuronMonitorId |
| int | Noffset |
| the offset of spike generator (poisson) neurons [0, numNPois) More... | |
| int | numPostSynapses |
| int | numPreSynapses |
| PoissonRate * | ratePtr |
| float | refractPeriod |
| int | sliceUpdateTime |
| int | spikeMonitorId |
Definition at line 487 of file snn_datastructures.h.
|
inline |
Definition at line 488 of file snn_datastructures.h.
|
inline |
Definition at line 519 of file snn_datastructures.h.
| int currTimeSlice |
Definition at line 513 of file snn_datastructures.h.
| bool fixedInputWts |
Definition at line 507 of file snn_datastructures.h.
| int gEndN |
Definition at line 497 of file snn_datastructures.h.
| int gGrpId |
Definition at line 495 of file snn_datastructures.h.
| int groupMonitorId |
Definition at line 511 of file snn_datastructures.h.
| int gStartN |
Definition at line 496 of file snn_datastructures.h.
| int GtoLOffset |
Definition at line 503 of file snn_datastructures.h.
| bool hasExternalConnect |
Definition at line 508 of file snn_datastructures.h.
| int homeoId |
Definition at line 515 of file snn_datastructures.h.
| int lEndN |
Definition at line 501 of file snn_datastructures.h.
| int lGrpId |
Definition at line 499 of file snn_datastructures.h.
| int lStartN |
Definition at line 500 of file snn_datastructures.h.
| int LtoGOffset |
Definition at line 502 of file snn_datastructures.h.
| int maxOutgoingDelay |
Definition at line 506 of file snn_datastructures.h.
| int netId |
Definition at line 498 of file snn_datastructures.h.
| int neuronMonitorId |
Definition at line 510 of file snn_datastructures.h.
| int Noffset |
Definition at line 516 of file snn_datastructures.h.
| int numPostSynapses |
Definition at line 504 of file snn_datastructures.h.
| int numPreSynapses |
Definition at line 505 of file snn_datastructures.h.
| PoissonRate* ratePtr |
Definition at line 517 of file snn_datastructures.h.
| float refractPeriod |
Definition at line 512 of file snn_datastructures.h.
| int sliceUpdateTime |
Definition at line 514 of file snn_datastructures.h.
| int spikeMonitorId |
Definition at line 509 of file snn_datastructures.h.