|
CARLsim
4.1.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
| bool | operator== (const struct ConnectionInfo_s &conn) |
Public Attributes | |
| short int | connId |
| uint8_t | delay |
| int | grpDest |
| int | grpSrc |
| float | initWt |
| float | maxWt |
| int | nDest |
| int | nSrc |
| int | preSynId |
| int | srcGLoffset |
Definition at line 94 of file snn_datastructures.h.
|
inline |
Definition at line 106 of file snn_datastructures.h.
| short int connId |
Definition at line 103 of file snn_datastructures.h.
| uint8_t delay |
Definition at line 104 of file snn_datastructures.h.
| int grpDest |
Definition at line 96 of file snn_datastructures.h.
| int grpSrc |
Definition at line 95 of file snn_datastructures.h.
| float initWt |
Definition at line 100 of file snn_datastructures.h.
| float maxWt |
Definition at line 101 of file snn_datastructures.h.
| int nDest |
Definition at line 98 of file snn_datastructures.h.
| int nSrc |
Definition at line 97 of file snn_datastructures.h.
| int preSynId |
Definition at line 102 of file snn_datastructures.h.
| int srcGLoffset |
Definition at line 99 of file snn_datastructures.h.