CARLsim
5.0.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 329 of file snn_datastructures.h.
|
inline |
Definition at line 330 of file snn_datastructures.h.
|
inline |
Definition at line 361 of file snn_datastructures.h.
int currTimeSlice |
Definition at line 355 of file snn_datastructures.h.
bool fixedInputWts |
Definition at line 349 of file snn_datastructures.h.
int gEndN |
Definition at line 339 of file snn_datastructures.h.
int gGrpId |
Definition at line 337 of file snn_datastructures.h.
int groupMonitorId |
Definition at line 353 of file snn_datastructures.h.
int gStartN |
Definition at line 338 of file snn_datastructures.h.
int GtoLOffset |
Definition at line 345 of file snn_datastructures.h.
bool hasExternalConnect |
Definition at line 350 of file snn_datastructures.h.
int homeoId |
Definition at line 357 of file snn_datastructures.h.
int lEndN |
Definition at line 343 of file snn_datastructures.h.
int lGrpId |
Definition at line 341 of file snn_datastructures.h.
int lStartN |
Definition at line 342 of file snn_datastructures.h.
int LtoGOffset |
Definition at line 344 of file snn_datastructures.h.
int maxOutgoingDelay |
Definition at line 348 of file snn_datastructures.h.
int netId |
Definition at line 340 of file snn_datastructures.h.
int neuronMonitorId |
Definition at line 352 of file snn_datastructures.h.
int Noffset |
Definition at line 358 of file snn_datastructures.h.
int numPostSynapses |
Definition at line 346 of file snn_datastructures.h.
int numPreSynapses |
Definition at line 347 of file snn_datastructures.h.
PoissonRate* ratePtr |
Definition at line 359 of file snn_datastructures.h.
float refractPeriod |
Definition at line 354 of file snn_datastructures.h.
int sliceUpdateTime |
Definition at line 356 of file snn_datastructures.h.
int spikeMonitorId |
Definition at line 351 of file snn_datastructures.h.