CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
GroupConfigMD_s Struct Reference

#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
 
PoissonRateratePtr
 
float refractPeriod
 
int sliceUpdateTime
 
int spikeMonitorId
 

Detailed Description

Definition at line 329 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ GroupConfigMD_s()

GroupConfigMD_s ( )
inline

Definition at line 330 of file snn_datastructures.h.

Member Function Documentation

◆ operator==()

bool operator== ( const struct GroupConfigMD_s grp)
inline

Definition at line 361 of file snn_datastructures.h.

Member Data Documentation

◆ currTimeSlice

int currTimeSlice

Definition at line 355 of file snn_datastructures.h.

◆ fixedInputWts

bool fixedInputWts

Definition at line 349 of file snn_datastructures.h.

◆ gEndN

int gEndN

Definition at line 339 of file snn_datastructures.h.

◆ gGrpId

int gGrpId

Definition at line 337 of file snn_datastructures.h.

◆ groupMonitorId

int groupMonitorId

Definition at line 353 of file snn_datastructures.h.

◆ gStartN

int gStartN

Definition at line 338 of file snn_datastructures.h.

◆ GtoLOffset

int GtoLOffset

Definition at line 345 of file snn_datastructures.h.

◆ hasExternalConnect

bool hasExternalConnect

Definition at line 350 of file snn_datastructures.h.

◆ homeoId

int homeoId

Definition at line 357 of file snn_datastructures.h.

◆ lEndN

int lEndN

Definition at line 343 of file snn_datastructures.h.

◆ lGrpId

int lGrpId

Definition at line 341 of file snn_datastructures.h.

◆ lStartN

int lStartN

Definition at line 342 of file snn_datastructures.h.

◆ LtoGOffset

int LtoGOffset

Definition at line 344 of file snn_datastructures.h.

◆ maxOutgoingDelay

int maxOutgoingDelay

Definition at line 348 of file snn_datastructures.h.

◆ netId

int netId

Definition at line 340 of file snn_datastructures.h.

◆ neuronMonitorId

int neuronMonitorId

Definition at line 352 of file snn_datastructures.h.

◆ Noffset

int Noffset

Definition at line 358 of file snn_datastructures.h.

◆ numPostSynapses

int numPostSynapses

Definition at line 346 of file snn_datastructures.h.

◆ numPreSynapses

int numPreSynapses

Definition at line 347 of file snn_datastructures.h.

◆ ratePtr

PoissonRate* ratePtr

Definition at line 359 of file snn_datastructures.h.

◆ refractPeriod

float refractPeriod

Definition at line 354 of file snn_datastructures.h.

◆ sliceUpdateTime

int sliceUpdateTime

Definition at line 356 of file snn_datastructures.h.

◆ spikeMonitorId

int spikeMonitorId

Definition at line 351 of file snn_datastructures.h.


The documentation for this struct was generated from the following file: